From a4bec0a3f423c6644a40b2d12ab474efad3f094b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:53:02 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^12.0 to ^12.0 || ^13.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/13.0.2/ChangeLog-13.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.0...13.0.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.2 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 8d2116c..530e31e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "doctrine/coding-standard": "^14.0", "doctrine/dbal": "^4.0", - "phpunit/phpunit": "^12.0", + "phpunit/phpunit": "^12.0 || ^13.0", "vimeo/psalm": "^6.14", "symfony/cache": "^7.0 || ^8.0", "php-parallel-lint/php-parallel-lint": "^1.3.2",