From f3298e051e7440b006a219b28ee566033335b45c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 04:20:49 +0000 Subject: [PATCH] Build(deps-dev): Update phpunit/phpunit requirement from ^7.5 || ^8.0 to ^7.5.17 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.17/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/7.5.17) 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 81cefc9..53a5e02 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-deprecation-rules": "^0.11", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-strict-rules": "^0.11", - "phpunit/phpunit": "^7.5 || ^8.0", + "phpunit/phpunit": "^7.5.17", "squizlabs/php_codesniffer": "^3.4" }, "config": {