From b751849792f98e22a499975db3ba6ff064aff793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:43:06 +0000 Subject: [PATCH] chore(deps)(deps-dev): update phpunit/phpunit requirement || ^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.2.4/ChangeLog-13.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.0...13.2.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.2.4 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 12dc4d8..bbb2482 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php-parallel-lint/php-parallel-lint": "^1.4", "phpstan/phpstan": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^12.0" + "phpunit/phpunit": "^12.0 || ^13.0" }, "suggest": { "ext-intl": "Best-quality alias transliteration (Any-Latin; Latin-ASCII). Without it, and without ext-iconv, transliteration falls back to raw ASCII.",