From 1457c106a57b785c3dff8e46cdf5e4d81436f107 Mon Sep 17 00:00:00 2001 From: Yugloocamai Date: Thu, 13 Sep 2018 12:41:32 -0700 Subject: [PATCH] Update composer.json: versioning fix Attempt to circumvent problem with Google Cloud dependencies by bumping the version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5ee2aaa..f4f7507 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=5.5.0", "league/flysystem": "~1.0", - "google/cloud-storage": ">=1.0 <1.4" + "google/cloud-storage": ">=1.7.2" }, "require-dev": { "phpunit/phpunit": "~4.0",