From 149c3439a16f66e8a4851acd176906e7c005e307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 09:28:22 +0000 Subject: [PATCH] Update phpro/grumphp requirement from ~0.17 || ~1.0 to ~0.17 || ~1.0 || ~2.0 Updates the requirements on [phpro/grumphp](https://github.com/phpro/grumphp) to permit the latest version. - [Release notes](https://github.com/phpro/grumphp/releases) - [Commits](https://github.com/phpro/grumphp/commits/v2.0.0) --- updated-dependencies: - dependency-name: phpro/grumphp dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7539e42..f5a8b8b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "icanhazstring/composer-unused": "^0.8.9", "infection/infection": "^0.27", - "phpro/grumphp": "~0.17 || ~1.0", + "phpro/grumphp": "~0.17 || ~1.0 || ~2.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.4"