summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2022-04-10 12:00:58 +0200
committerFlorian Pritz <bluewind@xinu.at>2022-04-10 14:44:35 +0200
commit37bd983bf0cc956a6c814f161bec1061e9cc9572 (patch)
tree46d80855cb6210c319be7f5a4acbdc582a16f5d3 /README.md
parentb401c4e13863143b38b8848595566801fcc1527f (diff)
feat(PHP8.1)!: Fix deprecated null arguments
BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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