From f69ac11a2f4c2ac5bb30a45189a6197c22ffb8e3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 19 Sep 2023 16:03:14 +0200 Subject: [PATCH] chore: Overwrite PHP platform version for composer Signed-off-by: Christoph Wurst --- build/composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/composer.json b/build/composer.json index 1463f06d5a2..4273a303624 100644 --- a/build/composer.json +++ b/build/composer.json @@ -13,6 +13,9 @@ "leafo/scssphp": "dev-master" }, "config": { - "github-protocols": ["https"] + "github-protocols": ["https"], + "platform": { + "php": "7.4" + } } }