From 1363f86639737e191ffbb1b1b2ddd190ad2c8447 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 1463f06d5..4273a3036 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" + } } }