From e81ab93d3daa446fb5d938a15619f06afb77baec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:51:32 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5 || ^11.0 to ^10.5 || ^11.0 || ^12.0 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.3.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c58b7d..fb5fc3b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "phpstan/phpstan-phpunit": "^1.3", "jangregor/phpstan-prophecy": "^1.0", "phpspec/prophecy-phpunit": "^2.1", - "phpunit/phpunit": "^10.5 || ^11.0" + "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0" }, "require-dev": { "roave/security-advisories": "dev-latest"