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 2828 },
2929 "require-dev" : {
3030 "codacy/coverage" : " ^1.4.3" ,
31+ "php-parallel-lint/php-parallel-lint" : " ^1.4.0" ,
3132 "phpstan/extension-installer" : " ^1.4.1" ,
3233 "phpstan/phpstan" : " ^1.11.5" ,
3334 "phpstan/phpstan-phpunit" : " ^1.4.0" ,
7071 " @ci:tests"
7172 ],
7273 "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" ,
7475 "ci:php:rector" : " rector --no-progress-bar --dry-run --config=config/rector.php" ,
7576 "ci:php:stan" : " phpstan --no-progress --configuration=config/phpstan.neon" ,
7677 "ci:static" : [
You can’t perform that action at this time.
0 commit comments