Skip to content

Commit

Permalink
Merge pull request #73 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Fix minimum PHP version in the readme
  • Loading branch information
drupol committed Mar 18, 2021
2 parents 730a638 + c6f64db commit cdb1a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Description

Collection is a functional utility library for PHP greater than 7.1.3.
Collection is a functional utility library for PHP greater than 7.4.

It's similar to [other collection libraries][Other collection libraries] based on regular PHP arrays,
but with a lazy mechanism under the hood that strives to do as little work as possible while being as flexible
Expand Down

0 comments on commit cdb1a71

Please sign in to comment.