Skip to content

Commit

Permalink
Merge pull request aws#595 from aws/older-composer-syntax
Browse files Browse the repository at this point in the history
Using older composer version syntax to support older builds of composer
  • Loading branch information
mtdowling committed May 28, 2015
2 parents 32ba584 + c65f79e commit 2745649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^5.3||^6.0.1",
"guzzlehttp/psr7": "^1.0",
"guzzlehttp/promises": "^1.0",
"mtdowling/jmespath.php": "^2.2"
"guzzlehttp/guzzle": ">=5.3|~6.0.1|~6.1",
"guzzlehttp/psr7": "~1.0",
"guzzlehttp/promises": "~1.0",
"mtdowling/jmespath.php": "~2.2"
},
"require-dev": {
"ext-openssl": "*",
Expand Down

0 comments on commit 2745649

Please sign in to comment.