Skip to content

Commit

Permalink
docs: add required PHP modules to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Karres committed Jun 10, 2020
1 parent c25b5c3 commit 1e7263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1e7263e

Please sign in to comment.