From 3e4931c856e05e18f4e3b33ca5a9d5a958476490 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 19 Dec 2019 10:59:25 +0100 Subject: [PATCH] Update supported php versions for 18 Signed-off-by: Christoph Wurst --- admin_manual/installation/system_requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 62da5c992..35b0be182 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -29,9 +29,9 @@ For best performance, stability and functionality we have documented some recomm | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ -| PHP Runtime | - 7.1 | -| | - **7.2** (*recommended*) | +| PHP Runtime | - 7.2 | | | - **7.3** (*recommended*) | +| | - **7.4** (*recommended*) | +------------------+-----------------------------------------------------------------------+ See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.