aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/dns/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/php/vendor/react/dns/composer.json')
-rwxr-xr-xassets/php/vendor/react/dns/composer.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/assets/php/vendor/react/dns/composer.json b/assets/php/vendor/react/dns/composer.json
deleted file mode 100755
index 510a43c..0000000
--- a/assets/php/vendor/react/dns/composer.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "react/dns",
- "description": "Async DNS resolver for ReactPHP",
- "keywords": ["dns", "dns-resolver", "ReactPHP", "async"],
- "license": "MIT",
- "require": {
- "php": ">=5.3.0",
- "react/cache": "~0.4.0|~0.3.0",
- "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": {
- "clue/block-react": "^1.2",
- "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
- },
- "autoload": {
- "psr-4": { "React\\Dns\\": "src" }
- },
- "autoload-dev": {
- "psr-4": { "React\\Tests\\Dns\\": "tests" }
- }
-}