From bf44190be983af336508e081a93ab9a9d522dbff Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Thu, 20 Feb 2020 10:11:24 +0100 Subject: [PATCH] Update minimum PHP version --- docs/simplesamlphp-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index 11805b95d..d53a13413 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -27,7 +27,7 @@ Prerequisites ------------- * A web server capable of executing PHP scripts. - * PHP version >= 5.5.0. + * PHP version >= 5.6.0. * Support for the following PHP extensions: * Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `json`, `mbstring` * When automatically checking for latest versions, and used by some modules: `cURL` -- GitLab