From aff129876c21203a134c3afb34be3e5150427f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:50:29 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^11.5 to ^11.5 || ^12.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/12.0.2/ChangeLog-12.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.0...12.0.2) --- updated-dependencies: - dependency-name: phpunit/phpunit 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 ea87104..476c2b0 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "phpstan/phpstan": "^2.1", "rector/rector": "^2.0", "symfony/var-dumper": "^7.2", - "phpunit/phpunit": "^11.5", + "phpunit/phpunit": "^11.5 || ^12.0", "laravel/pint": "^1.19" }, "license": "MIT",