From 1e7263e95846004b3eab3684243841d6f0bccfcb Mon Sep 17 00:00:00 2001 From: Jan Karres Date: Wed, 10 Jun 2020 11:03:13 +0200 Subject: [PATCH] docs: add required PHP modules to getting started --- docs/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/getting-started.md b/docs/usage/getting-started.md index a569888..97bc65d 100755 --- a/docs/usage/getting-started.md +++ b/docs/usage/getting-started.md @@ -4,7 +4,7 @@ Please make sure that the following components are installed on your local computer: -- [**PHP**](https://www.php.net/manual/en/install.unix.debian.php): PHP runtime (version >= 7.2 and < 7.4) +- [**PHP**](https://www.php.net/manual/en/install.unix.debian.php): PHP runtime (version >= 7.2 and < 7.4 with modules `common`, `cli`, `mbstring`, `json`, `xml` and `xdebug`) - [**Node.js**](https://nodejs.org/): JavaScript runtime (version >= 10.17) - [**Yarn**](https://yarnpkg.com/lang/en/): Dependency manager for JavaScript (version >= 1.19) - [**Composer**](https://getcomposer.org/): Dependency manager for PHP (version >= 1.9)