Skip to content

Commit 68cef7d

Browse files
committed
fix: update version constraints
1 parent 8d922d6 commit 68cef7d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leafs/mvc",
3-
"version": "3.6.2",
3+
"version": "3.7",
44
"description": "A lightweight PHP MVC framework powered by Leaf",
55
"type": "library",
66
"keywords": [
@@ -26,20 +26,23 @@
2626
}
2727
],
2828
"require": {
29-
"leafs/aloe": "*",
3029
"illuminate/console": "^8.75",
3130
"leafs/blade": "*",
3231
"leafs/mvc-core": "*",
3332
"leafs/leaf": "^3.7",
3433
"leafs/csrf": "*",
3534
"leafs/logger": "*",
3635
"leafs/cors": "*",
37-
"leafs/auth": "*",
36+
"leafs/auth": "^3.0",
3837
"leafs/db": "*",
39-
"leafs/vite": "*"
38+
"leafs/vite": "*",
39+
"leafs/form": "^3.0",
40+
"leafs/http": "^3.0",
41+
"leafs/aloe": "^2.0"
4042
},
4143
"require-dev": {
42-
"fakerphp/faker": "^1.16"
44+
"fakerphp/faker": "^1.16",
45+
"leafs/alchemy": "^2.0"
4346
},
4447
"autoload": {
4548
"psr-4": {

0 commit comments

Comments
 (0)