{
    "name": "php-soap/ext-soap-engine",
    "description": "An ext-soap engine implementation",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Soap\\ExtSoapEngine\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SoapTest\\ExtSoapEngine\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Toon Verwerft",
            "email": "toonverwerft@gmail.com"
        }
    ],
    "require": {
        "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
        "ext-soap": "*",
        "ext-dom": "*",
        "azjezz/psl": "^2.1",
        "php-soap/engine": "^1.3|^2.0",
        "php-soap/wsdl": "^1.3",
        "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0"
    },
    "require-dev": {
        "php-soap/engine-integration-tests": "^1.4",
        "php-soap/xml": "^1.4",
        "phpunit/phpunit": "^10.0.19"
    }
}
