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 8cba3ca commit b0898b3Copy full SHA for b0898b3
composer.json
@@ -62,10 +62,10 @@
62
"bin/validate-json"
63
],
64
"scripts": {
65
- "coverage": "phpunit --coverage-text",
66
- "style-check": "php-cs-fixer fix --dry-run --verbose --diff",
67
- "style-fix": "php-cs-fixer fix --verbose",
68
- "test": "phpunit",
69
- "testOnly": "phpunit --colors --filter"
+ "coverage": "@php phpunit --coverage-text",
+ "style-check": "@php php-cs-fixer fix --dry-run --verbose --diff",
+ "style-fix": "@php php-cs-fixer fix --verbose",
+ "test": "@php phpunit",
+ "testOnly": "@php phpunit --colors --filter"
70
}
71
0 commit comments