Skip to content

Commit b0898b3

Browse files
committed
Fix script handling to forward php binary
1 parent 8cba3ca commit b0898b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"bin/validate-json"
6363
],
6464
"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"
65+
"coverage": "@php phpunit --coverage-text",
66+
"style-check": "@php php-cs-fixer fix --dry-run --verbose --diff",
67+
"style-fix": "@php php-cs-fixer fix --verbose",
68+
"test": "@php phpunit",
69+
"testOnly": "@php phpunit --colors --filter"
7070
}
7171
}

0 commit comments

Comments
 (0)