File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"require-dev" : {
30
30
"codacy/coverage" : " ^1.4.3" ,
31
+ "php-parallel-lint/php-parallel-lint" : " ^1.4.0" ,
31
32
"phpstan/extension-installer" : " ^1.4.1" ,
32
33
"phpstan/phpstan" : " ^1.11.5" ,
33
34
"phpstan/phpstan-phpunit" : " ^1.4.0" ,
70
71
" @ci:tests"
71
72
],
72
73
"ci:php:fixer" : " \" ./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin src tests config" ,
73
- "ci:php:lint" : " find src tests config bin -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l " ,
74
+ "ci:php:lint" : " parallel-lint src tests config bin" ,
74
75
"ci:php:rector" : " rector --no-progress-bar --dry-run --config=config/rector.php" ,
75
76
"ci:php:stan" : " phpstan --no-progress --configuration=config/phpstan.neon" ,
76
77
"ci:static" : [
You can’t perform that action at this time.
0 commit comments