Skip to content

Commit

Permalink
Prefix the commands with the php version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 12, 2025
1 parent ea0763b commit b8e0cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"erusev/parsedown": "^1.7"
},
"scripts": {
"phpunit": "./vendor/bin/phpunit",
"phpstan": "./vendor/bin/phpstan analyse",
"phpcs": "./vendor/bin/phpcs",
"phpcbf": "./vendor/bin/phpcbf"
"phpunit": "@php ./vendor/bin/phpunit",
"phpstan": "@php ./vendor/bin/phpstan analyse",
"phpcs": "@php ./vendor/bin/phpcs",
"phpcbf": "@php ./vendor/bin/phpcbf"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
Expand Down

0 comments on commit b8e0cea

Please sign in to comment.