Skip to content

Commit

Permalink
docs: define PHP < 7.4 as requirement in "Getting started" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Karres committed Jun 4, 2020
1 parent a454624 commit c0b6332
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)
- [**PHP**](https://www.php.net/manual/en/install.unix.debian.php): PHP runtime (version >= 7.2 and < 7.4)
- [**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 c0b6332

Please sign in to comment.