From 8c57487358593ac58a81548bcc7868f105c4f60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Fri, 14 Sep 2018 14:16:19 +0300 Subject: [PATCH] Added note about library PHP version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5d9c5..79774cf 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ composer require imponeer/toarray-interface Otherwise you need to include manualy files from `src/` directory. +**Note:** if you need to use this library in PHP 5 project, you need use [1.0 version of this library](https://packagist.org/packages/imponeer/toarray-interface#1.0.0). + ## Example -```php5 +```php use Imponeer/ToArrayInterface;