From 517501156fcc53e7fe2af639a6afba509fb86faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 14:49:36 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20la=20d=C3=A9pendance=20qui=20coin?= =?UTF-8?q?=C3=A7ait=20avec=20PHP=208.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 662b623..a02069a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "jangregor/phpstan-prophecy": "^0.7", + "jangregor/phpstan-prophecy": ">=0.7", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "~0.12.0", "phpstan/phpstan-beberlei-assert": "~0.12.0", -- GitLab