From a225165dbc5e9132e4df58f5461b6a7f66994910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 09:51:49 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7 to ^8 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/master/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.0.0...8.5.19) --- 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 73cd20f3d1..d862cf7407 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ }, "require-dev" : { "symfony/stopwatch" : "5.3.4", - "phpunit/phpunit" : "^7", + "phpunit/phpunit" : "^8", "roave/security-advisories": "dev-master" } }