From 2ade0b0c8acb24a4c4ebcb94e2bec359dc29d56e Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Wed, 4 Oct 2023 21:33:37 -0700 Subject: [PATCH] Update composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 1a32fd9c..a9e17c7e 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,11 @@ "name": "vichan-devel/vichan", "description": "vichan imageboard", "type": "project", + "config": { + "platform": { + "php": ">=7.4" + } + }, "require": { "ext-mbstring": ">=7.4", "ext-gd": ">=7.4",