Skip to content

Commit 9ef230c

Browse files
Laravel 11.x Compatibility (#81)
1 parent 9182e28 commit 9ef230c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
],
3434
"require": {
3535
"php": ">=8.0",
36-
"illuminate/events": "~8.0 || ~9.0 || ^10.0",
37-
"illuminate/notifications": "~8.0 || ~9.0 || ^10.0",
38-
"illuminate/queue": "~8.0 || ~9.0 || ^10.0",
39-
"illuminate/support": "~8.0 || ~9.0 || ^10.0",
36+
"illuminate/events": "~8.0 || ~9.0 || ^10.0 || ^11.0",
37+
"illuminate/notifications": "~8.0 || ~9.0 || ^10.0 || ^11.0",
38+
"illuminate/queue": "~8.0 || ~9.0 || ^10.0 || ^11.0",
39+
"illuminate/support": "~8.0 || ~9.0 || ^10.0 || ^11.0",
4040
"pusher/pusher-push-notifications": "^2.0"
4141
},
4242
"require-dev": {
4343
"mockery/mockery": "^1.3",
44-
"phpunit/phpunit": "^9.5"
44+
"phpunit/phpunit": "^9.5 || ^10.5"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)