From 677da2daea41c99a162943922e4e5fa0e84571db Mon Sep 17 00:00:00 2001 From: Repflez Date: Mon, 13 Sep 2021 06:12:07 -0600 Subject: [PATCH] Update README to mention the new requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9679d6..582d065 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # rverse2 ## Requirements -- PHP 7.2.0 (or greater) or an equivalent environment +- PHP 8.0.0 (or greater) or an equivalent environment - MySQL 5.7 is recommended, you can use any database engine compatible with [illuminate/database](https://github.com/illuminate/database/tree/5.2) in theory though. - [Composer](https://getcomposer.org/) +- [Redis](https://redis.io/) ## Installing ### Backend