From 10e51b70aa4adbf377b67c3c30a5423cf9946187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 06:15:41 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement || ^12.0 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/12.1.6/ChangeLog-12.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...12.1.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.1.6 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 53a7f9d..b7c358e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpseclib/phpseclib": "^2.0", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0 || ^12.0" }, "autoload": { "psr-4": {