From dd60cc9c29791ec9bdf71d430d58488a2ad47104 Mon Sep 17 00:00:00 2001 From: techboyg5 <63317676+techboyg5@users.noreply.github.com> Date: Mon, 4 Jan 2021 11:29:05 -0600 Subject: [PATCH] Minimum PHP version is 5.6 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 93a12843..5d10551c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,7 +11,7 @@ options](#configuration) to adjust as you see fit. ### Minimal requirements -- PHP version 5.5 or above +- PHP version 5.6 or above - _one_ of the following sources of cryptographically safe randomness is required: - PHP 7 or higher - [Libsodium](https://download.libsodium.org/libsodium/content/installation/) and it's [PHP extension](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium)