From 03f8a8c5845d4d7dede8ed9d828c07c31c982035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:00:28 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10 to ^10 || ^11 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.2/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.0...11.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 08ec20b..d89a9b6 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,6 @@ "symfony/process": "^6.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^10" + "phpunit/phpunit": "^10 || ^11" } }