From 8aea5e5c3553be7a9fcac7fa4853f648ce7fd6a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 06:44:01 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.4 to ^7.5 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/7.5.15/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.4.0...7.5.15) 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 3082761..901ed86 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "symfony/var-dumper": "^4.0", - "phpunit/phpunit": "^5.4", + "phpunit/phpunit": "^7.5", "monolog/monolog": "^1.3", "symfony/http-foundation": "^3.0", "symfony/validator": "^3.0"