Skip to content

Commit

Permalink
Add Laravel 11.x support
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
LukeTowers authored Jul 8, 2024
1 parent f8b3134 commit 99fbb45
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 @@ -33,10 +33,10 @@
],
"require": {
"php": "^8.1 || ^8.2",
"illuminate/bus": "^8.0 || ^9.0 || ^10.0",
"illuminate/queue": "^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^8.74 || ^9.0 || ^10.0",
"illuminate/validation": "^8.0 || ^9.0 || ^10.0",
"illuminate/bus": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/queue": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^8.74 || ^9.0 || ^10.0 || ^11.0",
"illuminate/validation": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
Expand Down

0 comments on commit 99fbb45

Please sign in to comment.