Skip to content

Commit 9b5dcff

Browse files
committed
chore: update alchemy to v5
1 parent d8e274a commit 9b5dcff

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737
"leafs/exception": "*"
3838
},
3939
"scripts": {
40-
"test": "./vendor/bin/alchemy setup --test",
40+
"test": "./vendor/bin/alchemy test",
4141
"alchemy": "./vendor/bin/alchemy setup",
42-
"lint": "./vendor/bin/alchemy setup --lint",
43-
"actions": "./vendor/bin/alchemy setup --actions"
42+
"lint": "./vendor/bin/alchemy lint",
43+
"fmt": "./vendor/bin/alchemy fmt",
44+
"ci": "./vendor/bin/alchemy ci"
4445
},
4546
"config": {
4647
"allow-plugins": {
@@ -50,6 +51,6 @@
5051
"require-dev": {
5152
"friendsofphp/php-cs-fixer": "^3.64",
5253
"pestphp/pest": "*",
53-
"leafs/alchemy": "^4.0"
54+
"leafs/alchemy": "v5.x-dev"
5455
}
5556
}

0 commit comments

Comments
 (0)