Skip to content

Commit

Permalink
allow for google/cloud ^0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgoslett committed Sep 27, 2016
1 parent f918f60 commit f22a96f
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,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

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.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",
Expand Down

0 comments on commit f22a96f

Please sign in to comment.