Skip to content

Commit

Permalink
Fixing composer.json file (will update again after PSR-7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 18, 2015
1 parent 62638c8 commit 9bee50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -18,9 +18,9 @@
"require": {
"php": ">=5.5",
"psr/http-message": "^0.10",
"guzzlehttp/guzzle": "^5.0 || ^6.0@dev",
"guzzlehttp/psr7": "^0.1@dev",
"guzzlehttp/promises": "^0.1.2",
"guzzlehttp/guzzle": "^5.2 || ^6.0@dev",
"guzzlehttp/psr7": "^1.0.0@dev",
"guzzlehttp/promises": "^1.0.0",
"mtdowling/jmespath.php": "^2.1"
},
"require-dev": {
Expand Down

0 comments on commit 9bee50b

Please sign in to comment.