From 421d12db1954ca5c3efd0e41fb009cd9b805308d Mon Sep 17 00:00:00 2001 From: Rachid Tarsimi Date: Tue, 10 Dec 2024 12:06:35 +0100 Subject: [PATCH] #83 Make the package compatible with php 8.3 --- composer.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 }