From 351f7f6e6e48e45cd8d00673df2c6b9ed09a6e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:04:24 +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 2ee08f1..dbfab0e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "veewee/xml": "^4.8" }, "require-dev": { - "phpunit/phpunit": "~12.3", + "phpunit/phpunit": "~12.3 || ~13.0", "vimeo/psalm": "~6.13", "php-cs-fixer/shim": "^3.88" }