From f44194c540918e418b09f54731e971246fde5cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:15:01 +0000 Subject: [PATCH] Update phpunit/phpunit requirement || ^11.0 in /src/Common Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.2/ChangeLog-11.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...11.5.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/Common/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/composer.json b/src/Common/composer.json index fd4348f60..85e53a46d 100644 --- a/src/Common/composer.json +++ b/src/Common/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "nyholm/nsa": "^1.1", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5 || ^11.0", "symfony/stopwatch": "~2.5 || ~5.0" }, "suggest": {