summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@gmail.com>2022-01-10 22:20:53 +0100
committerRomain d'Alverny <rdalverny@gmail.com>2022-01-10 22:20:53 +0100
commit81e974e61ab010e12e60174be4e07f9bdeb933f9 (patch)
tree527230df8e8ceaa49a8767a12239a6bbbe713f4f /README.md
parentee9c408f719491ecb7947d83994bed1803a988e8 (diff)
downloadplanet-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.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0fcfda0..032d421 100644
--- a/README.md
+++ b/README.md
@@ -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
----------