From 5d6debe7b5cf09e3d466ddef77c01c1e40045591 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 12:15:30 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from 8.5.5 to 8.5.18 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/8.5.5...8.5.18) 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 e971c42..fbc2dde 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ramsey/uuid": "^3.8 || ^4.0" }, "require-dev": { - "phpunit/phpunit": "8.5.5", + "phpunit/phpunit": "8.5.18", "symfony/var-dumper": "^4.1" }, "autoload": {