From f77a9868bfa8f39f44f01eb11f2822ef2839b1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 22:03:27 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6 to ^9.6 || ^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.4.1/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.0...12.4.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.1 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 84a57d2..9211abe 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "doctrine/coding-standard": "^14.0", "doctrine/dbal": "^3.1 || ^4.0", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.6 || ^12.0", "vimeo/psalm": "^6.13", "symfony/cache": "^5.3||^6.2", "php-parallel-lint/php-parallel-lint": "^1.3.2",