summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-01-21 23:28:11 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-01-21 23:28:11 +0100
commit0fd6f323430ecfc193d5f984f58cd32ae5976502 (patch)
treee4bc5efe3cabb712ed765da571162a10bc6bb606
parentfbc261b6dfe5f74b7782b5c8601339fc00921505 (diff)
README: Document deps of testsuite
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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