From 8b1d2308449eaa245ccbbe98c158f463c475ad14 Mon Sep 17 00:00:00 2001 From: matidau <65836048+matidau@users.noreply.github.com> Date: Tue, 21 May 2024 14:31:41 +1000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f47d675..defbb3df 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,6 @@ "homepage": "http://z-push.org/", "license": "AGPL-3.0", "require": { - "php": ">=7.4.0" + "php": ">=8.0.0" } }