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 8b2c0a3 + 1a91e67 commit bb4f2e4Copy full SHA for bb4f2e4
composer.json
@@ -57,10 +57,10 @@
57
}
58
},
59
"scripts": {
60
- "test" : "vendor/bin/phpunit",
61
- "testOnly" : "vendor/bin/phpunit --colors --filter",
62
- "coverage" : "vendor/bin/phpunit --coverage-text",
63
- "style-check" : "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",
64
- "style-fix" : "vendor/bin/php-cs-fixer fix --verbose"
+ "test" : "phpunit",
+ "testOnly" : "phpunit --colors --filter",
+ "coverage" : "phpunit --coverage-text",
+ "style-check" : "php-cs-fixer fix --dry-run --verbose --diff",
+ "style-fix" : "php-cs-fixer fix --verbose"
65
66
0 commit comments