Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 0c22ff2

Browse files
allow for google/cloud ^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0
1 parent 0b051e3 commit 0c22ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 3.0.1 - ?
44

55
* Fix to gRPC timeouts
6+
* Allow for google/cloud ^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0
67

78
## 3.0.0 - 2017-01-03
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": ">=5.6.0",
1313
"superbalist/php-pubsub": "^1.0",
14-
"google/cloud": "^0.11.0|^0.12.0|^0.13.0|^0.20.0"
14+
"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"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)