From a4eb9ba2fedceb275e775896884d3cdb30661045 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 9 Oct 2016 11:41:09 +0200 Subject: [PATCH] Add PHP requirements in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b659c3d..50e5de7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,15 @@ If you want to use a custom config, you need to create a config file: cp config.example.yml config.yml ``` +## PHP requirements + +You will need PHP 5.5 (or higher) and the following PHP modules: + +* fileinfo +* intl +* mbstring +* curl + ## Web server configuration ### Apache