Skip to content

Commit 9182e28

Browse files
Laravel 10.x Compatibility (#78)
Co-authored-by: atymic <[email protected]>
1 parent 2a32bea commit 9182e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
],
3434
"require": {
3535
"php": ">=8.0",
36-
"illuminate/events": "~8.0 || ~9.0",
37-
"illuminate/notifications": "~8.0 || ~9.0",
38-
"illuminate/queue": "~8.0 || ~9.0",
39-
"illuminate/support": "~8.0 || ~9.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",
4040
"pusher/pusher-push-notifications": "^2.0"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)