From 7ac5c1bbbb82d3c01aaac4c079113f5ec4792142 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 21 Sep 2021 15:22:56 +0200 Subject: [PATCH] Composer: Fix target PHP version in platform to the min. supported version. Having this set to the minimum supported version ensure that when packages versions are retrieved/updated, only versions compatible with this PHP version are selected. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2dba2a27..4ef79ac45 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "config": { "platform": { - "php": "7.2.0" + "php": "7.1.3" }, "vendor-dir": "lib", "preferred-install": {