Skip to content

Commit 28b6930

Browse files
committed
remove google pubsub v2 compatibility
1 parent bd4be27 commit 28b6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-json": "*",
2323
"illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
2424
"illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0| ^10.0 | ^11.0 | ^12.0",
25-
"google/cloud-pubsub": "^1.1 | ^2.10",
25+
"google/cloud-pubsub": "^1.1",
2626
"ramsey/uuid": "^2.0|^3.0|^4.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)