diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/composer.json b/composer.json index aeba55d..4cd9d7f 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,21 @@ { "name": "react/http-client", - "description": "Asynchronous HTTP client library.", + "description": "Event-driven, streaming HTTP client for ReactPHP", "keywords": ["http"], "license": "MIT", "require": { - "php": ">=5.4.0", - "guzzlehttp/psr7": "^1.0", - "react/socket-client": "^0.5 || ^0.4 || ^0.3", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", - "react/stream": "0.4.*", - "react/promise": "~2.2", - "evenement/evenement": "~2.0" + "php": ">=5.3.0", + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", + "react/promise": "^2.1 || ^1.2.1", + "react/socket": "^1.0 || ^0.8.4", + "react/stream": "^1.0 || ^0.7.1", + "ringcentral/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10" + "clue/block-react": "^1.2", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35", + "react/promise-stream": "^1.1" }, "autoload": { "psr-4": { |