From 353ea043006abaa69c4800df9369694b99211c9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Dec 2020 23:26:06 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ~4.8|~5.0 to ^9.5.0 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.0) 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..07d3a726 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.0" }, "autoload": { "psr-4": {