From 767ffde8eaa7d3101750eadba934d3053da3bece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:48:25 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5 to ^9.5 || ^10.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.4/ChangeLog-10.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.2.4) --- 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 1559a02..5120da1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5 || ^10.0", "php-standard-library/psalm-plugin": "^2.2", "vimeo/psalm": "^5.9" }