From a2f48a429bdea80f1d52f1ee58dbdff432041820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 15:27:49 +0100 Subject: [PATCH] Supprime pcov-clobber-plugin: incompatible PHP 8.0. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 7c02766..9142b2e 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ ], "require": { "php": "^7.1 || ^8.0", - "irstea/pcov-clobber-plugin": "@stable", "irstea/php-cs-fixer-config": ">=3.1.0", "irstea/phpmd-config": ">=1.1.1", "irstea/phpstan-config": ">=3.0.3", -- GitLab