From b76acaa464db4e451617d89c979a00cb65a0f054 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Mon, 23 Dec 2019 12:05:04 +0100 Subject: [PATCH] Strip obsolete composter package --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3ff2f417..502f416a 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.5", - "coenjacobs/php-composter-phpcs": "^0.1.0" + "phpunit/phpunit": "^8.5" } }