Skip to content

Commit 9b9a832

Browse files
Laravel 12 Compatibility (#83)
* Bump dependencies for Laravel 12 * remove google pubsub v2 compatibility --------- Co-authored-by: Shift <[email protected]>
1 parent 5400309 commit 9b9a832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"require": {
2121
"php": ">=8.1",
2222
"ext-json": "*",
23-
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0",
24-
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0",
23+
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
24+
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
2525
"google/cloud-pubsub": "^1.1",
2626
"ramsey/uuid": "^2.0|^3.0|^4.0"
2727
},
@@ -49,4 +49,4 @@
4949
}
5050
},
5151
"minimum-stability": "stable"
52-
}
52+
}

0 commit comments

Comments
 (0)