Skip to content

Commit 4d69b57

Browse files
authored
Merge pull request #6 from svenluijten/use-right-composer-script
Don't prepend php executable to script
2 parents 12e5c34 + 8016e0a commit 4d69b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
]
2525
},
2626
"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"
27+
"fix-cs": "php-cs-fixer fix src -v --show-progress=estimating",
28+
"run-tests": "phpunit -c phpunit.xml.dist"
2929
},
3030
"extra": {
3131
"branch-alias": {

0 commit comments

Comments
 (0)