From 7a6d0c747ed3cc8094f9434accdd33763fd30664 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" + } } }