From 22ae5757add8e3e1540641e9a4f2821f09d14e7d 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:10:43 +0100
Subject: [PATCH] =?UTF-8?q?Fixe=20les=20versions=20miniales=20des=20d?=
 =?UTF-8?q?=C3=A9pendances=20pour=20la=20compat=20PHP=208.0.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/composer.json b/composer.json
index 9dacb83..7c02766 100644
--- a/composer.json
+++ b/composer.json
@@ -11,15 +11,15 @@
     ],
     "require": {
         "php": "^7.1 || ^8.0",
-        "irstea/composer-require-checker-shim": "@stable",
         "irstea/pcov-clobber-plugin": "@stable",
-        "irstea/php-cs-fixer-config": "@stable",
-        "irstea/phpcpd-shim": "@stable",
-        "irstea/phploc-shim": "@stable",
-        "irstea/phpmd-config": "@stable",
-        "irstea/phpstan-config": "@stable",
+        "irstea/php-cs-fixer-config": ">=3.1.0",
+        "irstea/phpmd-config": ">=1.1.1",
+        "irstea/phpstan-config": ">=3.0.3",
+        "maglnet/composer-require-checker": ">=2.0",
+        "phploc/phploc": "@stable",
         "php-parallel-lint/php-parallel-lint": "@stable",
-        "phpunit/phpunit": "@stable"
+        "phpunit/phpunit": "@stable",
+        "sebastian/phpcpd": "@stable"
     },
     "suggests": {
         "deployer/deployer": "Pour gérer les déploiements sur les serveurs",
-- 
GitLab