From 24adf7e9634ff871f8755a6d5cd9434f681018ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 16 Apr 2020 10:49:15 +0300 Subject: [PATCH] Fix php version text According to composer.json file, PHP 7.1 is inclusive --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ad2131..bbd50e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Dependency injection PHP FIG PSR-11 container implementation ## Requirements -`php > 7.1` +`php >= 7.1` ## Install via Composer @@ -68,4 +68,4 @@ $ composer test The MIT License (MIT). Please see [License File](https://github.com/flotzilla/container/blob/master/LICENCE.md) for more information. [license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square -[license-url]: https://github.com/flotzilla/container/blob/master/LICENCE.md \ No newline at end of file +[license-url]: https://github.com/flotzilla/container/blob/master/LICENCE.md