Skip to content

Commit

Permalink
Fixed readme. Update min PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Nov 15, 2018
1 parent c6e2730 commit b184309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $binnString = $binn->serialize($array);
$unserialized = $binn->unserialize($binnString); // Equal with $array
```

Number key arrays:
Numeric keys array:
```php
$binn = new Binn;

Expand All @@ -44,7 +44,7 @@ $binnString = $binn->serialize($array);
$unserialized = $binn->unserialize($binnString); // Equal with $array
```

String key arrays:
String keys array:
```php
$binn = new Binn;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.6.3"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down

0 comments on commit b184309

Please sign in to comment.