diff options
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 |