Skip to content

Commit

Permalink
feat: add support for Laravel 11 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Feb 8, 2024
1 parent df54bbc commit acbfbe0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"require": {
"php": ">=7.2",
"illuminate/console": "~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/filesystem": "~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/pagination": "~6.0|~7.0|~8.0|~9.0|~10.0"
"illuminate/console": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/filesystem": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/pagination": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0"
},
"require-dev": {
"phpunit/phpunit": "^8",
Expand Down

0 comments on commit acbfbe0

Please sign in to comment.