Skip to content

Commit

Permalink
Merge pull request #437 from kfb-ts/gps-pubsub-1
Browse files Browse the repository at this point in the history
[gps] Add support for google/cloud-pubsub ^1.0
  • Loading branch information
makasim authored May 8, 2018
2 parents bfa69d5 + e958948 commit 83b6b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": ">=5.6",
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
"google/cloud-pubsub": "^0.6.1"
"google/cloud-pubsub": "^0.6.1|^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.4.0",
Expand Down

0 comments on commit 83b6b2a

Please sign in to comment.