From 5cefb58fd6fdc4a7a135c939c6a1dd0115f41dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:17:06 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.5.10 to ^10.5.10 || ^11.0.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/11.0.9/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.10...11.0.9) --- 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 255ad345..770ede37 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "adlawson/vfs": "^0.12.1", "doctrine/orm": "^2.5", "phpstan/phpstan": "^1.10.57", - "phpunit/phpunit": "^10.5.10", + "phpunit/phpunit": "^10.5.10 || ^11.0.0", "symfony/console": "^4.4|^5.1", "symfony/filesystem": "^4.4|^5.1", "symfony/process": "^4.4|^5.1",