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 bc17eb7 commit 34dab2cCopy full SHA for 34dab2c
composer.json
@@ -29,6 +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"
+ "rules": "./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