Skip to content

Commit 0073a3d

Browse files
authored
update to cloud-pubsub ^5 (GoogleCloudPlatform#391)
1 parent b76d7a4 commit 0073a3d

File tree

7 files changed

+149
-133
lines changed

7 files changed

+149
-133
lines changed

pubsub/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"php": ">=5.4",
26-
"google/cloud-pubsub": "^0.2",
26+
"google/cloud-pubsub": "^0.5",
2727
"symfony/console": " ^3.0"
2828
},
2929
"require-dev": {

pubsub/api/composer.lock

Lines changed: 51 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubsub/app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": ">=5.4",
4-
"google/cloud-pubsub": "^0.2",
4+
"google/cloud-pubsub": "^0.5",
55
"google/cloud-datastore": "^1.0",
66
"silex/silex": "~1.3",
77
"symfony/twig-bridge": "~2.7|3.0.*",

0 commit comments

Comments
 (0)