diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 75a8d49..40010c2 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,19 @@ { "name": "react/dns", "description": "Async DNS resolver for ReactPHP", - "keywords": ["dns", "dns-resolver"], + "keywords": ["dns", "dns-resolver", "ReactPHP", "async"], "license": "MIT", "require": { "php": ">=5.3.0", - "react/cache": "~0.4.0|~0.3.0", - "react/socket": "^0.7 || ^0.6 || ^0.5 || ^0.4.4", - "react/stream": "^0.6 || ^0.5 || ^0.4.5", - "react/promise": "~2.1|~1.2", - "react/promise-timer": "~1.1" + "react/cache": "^0.5 || ^0.4 || ^0.3", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", + "react/promise": "^2.1 || ^1.2.1", + "react/promise-timer": "^1.2", + "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10" + "clue/block-react": "^1.2", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "autoload": { "psr-4": { "React\\Dns\\": "src" } |