From 0fd6f323430ecfc193d5f984f58cd32ae5976502 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Jan 2018 23:28:11 +0100 Subject: README: Document deps of testsuite Signed-off-by: Florian Pritz --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8591873db..696f5ce6c 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-24-g4f1b