diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-06-02 13:24:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-06-02 13:25:35 +0200 |
commit | 1b45679138e1b13a4a126e69a887e89740158381 (patch) | |
tree | 0f4e7e2c259c3b49abb31963345bdc82195bb8ab /README.md | |
parent | 4e2c399d0a6ab1a15136b12c6b0341b4c4813c3b (diff) |
Mention mbstring dependency
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ You can also open a pull request on [GitHub](https://github.com/Bluewind/filebin * exif for thumbnail generation * phar for tarball creation * mysql, mysqli, pgsql, pdo_mysql (any of those) for database access + * mbstring for multibyte support * xdebug for tests (not required on production) * [composer](https://getcomposer.org/) for dependency management |