Skip to content

Commit 970f40e

Browse files
authored
Merge pull request #437 from kfb-ts/gps-pubsub-1
[gps] Add support for google/cloud-pubsub ^1.0
2 parents 0e53391 + 6ceae8e commit 970f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/gps/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": ">=5.6",
1010
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
11-
"google/cloud-pubsub": "^0.6.1"
11+
"google/cloud-pubsub": "^0.6.1|^1.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "~5.4.0",

0 commit comments

Comments
 (0)