Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Jul 23, 2024
1 parent 3b9cc70 commit 41f26eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"role": "Developer"
}],
"require": {
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0",
"illuminate/filesystem": "^8.0 || ^9.0 || ^10.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/events": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/filesystem": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"php": "^7.3 || ^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 41f26eb

Please sign in to comment.