Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 19, 2024
1 parent 789c2ef commit 39ec6d1
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 @@ -14,12 +14,12 @@
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/notifications": "^9.0.2 || ^10.0",
"illuminate/support": "^9.0.2 || ^10.0"
"illuminate/notifications": "^9.0.2 || ^10.0 || ^11.0",
"illuminate/support": "^9.0.2 || ^10.0 || ^11.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5.10"
"orchestra/testbench": "^7.0 || ^9.0",
"phpunit/phpunit": "^9.5.10 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 39ec6d1

Please sign in to comment.