Skip to content

Commit

Permalink
Using older composer syntax for older versions of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 28, 2015
1 parent d502b97 commit ddbbba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -14,13 +14,13 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/psr7": "^1.0.0",
"guzzlehttp/promises": "^1.0.0"
"guzzlehttp/psr7": "~1.0",
"guzzlehttp/promises": "~1.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"autoload": {
"files": ["src/functions.php"],
Expand Down

0 comments on commit ddbbba9

Please sign in to comment.