From 5a92baea36a526500011c1e089d1e895eaa53032 Mon Sep 17 00:00:00 2001 From: Zhuk Sergey Date: Sat, 15 Sep 2018 17:54:09 +0300 Subject: [PATCH] Fix php version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be30a0f..c3c7408 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Implementation of [react/cache interface](https://github.com/reactphp/cache) tha ## Installation -Library requires PHP 5.6.0 or above. +Library requires PHP 7.2.0 or above. The recommended way to install this library is via [Composer](https://getcomposer.org). [New to Composer?](https://getcomposer.org/doc/00-intro.md)