Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 14, 2024
1 parent 9182e28 commit 9ef230c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
],
"require": {
"php": ">=8.0",
"illuminate/events": "~8.0 || ~9.0 || ^10.0",
"illuminate/notifications": "~8.0 || ~9.0 || ^10.0",
"illuminate/queue": "~8.0 || ~9.0 || ^10.0",
"illuminate/support": "~8.0 || ~9.0 || ^10.0",
"illuminate/events": "~8.0 || ~9.0 || ^10.0 || ^11.0",
"illuminate/notifications": "~8.0 || ~9.0 || ^10.0 || ^11.0",
"illuminate/queue": "~8.0 || ~9.0 || ^10.0 || ^11.0",
"illuminate/support": "~8.0 || ~9.0 || ^10.0 || ^11.0",
"pusher/pusher-push-notifications": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ef230c

Please sign in to comment.