From fcfcb45f18e1b9e795d20a303c0a79ccdbd82913 Mon Sep 17 00:00:00 2001 From: geyer-za Date: Thu, 28 Feb 2019 15:20:06 +0200 Subject: [PATCH 1/4] temp value for testing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5351a6c..14cb966 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/config": "^4.0", "superbalist/php-pubsub": "^1.0|^2.0", "superbalist/php-pubsub-redis": "^1.0|^2.0", - "superbalist/php-pubsub-google-cloud": "^5.0", + "superbalist/php-pubsub-google-cloud": "dev-update-gcloud-pubsub-1-8-2", "superbalist/php-pubsub-http": "^1.0" }, "autoload": { From d161a58db35f5964c228dc99be288b2b2341a611 Mon Sep 17 00:00:00 2001 From: geyer-za Date: Wed, 6 Mar 2019 16:01:32 +0200 Subject: [PATCH 2/4] bump version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14cb966..87a2019 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/config": "^4.0", "superbalist/php-pubsub": "^1.0|^2.0", "superbalist/php-pubsub-redis": "^1.0|^2.0", - "superbalist/php-pubsub-google-cloud": "dev-update-gcloud-pubsub-1-8-2", + "superbalist/php-pubsub-google-cloud": "^5.1.0", "superbalist/php-pubsub-http": "^1.0" }, "autoload": { From 3cbe4c5015a40620d67a13cbcc9c34f3e174e096 Mon Sep 17 00:00:00 2001 From: geyer-za Date: Wed, 6 Mar 2019 16:03:31 +0200 Subject: [PATCH 3/4] changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 0dfbb0f..d918174 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.0 - 2019-03-06 + +* Bump up to superbalist/php-pubsub-google-cloud ^5.1 + ## 3.0.1 - 2018-07-27 * Add max_messages option to Google Cloud adapter From 14afb0ec731921e0be6589d70b26bad6eb53a762 Mon Sep 17 00:00:00 2001 From: geyer-za Date: Wed, 6 Mar 2019 16:06:45 +0200 Subject: [PATCH 4/4] sane travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a17920..fd89380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ php: - 5.6 - 7.0 - 7.1 - - nightly + - 7.3 before_script: - composer install