From f22a96f509d60eca9ab16af426fe7ed66a8a8b9e Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Tue, 27 Sep 2016 13:34:17 +0200 Subject: [PATCH] allow for google/cloud ^0.9.0 --- changelog.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 14c6c7a..243b130 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # Changelog -## 3.0.1 - 2016-0-27 +## 3.0.2 - 2016-09-27 + +* Allow for google/cloud ^0.9.0 + +## 3.0.1 - 2016-09-27 * Add `getUrl($path)` method for Laravel 5.3 Filesystem to hook into diff --git a/composer.json b/composer.json index d81c67a..07641fd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=5.5.0", "league/flysystem": "~1.0", - "google/cloud": "^0.8.0" + "google/cloud": "^0.8.0|^0.9.0" }, "require-dev": { "phpunit/phpunit": "~4.0",