From 4ab428b49e32ddf8262976b1620f17696fddf66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:52:22 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5 | ^11.5 to ^13.0.5 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `phpunit/phpunit` to 13.0.5 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.0.5/ChangeLog-13.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/13.0.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.5 dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba07902f..ec696868 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ }, "require-dev": { "php": "^8.1", - "phpunit/phpunit": "^10.5 | ^11.5", + "phpunit/phpunit": "^13.0.5", "slevomat/coding-standard": "^8.19.1", "squizlabs/php_codesniffer": "^4.0.0" },