diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-23 21:34:38 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-23 21:34:38 +0200 |
commit | 09ba6d8f3d43b6957284012039c510ce199f2727 (patch) | |
tree | d715fd3500ea04ec1cab912544261375cdc78623 | |
parent | eb58c6d16b5dbaf9c9b0ec2536305f006f5107c2 (diff) |
README: Mention composer dep
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,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 +* [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 |