Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit bc2b2d5

Browse files
committed
Lint PHP files
1 parent 4962d34 commit bc2b2d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"squizlabs/php_codesniffer": "^2.6",
2525
"php-mock/php-mock-phpunit": "^1.1",
2626
"php-coveralls/php-coveralls": "^2.0",
27-
"symfony/var-dumper": "^3.3 || ^4.0"
27+
"symfony/var-dumper": "^3.3 || ^4.0",
28+
"jakub-onderka/php-parallel-lint": "^0.9.2"
2829
},
2930
"autoload": {
3031
"psr-4": {
@@ -47,6 +48,7 @@
4748
"vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
4849
],
4950
"analyze": [
51+
"vendor/bin/parallel-lint -j 10 ./lib ./tests",
5052
"vendor/bin/phpstan.phar analyze ./lib ./tests --level 2 -c phpstan.neon --ansi"
5153
]
5254
},

0 commit comments

Comments
 (0)