{
    "name": "pear/net_dns2",
    "type": "library",
    "description": "PHP DNS Resolver and Updater Library",
    "keywords": [
        "dns",
        "dnssec",
        "network"
    ],
    "homepage": "https://netdns2.com/",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/mikepultz/netdns2/issues",
        "source": "https://github.com/mikepultz/netdns2"
    },
    "authors": [
        {
            "name": "Mike Pultz",
            "email": "mike@mikepultz.com",
            "homepage": "https://mikepultz.com/",
            "role": "lead"
        }
    ],
    "funding": [
        {
            "url": "https://github.com/mikepultz",
            "type": "github"
        }
    ],
    "require": {
        "php": ">=8.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^10"
    },
    "suggest": {
        "ext-curl": "Used for DNS over HTTPS (DoH)",
        "ext-hash": "Used for TSIG authentication.",
        "ext-openssl": "Used for DNS over TLS (DoT), and some DNSSEC verification.",
        "ext-intl": "Used for decoding Unicode domain names."
    },
    "autoload": {
        "psr-4": {
            "NetDNS2\\": "src/NetDNS2/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "NetDNS2\\Tests\\": "tests/NetDNS2/"
        }
    }
}
