mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Update the supported PHP versions in the docs
Summary: Refs T15064. Test Plan: Generated the doc locally, see that it says what I was planning for it to say. Reviewers: valerio.bozzolan, aklapper, O1 Blessed Committers Reviewed By: valerio.bozzolan, O1 Blessed Committers Subscribers: speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15064 Differential Revision: https://we.phorge.it/D25245
This commit is contained in:
parent
55596bfad5
commit
82e7f30a82
1 changed files with 5 additions and 2 deletions
|
@ -79,8 +79,11 @@ You will also need:
|
|||
|
||||
- **MySQL**: You need MySQL. We strongly recommend MySQL 5.5 or newer.
|
||||
You will need a server with multiple databases.
|
||||
- **PHP**: You need PHP 5.5 or newer. Note that PHP 8.1 and above are not
|
||||
fully supported.
|
||||
- **PHP**: You need a PHP engine:
|
||||
- PHP 5 - 5.5 or newer.
|
||||
- PHP 7 - 7.1 or newer.
|
||||
- PHP 8 - **Not yet supported**. We're working on it as fast as we can,
|
||||
and expect to support PHP 8 Real Soon Now.
|
||||
- **git**: You need git 2.5.0 or newer on the server.
|
||||
No particular version is needed on your clients.
|
||||
|
||||
|
|
Loading…
Reference in a new issue