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 b77948d commit cbd6da7Copy full SHA for cbd6da7
composer.json
@@ -29,7 +29,7 @@
29
},
30
"scripts": {
31
"tests": "./vendor/bin/phpunit",
32
- "rules": "./vendor/bin/phpcs && ./vendor/bin/psalm && ./vendor/bin/phpstan && ./vendor/bin/phpmd src text phpmd.ruleset.xml",
+ "analyze": "./vendor/bin/phpcs && ./vendor/bin/psalm && ./vendor/bin/phpstan && ./vendor/bin/phpmd src text phpmd.ruleset.xml",
33
"bench": "./vendor/bin/phpbench run --report=aggregate"
34
}
35
0 commit comments