There was an error while loading. Please reload this page.
1 parent 166a6cc commit caa5552Copy full SHA for caa5552
1 file changed
composer.json
@@ -33,19 +33,14 @@
33
"prefer-stable": true,
34
"require": {
35
"php": "^8.2",
36
- "leafs/anchor": "*",
37
- "leafs/form": "*",
38
- "leafs/fs": "*"
39
- },
40
- "extra": {
41
- "branch-alias": {
42
- "dev-v5.x": "5.0.x-dev"
43
- }
+ "leafs/anchor": "^5.0",
+ "leafs/form": "^5.0",
+ "leafs/fs": "^5.0"
44
},
45
"require-dev": {
46
- "friendsofphp/php-cs-fixer": "^3.95",
+ "friendsofphp/php-cs-fixer": "*",
47
"pestphp/pest": "*",
48
- "leafs/alchemy": "v5.x-dev"
+ "leafs/alchemy": "^5.0"
49
50
"config": {
51
"allow-plugins": {
0 commit comments