{
    "name": "codedredd/laravel-soap",
    "description": "A SoapClient wrapper integration for Laravel",
    "keywords": [
        "laravel",
        "soap",
        "client",
        "wrapper"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Gregor Becker",
            "email": "gregor@codedredd.de"
        }
    ],
    "require": {
        "php": "~8.1 || ~8.2 || ~8.3",
        "ext-soap": "*",
        "ext-bcmath": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-dom": "*",
        "ext-simplexml": "*",
        "illuminate/http": "^9.0 || ^10.0 || ^11.0",
        "illuminate/support": "^9.0 || ^10.0 || ^11.0",
        "phpro/soap-client": "^2.3.0 || ^3.1.0",
        "php-http/guzzle7-adapter": "^1.0",
        "php-http/discovery": "^1.14",
        "php-http/message": "^1.13",
        "php-http/client-common": "^2.6",
        "robrichards/wse-php": "^2.0",
        "php-soap/psr18-transport": "^1.3",
        "php-soap/psr18-wsse-middleware": "^2.1",
        "veewee/xml": "^2.6",
        "spatie/laravel-package-tools": "^1.14",
        "illuminate/contracts": "^9.0 || ^10.0 || ^11.0"
    },
    "require-dev": {
        "symfony/options-resolver": "^6.2.5",
        "phpunit/phpunit": "^10.0",
        "orchestra/testbench": "^8.0 || ^9.0",
        "laminas/laminas-code": "^4.8.0",
        "nunomaduro/collision": "^6.1",
        "symplify/easy-ci": "^10.0",
        "spatie/laravel-ray": "^1.32",
        "larastan/larastan": "^2.9"
    },
    "autoload": {
        "psr-4": {
            "CodeDredd\\Soap\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "CodeDredd\\Soap\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "CodeDredd\\Soap\\SoapServiceProvider"
            ],
            "aliases": {
                "SOAP": "SoapFacade"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
