We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0763b commit b8e0ceaCopy full SHA for b8e0cea
composer.json
@@ -50,10 +50,10 @@
50
"erusev/parsedown": "^1.7"
51
},
52
"scripts": {
53
- "phpunit": "./vendor/bin/phpunit",
54
- "phpstan": "./vendor/bin/phpstan analyse",
55
- "phpcs": "./vendor/bin/phpcs",
56
- "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"
57
58
"require-dev": {
59
"phpunit/phpunit": "^7 || ^8 || ^9",
0 commit comments