Skip to content

Commit c03cdd5

Browse files
committed
removed styleci
1 parent 5391f21 commit c03cdd5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Laravel Version](https://img.shields.io/badge/Laravel-12.x-orange.svg?style=flat-square)](https://laravel.com/docs/12.x)
77
[![Scrutinizer build (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/build/g/aporat/laravel-filter-var?style=flat-square)](https://scrutinizer-ci.com/g/aporat/laravel-filter-var/build-status/master)
88
[![Scrutinizer quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/aporat/laravel-filter-var?style=flat-square)](https://scrutinizer-ci.com/g/aporat/laravel-filter-var/?branch=master)
9-
[![StyleCI](https://github.styleci.io/repos/288753189/shield?branch=master)](https://github.styleci.io/repos/288753189?branch=master)
109
[![License](https://img.shields.io/packagist/l/aporat/laravel-filter-var.svg?style=flat-square)](https://github.com/aporat/laravel-filter-var/blob/master/LICENSE)
1110

1211
A Laravel package for filtering and sanitizing request variables with a chainable, customizable filter system.

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,7 @@
6363
"scripts": {
6464
"test": "phpunit --colors=always",
6565
"test-ci": "phpunit --colors=always --coverage-text --coverage-clover coverage.xml --log-junit junit.xml",
66-
"lint": "php-cs-fixer fix --dry-run --diff",
67-
"lint-fix": "php-cs-fixer fix",
68-
"post-install-cmd": [
69-
"@composer dump-autoload --optimize"
70-
],
71-
"post-update-cmd": [
72-
"@composer dump-autoload --optimize"
73-
]
66+
"check": "vendor/bin/pint --test"
7467
},
7568
"support": {
7669
"issues": "https://github.com/aporat/laravel-filter-var/issues",

0 commit comments

Comments
 (0)