Update PHP required version in doc
This commit is contained in:
parent
21f08146b0
commit
166f21c07a
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue