There was an error while loading. Please reload this page.
1 parent 73070dc commit 117bd7fCopy full SHA for 117bd7f
1 file changed
composer.json
@@ -28,18 +28,18 @@
28
"src/functions.php"
29
]
30
},
31
- "extra": {
32
- "branch-alias": {
33
- "dev-v5.x": "5.0.x-dev"
34
- }
35
- },
36
"minimum-stability": "dev",
37
"prefer-stable": true,
38
"require": {
39
"php": "^8.2",
40
- "leafs/http": "*",
41
- "leafs/anchor": "*",
42
- "leafs/exception": "v5.x-dev"
+ "leafs/http": "^5.0",
+ "leafs/anchor": "^5.0",
+ "leafs/exception": "^5.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "*",
+ "pestphp/pest": "*",
+ "leafs/alchemy": "^5.0"
43
44
"scripts": {
45
"test": "@php vendor/bin/alchemy test",
@@ -52,10 +52,5 @@
52
"allow-plugins": {
53
"pestphp/pest-plugin": true
54
}
55
56
- "require-dev": {
57
- "friendsofphp/php-cs-fixer": "^3.64",
58
- "pestphp/pest": "*",
59
- "leafs/alchemy": "v5.x-dev"
60
61
0 commit comments