From 698a6d274e1c909e4e7be56fa9d15296706464b5 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 15 Nov 2019 19:55:27 +0100 Subject: add php extensions as requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1464ad..9ab940f 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,13 @@ If you want to contribute to the project. ## Prerequisites - PHP >=5.6.0 +- PHP extensions : curl mbstring - [Composer](https://getcomposer.org/) - _Optionally_ [NPM](https://www.npmjs.com/get-npm) ### Debian and derivatives - sudo apt install php composer nodejs + sudo apt install php php-curl php-mbstring composer nodejs ## Install from sources -- cgit v1.2.3