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 8d922d6 commit 68cef7dCopy full SHA for 68cef7d
1 file changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leafs/mvc",
3
- "version": "3.6.2",
+ "version": "3.7",
4
"description": "A lightweight PHP MVC framework powered by Leaf",
5
"type": "library",
6
"keywords": [
@@ -26,20 +26,23 @@
26
}
27
],
28
"require": {
29
- "leafs/aloe": "*",
30
"illuminate/console": "^8.75",
31
"leafs/blade": "*",
32
"leafs/mvc-core": "*",
33
"leafs/leaf": "^3.7",
34
"leafs/csrf": "*",
35
"leafs/logger": "*",
36
"leafs/cors": "*",
37
- "leafs/auth": "*",
+ "leafs/auth": "^3.0",
38
"leafs/db": "*",
39
- "leafs/vite": "*"
+ "leafs/vite": "*",
+ "leafs/form": "^3.0",
40
+ "leafs/http": "^3.0",
41
+ "leafs/aloe": "^2.0"
42
},
43
"require-dev": {
- "fakerphp/faker": "^1.16"
44
+ "fakerphp/faker": "^1.16",
45
+ "leafs/alchemy": "^2.0"
46
47
"autoload": {
48
"psr-4": {
0 commit comments