Skip to content

Commit

Permalink
add Laravel 11.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
bradietilley committed Apr 22, 2024
1 parent 0260f07 commit 93e635d
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 @@ -22,8 +22,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"illuminate/support": "^10.0",
"illuminate/container": "^10.0"
"illuminate/support": "^10.0|^11.0",
"illuminate/container": "^10.0|^11.0"
},
"require-dev": {
"symfony/var-dumper": "^6.1.5",
Expand Down

0 comments on commit 93e635d

Please sign in to comment.