We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5400309 commit bd4be27Copy full SHA for bd4be27
composer.json
@@ -20,9 +20,9 @@
20
"require": {
21
"php": ">=8.1",
22
"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",
25
- "google/cloud-pubsub": "^1.1",
+ "illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
+ "illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
+ "google/cloud-pubsub": "^1.1 | ^2.10",
26
"ramsey/uuid": "^2.0|^3.0|^4.0"
27
},
28
"require-dev": {
@@ -49,4 +49,4 @@
49
}
50
51
"minimum-stability": "stable"
52
-}
+}
0 commit comments