2014-06-13 19:17:49 +02:00
|
|
|
{
|
2014-09-23 22:47:55 +02:00
|
|
|
"name": "amphp/dns",
|
|
|
|
"homepage": "https://github.com/amphp/dns",
|
2015-08-02 04:18:44 +02:00
|
|
|
"description": "Async DNS resolution built on the amp concurrency framework",
|
2014-09-23 22:47:55 +02:00
|
|
|
"keywords": ["dns", "resolve", "client", "async", "amp"],
|
2014-06-13 19:17:49 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Chris Wright",
|
2015-08-02 04:18:44 +02:00
|
|
|
"email": "addr@daverandom.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Lowrey",
|
|
|
|
"email": "rdlowrey@php.net"
|
2014-06-13 19:17:49 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2015-05-20 21:30:20 +02:00
|
|
|
"php": ">=5.5",
|
2015-07-27 16:32:35 +02:00
|
|
|
"amphp/amp": "^1",
|
2015-07-28 03:53:44 +02:00
|
|
|
"amphp/cache": "dev-master",
|
2015-09-07 23:48:26 +02:00
|
|
|
"amphp/file": "dev-master",
|
2015-02-18 12:46:01 +01:00
|
|
|
"daverandom/libdns": "~1.0"
|
2014-06-13 19:17:49 +02:00
|
|
|
},
|
2014-07-19 15:37:48 +02:00
|
|
|
"require-dev": {
|
2015-08-30 16:39:04 +02:00
|
|
|
"phpunit/phpunit": "~4.8",
|
|
|
|
"fabpot/php-cs-fixer": "~1.9"
|
2014-07-19 15:37:48 +02:00
|
|
|
},
|
2014-06-13 19:17:49 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2014-09-24 19:31:27 +02:00
|
|
|
"Amp\\Dns\\": "lib"
|
2015-07-28 03:53:44 +02:00
|
|
|
},
|
2015-08-02 04:18:44 +02:00
|
|
|
"files": [
|
|
|
|
"lib/constants.php",
|
|
|
|
"lib/functions.php"
|
|
|
|
]
|
2014-06-13 19:17:49 +02:00
|
|
|
}
|
|
|
|
}
|