We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab47c9d commit 046ab81Copy full SHA for 046ab81
composer.json
@@ -28,6 +28,7 @@
28
},
29
"require-dev": {
30
"codacy/coverage": "^1.4.3",
31
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
32
"phpstan/extension-installer": "^1.4.1",
33
"phpstan/phpstan": "^1.11.5",
34
"phpstan/phpstan-phpunit": "^1.4.0",
@@ -70,7 +71,7 @@
70
71
"@ci:tests"
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",
- "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",
75
"ci:php:rector": "rector --no-progress-bar --dry-run --config=config/rector.php",
76
"ci:php:stan": "phpstan --no-progress --configuration=config/phpstan.neon",
77
"ci:static": [
0 commit comments