From 3a599c0c671e26fc23dff3bbdfb4ef4b6b7ef1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:25:42 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement from ^11.0 to ^12.4 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/12.4.1/ChangeLog-12.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.0...12.4.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.4.1 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 7d417a1..5c528aa 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "infection/infection": "^0.29", "jbelien/phpstan-sarif-formatter": "^1.2", "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^12.4", "rector/rector": "^1.0", "roave/backward-compatibility-check": "^8.14", "spatie/phpunit-snapshot-assertions": "^5.2",