Skip to content

Commit

Permalink
Merge pull request #101 from AkrilliA/support-laravel-11
Browse files Browse the repository at this point in the history
add laravel 11 support
  • Loading branch information
regnerisch authored Feb 14, 2024
2 parents 661ca14 + 8cb8173 commit 5c7c2e7
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 @@ -28,9 +28,9 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/filesystem": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/filesystem": "^9.0|^10.0|^11.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 5c7c2e7

Please sign in to comment.