{
    "name": "php-soap/psr18-transport",
    "description": "PSR-18 HTTP Client transport for SOAP",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Soap\\Psr18Transport\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SoapTest\\Psr18Transport\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Toon Verwerft",
            "email": "toonverwerft@gmail.com"
        }
    ],
    "require": {
        "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
        "ext-dom": "*",
        "php-soap/engine": "^1.3|^2.0",
        "php-soap/wsdl": "^1.3",
        "php-soap/xml": "^1.4",
        "php-http/discovery": "^1.12",
        "psr/http-client-implementation": "^1.0",
        "psr/http-factory-implementation": "^1.0",
        "psr/http-message-implementation": "^1.0",
        "psr/http-message": "^1.0.1|^2.0",
        "veewee/xml": "^2.2 || ^3.0",
        "php-http/client-common": "^2.3"
    },
    "require-dev": {
        "ext-soap": "*",
        "nyholm/psr7": "^1.5",
        "php-http/mock-client": "^1.5",
        "php-soap/ext-soap-engine": "^1.4",
        "php-soap/engine-integration-tests": "^1.4",
        "phpunit/phpunit": "^10.0",
        "guzzlehttp/guzzle": "^7.5"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
