From fbe2dd5c4e3e89c38c297ae037e8046b1f397a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:17:03 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~12.3 to ~12.3 || ~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.1.8/ChangeLog-13.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.3.0...13.1.8) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.1.8 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 1e19146..134c742 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php-standard-library/type": "^6.1" }, "require-dev": { - "phpunit/phpunit": "~12.3", + "phpunit/phpunit": "~12.3 || ~13.0", "vimeo/psalm": "~6.16.0", "php-cs-fixer/shim": "~3.94.0", "symfony/cache": "^7.0 || ^6.4"