From f505d5762ead504ab6060704df21e522eae52e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 07:33:44 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from >=7.5 <10 to >=7.5 <11 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.0...10.4.2) --- updated-dependencies: - dependency-name: phpunit/phpunit 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 1183e6e..234a511 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require-dev": { "ext-json": "*", "goetas-webservices/xsd-reader": "^0.4", - "phpunit/phpunit": ">=7.5 <10", + "phpunit/phpunit": ">=7.5 <11", "phpstan/phpstan": "^1.0", "infection/infection": ">=0.16", "friendsofphp/php-cs-fixer": "^3.0",