Skip to content

Commit

Permalink
Added note about library PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop authored Sep 14, 2018
1 parent a6b2f4f commit 8c57487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8c57487

Please sign in to comment.