There was an error while loading. Please reload this page.
1 parent d8e274a commit 9b5dcffCopy full SHA for 9b5dcff
1 file changed
composer.json
@@ -37,10 +37,11 @@
37
"leafs/exception": "*"
38
},
39
"scripts": {
40
- "test": "./vendor/bin/alchemy setup --test",
+ "test": "./vendor/bin/alchemy test",
41
"alchemy": "./vendor/bin/alchemy setup",
42
- "lint": "./vendor/bin/alchemy setup --lint",
43
- "actions": "./vendor/bin/alchemy setup --actions"
+ "lint": "./vendor/bin/alchemy lint",
+ "fmt": "./vendor/bin/alchemy fmt",
44
+ "ci": "./vendor/bin/alchemy ci"
45
46
"config": {
47
"allow-plugins": {
@@ -50,6 +51,6 @@
50
51
"require-dev": {
52
"friendsofphp/php-cs-fixer": "^3.64",
53
"pestphp/pest": "*",
- "leafs/alchemy": "^4.0"
54
+ "leafs/alchemy": "v5.x-dev"
55
}
56
0 commit comments