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 12e5c34 + 8016e0a commit 4d69b57Copy full SHA for 4d69b57
composer.json
@@ -24,8 +24,8 @@
24
]
25
},
26
"scripts": {
27
- "fix-cs": "@php ./vendor/bin/php-cs-fixer fix src -v --show-progress=estimating",
28
- "run-tests": "@php ./vendor/bin/phpunit -c phpunit.xml.dist"
+ "fix-cs": "php-cs-fixer fix src -v --show-progress=estimating",
+ "run-tests": "phpunit -c phpunit.xml.dist"
29
30
"extra": {
31
"branch-alias": {
0 commit comments