From 591042c42f371dde2fe71496c4ee34eb0a108bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 05:02:46 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~4.8|~9|~11 to ^12.2.9 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.9 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 494eb0a..eb97ca8 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php" : ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.8|~9|~11" + "phpunit/phpunit": "^12.2.9" }, "autoload" : { "files": ["src/array.php"]