Skip to content

Commit

Permalink
Merge pull request #37 from nicolasbaud/patch-2
Browse files Browse the repository at this point in the history
Upgrade for Laravel 11
  • Loading branch information
Torann authored Mar 22, 2024
2 parents 54eae28 + 9dad517 commit 54ca55b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/cache": "^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 54ca55b

Please sign in to comment.