From e160a1c148098c7382df4753f53ee12bc7f17b7c Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 23 Dec 2017 13:24:34 +0000 Subject: [PATCH] Update requirements.md Updating server PHP compatible versions --- requirements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.md b/requirements.md index cb42e1a2..bd67046b 100755 --- a/requirements.md +++ b/requirements.md @@ -12,9 +12,9 @@ This library uses key cryptography in order to encrypt and decrypt, as well as v The following versions of PHP are supported: -* PHP 5.5 (>=5.5.9) * PHP 5.6 * PHP 7.0 -* HHVM +* PHP 7.1 +* PHP 7.2 -The `openssl` PHP extension is required. \ No newline at end of file +The `openssl` PHP extension is required.