Skip to content

Commit

Permalink
fix: update version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 12, 2024
1 parent 8d922d6 commit 68cef7d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leafs/mvc",
"version": "3.6.2",
"version": "3.7",
"description": "A lightweight PHP MVC framework powered by Leaf",
"type": "library",
"keywords": [
Expand All @@ -26,20 +26,23 @@
}
],
"require": {
"leafs/aloe": "*",
"illuminate/console": "^8.75",
"leafs/blade": "*",
"leafs/mvc-core": "*",
"leafs/leaf": "^3.7",
"leafs/csrf": "*",
"leafs/logger": "*",
"leafs/cors": "*",
"leafs/auth": "*",
"leafs/auth": "^3.0",
"leafs/db": "*",
"leafs/vite": "*"
"leafs/vite": "*",
"leafs/form": "^3.0",
"leafs/http": "^3.0",
"leafs/aloe": "^2.0"
},
"require-dev": {
"fakerphp/faker": "^1.16"
"fakerphp/faker": "^1.16",
"leafs/alchemy": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68cef7d

Please sign in to comment.