Skip to content

Commit

Permalink
allow for google/cloud ^0.29.0|^0.30.0|^0.31.0|^0.32.0|^0.33.0|^0.34.…
Browse files Browse the repository at this point in the history
…0|^0.35.0
  • Loading branch information
matthewgoslett committed Jul 21, 2017
1 parent f469e8b commit 13272fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.0.1 - 2017-07-21

* Allow for google/cloud ^0.29.0|^0.30.0|^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0

## 4.0.0 - 2017-05-16

* Allow for google/cloud ^0.26.0|^0.27.0|^0.27.0
* Allow for google/cloud ^0.26.0|^0.27.0|^0.28.0
* Bump up to superbalist/php-pubsub ^2.0
* Add new publishBatch method to GoogleCloudPubSubAdapter

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": ">=5.6.0",
"superbalist/php-pubsub": "^2.0",
"google/cloud": "^0.11.0|^0.12.0|^0.13.0|^0.20.0|^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0|^0.26.0|^0.27.0|^0.28.0"
"google/cloud": "^0.11.0|^0.12.0|^0.13.0|^0.20.0|^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0|^0.26.0|^0.27.0|^0.28.0|^0.29.0|^0.30.0|^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 13272fa

Please sign in to comment.