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.
2 parents 4729c05 + 2d056d9 commit 6ee5174Copy full SHA for 6ee5174
composer.json
@@ -28,9 +28,9 @@
28
"@phpmd",
29
"@phpunit"
30
],
31
- "phpstan": "phpstan analyse -c Test/static/phpstan.neon",
32
- "phpcs": "phpcs ./ --standard=Test/static/phpcs-ruleset.xml -p -n",
33
- "phpmd": "phpmd Console xml Test/static/phpmd-ruleset.xml",
+ "phpstan": "phpstan analyse -c test/static/phpstan.neon",
+ "phpcs": "phpcs ./ --standard=test/static/phpcs-ruleset.xml -p -n",
+ "phpmd": "phpmd Console xml test/static/phpmd-ruleset.xml",
34
"phpunit": "phpunit --configuration Test/Unit",
35
"pre-install-cmd": "@install_suggested",
36
"pre-update-cmd": "@install_suggested",
0 commit comments