Skip to content

Commit 2d09676

Browse files
bshafferdwsupplee
authored andcommitted
corrects spanner dependency on core and removes symfony/lock requirement (#503)
* corrects spanner dependency on core and removes symfony/lock requirement * changes core php req to >=5.5
1 parent 018655b commit 2d09676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "stable",
66
"require": {
77
"ext-grpc": "*",
8-
"google/cloud-core": "^1.0",
8+
"google/cloud-core": "^1.4",
99
"google/gax": "^0.9",
1010
"google/proto-client-php": "^0.8"
1111
},

0 commit comments

Comments
 (0)