diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:33:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-19 23:34:31 +0200 |
commit | aeb6ee82ba5509e2febf7738f6dc371f678acd07 (patch) | |
tree | 58f3a5d2c06b5eca5cf205ac6b94d28a18ff5a20 /README.md | |
parent | 2a154a6cf5b7bf17f8a992bb9507bba37b0543be (diff) |
Add missing finfo 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
@@ -44,6 +44,7 @@ You can also open a pull request on [GitHub](https://github.com/Bluewind/filebin * phar for tarball creation * mysql, mysqli, pgsql, pdo_mysql (any of those) for database access * mbstring for multibyte support + * finfo for mimetype detection * xdebug for tests (not required on production) * [composer](https://getcomposer.org/) for dependency management |