From ace3710065004c75e218868073b38451d20290d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 23:28:28 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~4.8|~5.0 to ^9.5.1 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-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/9.5.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 625ddefe..fecf6222 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "raveren/kint": "1.*", - "phpunit/phpunit": "~4.8|~5.0" + "phpunit/phpunit": "^9.5.1" }, "autoload": { "psr-4": {