From 28117a371bd912c4ee4bf1c52d8544ea8c48e226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Sun, 25 Oct 2020 19:39:23 +0100 Subject: [PATCH] Ajoute des contraintes de version de PHP. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ca8089e..8067660 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ } ], "require": { + "php": "^5.6 || ^7.0 || ^8.0", "irstea/composer-require-checker-shim": "@stable", "irstea/pcov-clobber-plugin": "@stable", "irstea/php-cs-fixer-config": "@stable", -- GitLab