From 37bd983bf0cc956a6c814f161bec1061e9cc9572 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Apr 2022 12:00:58 +0200 Subject: feat(PHP8.1)!: Fix deprecated null arguments BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a3793424..60927726f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can also open a pull request on [GitHub](https://github.com/Bluewind/filebin ## Dependencies -* PHP >=5.5 with the following modules +* PHP >=7.0 with the following modules * gd for thumbnail generation * exif for thumbnail generation * phar for tarball creation -- cgit v1.2.3-24-g4f1b