{
    "name": "php-soap/xml",
    "description": "XML wrappers for SOAP",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Soap\\Xml\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SoapTest\\Xml\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Toon Verwerft",
            "email": "toonverwerft@gmail.com"
        }
    ],
    "require": {
        "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
        "ext-dom": "*",
        "veewee/xml": "^2.2 || ^3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    }
}
