Skip to content

Commit 8c57487

Browse files
authored
Added note about library PHP version
1 parent a6b2f4f commit 8c57487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ composer require imponeer/toarray-interface
1818

1919
Otherwise you need to include manualy files from `src/` directory.
2020

21+
**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).
22+
2123
## Example
2224

23-
```php5
25+
```php
2426

2527
use Imponeer/ToArrayInterface;
2628

0 commit comments

Comments
 (0)