Skip to content

Commit

Permalink
feat(composer): add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog committed Mar 26, 2024
1 parent 67e1d6b commit 1c2a9ef
Show file tree
Hide file tree
Showing 2 changed files with 1,668 additions and 1,012 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
],
"minimum-stability": "stable",
"require": {
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0"
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
Expand Down
Loading

0 comments on commit 1c2a9ef

Please sign in to comment.