File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Laravel Version] ( https://img.shields.io/badge/Laravel-12.x-orange.svg?style=flat-square )] ( https://laravel.com/docs/12.x )
7
7
[ ![ 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 )
8
8
[ ![ 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 )
10
9
[ ![ 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 )
11
10
12
11
A Laravel package for filtering and sanitizing request variables with a chainable, customizable filter system.
Original file line number Diff line number Diff line change 63
63
"scripts" : {
64
64
"test" : " phpunit --colors=always" ,
65
65
"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"
74
67
},
75
68
"support" : {
76
69
"issues" : " https://github.com/aporat/laravel-filter-var/issues" ,
You can’t perform that action at this time.
0 commit comments