Skip to content

Commit

Permalink
ensures 5.3.1 is required due to PHP 7.1 fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 13, 2017
1 parent 01abcc7 commit cc1ec6b
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 @@ -8,7 +8,7 @@
"require": {
"php": ">=5.4",
"firebase/php-jwt": "~2.0|~3.0|~4.0",
"guzzlehttp/guzzle": "~5.3|~6.0",
"guzzlehttp/guzzle": "~5.3.1|~6.0",
"guzzlehttp/psr7": "~1.2",
"psr/http-message": "^1.0",
"psr/cache": "^1.0"
Expand Down

0 comments on commit cc1ec6b

Please sign in to comment.