Skip to content

Commit

Permalink
Update composer.json to allow Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
janyksteenbeek committed Mar 25, 2024
1 parent 8513569 commit 4e512db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"require": {
"php": "^8.1",
"illuminate/database": "^9|^10",
"illuminate/support": "^9|^10",
"illuminate/database": "^9|^10|^11",
"illuminate/support": "^9|^10|^11",
"nesbot/carbon": ">=2.62.1"
},
"require-dev": {
Expand Down

0 comments on commit 4e512db

Please sign in to comment.