There was an error while loading. Please reload this page.
1 parent cba6eb4 commit 85b8f75Copy full SHA for 85b8f75
1 file changed
composer.json
@@ -42,11 +42,11 @@
42
"leafs/exception": "*"
43
},
44
"scripts": {
45
- "test": "./vendor/bin/alchemy test",
46
- "alchemy": "./vendor/bin/alchemy setup",
47
- "lint": "./vendor/bin/alchemy lint",
48
- "fmt": "./vendor/bin/alchemy fmt",
49
- "ci": "./vendor/bin/alchemy ci"
+ "test": "@php vendor/bin/alchemy test",
+ "alchemy": "@php vendor/bin/alchemy setup",
+ "lint": "@php vendor/bin/alchemy lint",
+ "fmt": "@php vendor/bin/alchemy fmt",
+ "ci": "@php vendor/bin/alchemy ci"
50
51
"config": {
52
"allow-plugins": {
0 commit comments