Skip to content

Commit b8e0cea

Browse files
committed
Prefix the commands with the php version
1 parent ea0763b commit b8e0cea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"erusev/parsedown": "^1.7"
5151
},
5252
"scripts": {
53-
"phpunit": "./vendor/bin/phpunit",
54-
"phpstan": "./vendor/bin/phpstan analyse",
55-
"phpcs": "./vendor/bin/phpcs",
56-
"phpcbf": "./vendor/bin/phpcbf"
53+
"phpunit": "@php ./vendor/bin/phpunit",
54+
"phpstan": "@php ./vendor/bin/phpstan analyse",
55+
"phpcs": "@php ./vendor/bin/phpcs",
56+
"phpcbf": "@php ./vendor/bin/phpcbf"
5757
},
5858
"require-dev": {
5959
"phpunit/phpunit": "^7 || ^8 || ^9",

0 commit comments

Comments
 (0)