1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-18 05:48:15 +01:00

Fixing composer.json

This commit is contained in:
Michael Dowling 2015-05-18 15:30:41 -07:00
parent 060ee309af
commit c0442a3819

View File

@ -15,8 +15,8 @@
"require": {
"php": ">=5.5.0",
"psr/http-message": "^0.10",
"guzzlehttp/psr7": "^0.1",
"guzzlehttp/promises": "^0.1.2"
"guzzlehttp/psr7": "^1.0.0@dev",
"guzzlehttp/promises": "^1.0.0"
},
"require-dev": {
"ext-curl": "*",