Skip to content

Commit

Permalink
made google cloud a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Feb 12, 2017
1 parent 272110a commit 9c1f937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"require": {
"php": "^5.5.9 || ^7.0",
"guzzlehttp/guzzle": "^6.2.1",
"google/cloud": "^0.20.2",
"darrynten/any-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"mockery/mockery": "dev-master",
"google/cloud": "^0.20.2"
"mockery/mockery": "dev-master"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 9c1f937

Please sign in to comment.