From e1bfe6e6012db01cab005feca81676e2f3bf63fa 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:32:59 +0100
Subject: [PATCH] Fixe la version minimale de
 php-parallel-lint/php-parallel-lint compatible 8.0.

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 9142b2e..2dbc280 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
         "irstea/phpstan-config": ">=3.0.3",
         "maglnet/composer-require-checker": ">=2.0",
         "phploc/phploc": "@stable",
-        "php-parallel-lint/php-parallel-lint": "@stable",
+        "php-parallel-lint/php-parallel-lint": ">=1.0",
         "phpunit/phpunit": "@stable",
         "sebastian/phpcpd": "@stable"
     },
-- 
GitLab