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 6e455d8 commit 11980a7Copy full SHA for 11980a7
composer.json
@@ -26,8 +26,8 @@
26
"@phpmd",
27
"@phpunit"
28
],
29
- "phpcs": "phpcs ./ --standard=Test/static/phpcs-ruleset.xml -p -n",
30
- "phpmd": "phpmd Console xml Test/static/phpmd-ruleset.xml",
+ "phpcs": "phpcs ./ --standard=test/static/phpcs-ruleset.xml -p -n",
+ "phpmd": "phpmd Console xml test/static/phpmd-ruleset.xml",
31
"phpunit": "phpunit --configuration Test/Unit",
32
"pre-install-cmd": "@install_suggested",
33
"pre-update-cmd": "@install_suggested",
0 commit comments