From 5526a395f1cf4902245bef0093416e9f024e4538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:40:21 +0000 Subject: [PATCH] Composer(deps-dev): Update phpunit/phpunit requirement || ^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.1/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.0.0...11.0.1) --- 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 4455846..8646326 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "moneyphp/money": "^4.0" }, "require-dev": { - "phpunit/phpunit": "^10", + "phpunit/phpunit": "^10 || ^11", "filament/filament": "^3.0" }, "extra": {