diff --git a/composer.json b/composer.json index 2a484c4..b2cf849 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "cweagans/composer-patches": "^1 || ^2", "php-http/logger-plugin": "^1", "php-http/message": "~1.13", - "phpro/soap-client": "~2.4", + "phpro/soap-client": ">=3 <4", "psr/http-client": "^1", "psr/http-client-implementation": "*", "psr/http-factory": "^1", @@ -69,13 +69,5 @@ }, "bin": ["bin/epoetry"], "minimum-stability": "dev", - "prefer-stable": true, - "extra": { - "patches": { - "phpro/soap-client" : { - "https://github.com/phpro/soap-client/issues/446": "https://patch-diff.githubusercontent.com/raw/phpro/soap-client/pull/448.diff", - "https://github.com/phpro/soap-client/issues/444": "https://patch-diff.githubusercontent.com/raw/phpro/soap-client/pull/445.diff" - } - } - } + "prefer-stable": true }