Update PHP required version in doc

This commit is contained in:
Adrien Crivelli 2016-11-27 22:23:09 +09:00
parent 21f08146b0
commit 166f21c07a
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
2 changed files with 22 additions and 22 deletions

View File

@ -33,7 +33,7 @@ PhpSpreadsheet is a library written in pure PHP and providing a set of classes t
## Requirements
* PHP version 5.5.0 or higher
* PHP version 5.5 or higher
* PHP extension php_zip enabled (required if you need PhpSpreadsheet to handle .xlsx .ods or .gnumeric files)
* PHP extension php_xml enabled
* PHP extension php_gd2 enabled (optional, but required for exact column width autocalculation)

View File

@ -7,7 +7,7 @@
The following software is required to develop using PHPExcel:
- PHP version 5.2.0 or newer
- PHP version 5.5 or newer
- PHP extension php_zip enabled [^phpzip_footnote]
- PHP extension php_xml enabled
- PHP extension php_gd2 enabled (if not compiled in)