Skip to content

Commit

Permalink
Merge pull request aws#593 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Tweaked composer.json
  • Loading branch information
mtdowling committed May 27, 2015
2 parents e0f8b92 + 28c58e7 commit 32ba584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^5.3 || ^6.0.1",
"guzzlehttp/psr7": "^1.0.0",
"guzzlehttp/promises": "^1.0.0",
"guzzlehttp/guzzle": "^5.3||^6.0.1",
"guzzlehttp/psr7": "^1.0",
"guzzlehttp/promises": "^1.0",
"mtdowling/jmespath.php": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit 32ba584

Please sign in to comment.