From d4451d253f4511f7ed8c59b6caefbcc98018fe40 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 18 Jan 2019 10:36:00 +0100 Subject: [PATCH] all php versions supported up to 7.3 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 411cc4a..76361fc 100644 --- a/readme.md +++ b/readme.md @@ -51,8 +51,8 @@ For more info about plugins see [http://www.ducksell.com/plugins.php](http://www - Apache web server - MySQL database - - PHP >= 5.6, PHP < 7.1 - - mysqli, PDO, pdo_mysql, mcrypt, zip, openssl, mbstring and tokenizer PHP Extensions installed. Note that all of these are enabled in PHP by default on most servers. + - PHP >= 5.6 + - mysqli, PDO, pdo_mysql, zip, openssl, mbstring and tokenizer PHP Extensions installed. Note that all of these are enabled in PHP by default on most servers. - Read and Write permissions for all files inside main folder. - SSH access and [Composer](https://getcomposer.org/) for installing Laravel and dependencies.