diff options
author | ignace nyamagana butera <nyamsprod@gmail.com> | 2015-11-24 12:00:26 +0100 |
---|---|---|
committer | ignace nyamagana butera <nyamsprod@gmail.com> | 2015-11-24 12:00:26 +0100 |
commit | bfcc2d633a0160853684ecd0c9c82b6e3b3d32ef (patch) | |
tree | 0782a13735eac74199f11b63493f6e1808e3b2a0 /README.md | |
parent | 69bafa6ff924fbf9effe4275d6eb16be81a853ef (diff) | |
parent | c3a2ae5ccdc2ea05de734716f892d9b7f5f28774 (diff) | |
download | csv-bfcc2d633a0160853684ecd0c9c82b6e3b3d32ef.zip csv-bfcc2d633a0160853684ecd0c9c82b6e3b3d32ef.tar.gz csv-bfcc2d633a0160853684ecd0c9c82b6e3b3d32ef.tar.bz2 |
Merge pull request #137 from nyamsprod/features/improve-reader
Reader class complete rewrite
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Full documentation can be found at [csv.thephpleague.com](http://csv.thephpleagu System Requirements ------- -You need **PHP >= 5.4.0** or **HHVM >= 3.2** and the `mbstring` extension to use `League\Csv` but the latest stable version of PHP/HHVM is recommended. +You need **PHP >= 5.5.0** and the `mbstring` extension to use `League\Csv` but the latest stable version of PHP/HHVM is recommended. Install ------- |