Skip to content

Commit

Permalink
fix - guzzlehttp/psr7 dependency version definition
Browse files Browse the repository at this point in the history
Google api client relies on guzzlehttp/psr7:^1.2
  • Loading branch information
ait-sd committed Mar 29, 2018
1 parent da0062d commit 8a5f0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=5.4",
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
"guzzlehttp/guzzle": "~5.3.1|~6.0",
"guzzlehttp/psr7": "~1.2",
"guzzlehttp/psr7": "^1.2",
"psr/http-message": "^1.0",
"psr/cache": "^1.0"
},
Expand Down

0 comments on commit 8a5f0dd

Please sign in to comment.