{
    "name": "phpro/soap-client",
    "description": "A general purpose SoapClient library",
    "keywords": [
        "soap"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Toon Verwerft",
            "email": "toon.verwerft@phpro.be"
        }
    ],
    "require": {
        "php": "^7.4 || <8.1",
        "ext-dom": "*",
        "ext-xml": "*",
        "psr/event-dispatcher": "^1.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "symfony/console": "~4.0 || ~5.0",
        "symfony/event-dispatcher": "~4.0 || ~5.0",
        "symfony/filesystem": "~4.0 || ~5.0",
        "symfony/options-resolver": "~4.0 || ~5.0"
    },
    "require-dev": {
        "ext-soap": "*",
        "guzzlehttp/guzzle": "^7.2.0",
        "guzzlehttp/promises": "^1.4.0",
        "guzzlehttp/psr7": "^1.7.0",
        "laminas/laminas-code": "^3.5.0",
        "nyholm/psr7": "^1.3",
        "phpdocumentor/reflection-docblock": "^5.2.2",
        "php-http/client-common": "^2.1",
        "php-http/discovery": "^1.7",
        "php-http/httplug": "^2.1",
        "php-http/message": "^1.8",
        "php-http/message-factory": "^1.0",
        "php-http/mock-client": "^1.3",
        "php-parallel-lint/php-parallel-lint": "^1.2",
        "php-vcr/php-vcr": "1.4.5",
        "phpro/grumphp-shim": "^1.3.3",
        "phpspec/phpspec": "~7.0",
        "phpspec/prophecy-phpunit": "^2.0.1",
        "phpstan/phpstan": "^0.12.87",
        "phpunit/phpunit": "~9.4",
        "psr/http-factory": "^1.0",
        "psr/http-message": "^1.0.1",
        "robrichards/wse-php": "^2.0.3",
        "robrichards/xmlseclibs": "^3.0",
        "squizlabs/php_codesniffer": "~3.5",
        "symfony/validator": "~4.0 || ~5.0"
    },
    "conflict": {
        "php-http/guzzle6-adapter": "<2.0"
    },
    "suggest": {
        "ext-soap": "If you want to use PHP's ext-soap driver.",
        "php-http/client-common": "For gaining control over the HTTP layer",
        "php-http/client-implementation": "For gaining control over the HTTP layer",
        "php-http/discovery": "For gaining control over the HTTP layer",
        "php-http/httplug": "For gaining control over the HTTP layer",
        "php-http/message": "For gaining control over the HTTP layer",
        "php-http/message-factory": "For gaining control over the HTTP layer",
        "phpro/annotated-cache": "For caching SOAP responses",
        "psr/http-message": "For gaining control over the HTTP layer",
        "psr/log-implementation": "For logging SOAP requests, responses and errors",
        "robrichards/wse-php": "If you want to use the WSA or WSSE middleware",
        "symfony/validator": "If you easily want to validate SOAP requests / responses manually"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-0": {
            "Phpro\\SoapClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-0": {
            "PhproTest\\SoapClient\\": "test/"
        }
    },
    "bin": [
        "bin/soap-client"
    ]
}
