diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-01-21 23:28:11 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-01-21 23:28:11 +0100 |
commit | 0fd6f323430ecfc193d5f984f58cd32ae5976502 (patch) | |
tree | e4bc5efe3cabb712ed765da571162a10bc6bb606 /README.md | |
parent | fbc261b6dfe5f74b7782b5c8601339fc00921505 (diff) |
README: Document deps of testsuite
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,10 +43,12 @@ 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 + * xdebug for tests (not required on production) * [composer](https://getcomposer.org/) for dependency management * [pygmentize](http://pygments.org/) for code highlighting * [ansi2html](http://pypi.python.org/pypi/ansi2html) for shell output rendering (ANSI color codes) * [imagemagick](http://www.imagemagick.org/) for additional thumbnail generation + * ghostscript for PDF thumbnail creation via imagemagick * [node.js](https://nodejs.org/) for javascript minification |