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