Skip to content

Commit

Permalink
semantic versioning for guzzle/psr7 dependency (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 1, 2016
1 parent ec4edcb commit 854be44
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 @@ -9,13 +9,13 @@
"php": ">=5.4",
"firebase/php-jwt": "~2.0|~3.0",
"guzzlehttp/guzzle": "~5.3|~6.0",
"guzzlehttp/psr7": "1.2.*",
"guzzlehttp/psr7": "~1.2",
"psr/http-message": "^1.0",
"psr/cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"fabpot/php-cs-fixer": "^1.11"
"friendsofphp/php-cs-fixer": "^1.11"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 854be44

Please sign in to comment.