From 869be43d3bd395f9809be5cf443719c44d781c21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 19:28:56 +0000 Subject: [PATCH] Update sebastian/phpcpd requirement from ^4.0 to ^4.0 || ^5.0 Updates the requirements on [sebastian/phpcpd](https://github.com/sebastianbergmann/phpcpd) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpcpd/releases) - [Changelog](https://github.com/sebastianbergmann/phpcpd/blob/master/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/phpcpd/compare/4.0.0...5.0.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 feaa3c8..31ed63a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan-strict-rules": "^0.11", "phpunit/phpunit": "^8.0", "roave/security-advisories": "dev-master", - "sebastian/phpcpd": "^4.0", + "sebastian/phpcpd": "^4.0 || ^5.0", "squizlabs/php_codesniffer": "3.*", "symfony/property-access": "^4.3" },