Skip to content

Commit 85b8f75

Browse files
committed
chore: update alchemy commands
1 parent cba6eb4 commit 85b8f75

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"leafs/exception": "*"
4343
},
4444
"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"
45+
"test": "@php vendor/bin/alchemy test",
46+
"alchemy": "@php vendor/bin/alchemy setup",
47+
"lint": "@php vendor/bin/alchemy lint",
48+
"fmt": "@php vendor/bin/alchemy fmt",
49+
"ci": "@php vendor/bin/alchemy ci"
5050
},
5151
"config": {
5252
"allow-plugins": {

0 commit comments

Comments
 (0)