From 845c8bffc81c049132798981ca3ec42fa82f3469 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 11 Jan 2021 18:11:04 +1300 Subject: [PATCH] Remove grumphp until it works with composer 2 It seems that grumphp doesn't work with composer 2 as yet - I think it makes sense to remove it in the short term rather than have tests not work --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3a176eca..0530a59a 100644 --- a/composer.json +++ b/composer.json @@ -48,8 +48,7 @@ "require-dev": { "omnipay/tests": "^3", "php-http/mock-client": "^1", - "squizlabs/php_codesniffer": "^3.5", - "phpro/grumphp": "^0.14" + "squizlabs/php_codesniffer": "^3.5" }, "extra": { "branch-alias": {