{
    "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": "~8.1.0 || ~8.2.0 || ~8.3.0",
        "azjezz/psl": "^2.1",
        "laminas/laminas-code": "^4.8.0",
        "php-soap/engine": "^2.7",
        "php-soap/ext-soap-engine": "^1.4",
        "php-soap/psr18-transport": "^1.3",
        "php-soap/wsdl-reader": "~0.6",
        "psr/event-dispatcher": "^1.0",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "symfony/console": "~5.4 || ~6.0 || ~7.0",
        "symfony/event-dispatcher": "~5.4 || ~6.0 || ~7.0",
        "symfony/filesystem": "~5.4 || ~6.0 || ~7.0",
        "symfony/validator": "~5.4 || ~6.0 || ~7.0"
    },
    "require-dev": {
        "guzzlehttp/guzzle": "^7.5.0",
        "nyholm/psr7": "^1.5",
        "php-http/vcr-plugin": "^1.2",
        "php-parallel-lint/php-parallel-lint": "^1.3",
        "phpro/grumphp-shim": "^2.3",
        "phpspec/phpspec": "~7.2",
        "phpspec/prophecy-phpunit": "^2.0.1",
        "phpstan/phpstan": "^1.10.15",
        "phpunit/phpunit": "~9.5",
        "squizlabs/php_codesniffer": "^3.7.1"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "phpro/grumphp-shim": true,
            "php-http/discovery": true
        }
    },
    "autoload": {
        "psr-0": {
            "Phpro\\SoapClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-0": {
            "PhproTest\\SoapClient\\": "test/"
        }
    },
    "bin": [
        "bin/soap-client"
    ]
}
