From 70d70a07f55b04488652e6ac43bcfcf29d6eafd0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Jun 2022 15:02:32 +0200 Subject: fix(composer.json): Update required PHP version to 7.0 Should have been part of 37bd983bf0cc956a6c814f161bec1061e9cc9572 Signed-off-by: Florian Pritz --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c77414f3..4c950d5d4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "source": "https://github.com/Bluewind/filebin" }, "require": { - "php": ">=5.5", + "php": ">=7.0", "ext-gd": "*", "ext-exif": "*", "ext-fileinfo": "*", -- cgit v1.2.3-24-g4f1b