From 88392b5c0a251338bf13a80738f7bf832f0960ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 05:47:55 +0000 Subject: [PATCH] Update phpro/grumphp requirement from ^0.17.1 || ^0.19.0 to ^0.17.1 || ^0.19.0 || ^0.21.0 Updates the requirements on phpro/grumphp to permit the latest version. Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa310a2..5ec12b3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "psr/event-dispatcher": "^1.0" }, "require-dev": { - "phpro/grumphp": "^0.17.1 || ^0.19.0", + "phpro/grumphp": "^0.17.1 || ^0.19.0 || ^0.21.0", "phpstan/phpstan": "^0.11.5 || ^0.12.0", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.4",