diff options
author | Romain d'Alverny <rdalverny@gmail.com> | 2022-01-10 22:20:53 +0100 |
---|---|---|
committer | Romain d'Alverny <rdalverny@gmail.com> | 2022-01-10 22:20:53 +0100 |
commit | 81e974e61ab010e12e60174be4e07f9bdeb933f9 (patch) | |
tree | 527230df8e8ceaa49a8767a12239a6bbbe713f4f /README.md | |
parent | ee9c408f719491ecb7947d83994bed1803a988e8 (diff) | |
download | planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.gz planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.bz2 planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.tar.xz planet-81e974e61ab010e12e60174be4e07f9bdeb933f9.zip |
Require PHP 7.2
moonmoon now supports PHP 7.2 to 8.1.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,10 +14,11 @@ It does not archive articles, it does not do comments nor votes. Requirements ------------ -You will need a web hosting with at least PHP 5.6 (PHP 7 is also supported). +You will need a web hosting with at least PHP 7.4 (8.0 and 8.1 are supported too). If you are installing moonmoon on a Linux private server (VPS, dedicated host), -please note that you will need to install the package `php-xml`. +please note that you will need to have installed the following packages: +`php-curl`, `php-mbstring`, `php-xml`, `php-xmlreader`. Installing ---------- |