diff options
author | Florian Pritz <bluewind@xinu.at> | 2022-06-26 15:02:32 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2022-06-26 15:02:32 +0200 |
commit | 70d70a07f55b04488652e6ac43bcfcf29d6eafd0 (patch) | |
tree | ffe55dc325f40407703c367605d8a6a68ba88064 | |
parent | 6ef820bcef6f2079c18095b0a3dfec59ce9e6bdd (diff) |
fix(composer.json): Update required PHP version to 7.0
Should have been part of 37bd983bf0cc956a6c814f161bec1061e9cc9572
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "*", |