Skip to content

Commit 6d61c60

Browse files
Bump dependencies for Laravel 12 (#83)
1 parent 9ef230c commit 6d61c60

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 || ^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",
36+
"illuminate/events": "~8.0 || ~9.0 || ^10.0 || ^11.0 || ^12.0",
37+
"illuminate/notifications": "~8.0 || ~9.0 || ^10.0 || ^11.0 || ^12.0",
38+
"illuminate/queue": "~8.0 || ~9.0 || ^10.0 || ^11.0 || ^12.0",
39+
"illuminate/support": "~8.0 || ~9.0 || ^10.0 || ^11.0 || ^12.0",
4040
"pusher/pusher-push-notifications": "^2.0"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)