summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorignace nyamagana butera <nyamsprod@gmail.com>2015-11-24 12:00:26 +0100
committerignace nyamagana butera <nyamsprod@gmail.com>2015-11-24 12:00:26 +0100
commitbfcc2d633a0160853684ecd0c9c82b6e3b3d32ef (patch)
tree0782a13735eac74199f11b63493f6e1808e3b2a0 /README.md
parent69bafa6ff924fbf9effe4275d6eb16be81a853ef (diff)
parentc3a2ae5ccdc2ea05de734716f892d9b7f5f28774 (diff)
downloadcsv-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a9d7bd..dfc0104 100644
--- a/README.md
+++ b/README.md
@@ -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
-------