From 6dd2110e6785c39cfe705835dd19da643abe53ef Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 20 May 2020 10:37:50 +0200 Subject: [PATCH] Use ">=" for the "php" requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87eccfb..c5745de 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "psr/link-implementation": "1.0" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "psr/link": "^1.0", "symfony/polyfill-php72": "^1.5" },