From f51e4f23f11c9c6011d47bdcb412869fa769e001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:06:44 +0000 Subject: [PATCH] Update php-soap/encoding requirement from ^0.16.0 to ^0.16.0 || ^0.18.0 Updates the requirements on [php-soap/encoding](https://github.com/php-soap/encoding) to permit the latest version. - [Release notes](https://github.com/php-soap/encoding/releases) - [Commits](https://github.com/php-soap/encoding/compare/0.16.0...0.18.0) --- updated-dependencies: - dependency-name: php-soap/encoding dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ac4d013..275184f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "nyholm/psr7": "^1.8", - "php-soap/encoding": "^0.16.0", + "php-soap/encoding": "^0.16.0 || ^0.18.0", "vimeo/psalm": "^5.26", "php-standard-library/psalm-plugin": "^2.3", "phpunit/phpunit": "^10.5.40",