We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf9d08 commit c64d939Copy full SHA for c64d939
2 files changed
alchemy.yml
@@ -3,11 +3,14 @@ app:
3
4
tests:
5
engine: pest
6
- parallel: true
+ parallel: false
7
paths:
8
- tests
9
files:
10
- '*.test.php'
11
+ coverage:
12
+ local: false
13
+ actions: true
14
15
lint:
16
preset: PSR12
composer.json
@@ -48,12 +48,12 @@
48
"require-dev": {
49
"pestphp/pest": "^1.0 | ^2.0",
50
"friendsofphp/php-cs-fixer": "^3.64",
51
- "leafs/alchemy": "^2.0"
+ "leafs/alchemy": "*"
52
},
53
"scripts": {
54
- "test": "./vendor/bin/alchemy setup --test",
55
"alchemy": "./vendor/bin/alchemy setup",
+ "test": "./vendor/bin/alchemy setup --test",
56
"lint": "./vendor/bin/alchemy setup --lint",
57
"actions": "./vendor/bin/alchemy setup --actions"
58
}
59
-}
+}
0 commit comments