From d263990401188a11fb701f2ad8a12b2633a00930 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 2 Feb 2021 21:29:09 -0800 Subject: [PATCH] Updated min requirements in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a98d6c2f470..ab6a345b1ea5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "AGPL-3.0-or-later", "type": "project", "require": { - "php": "^7.2", + "php": "^7.2.5", "ext-curl": "*", "ext-fileinfo": "*", "ext-json": "*",