https://github.com/PHPOffice/PHPWord/issues/58 - Part VII (supported PHP version).
This commit is contained in:
parent
8267a9e12f
commit
d51cb0ef3e
|
|
@ -1,6 +1,7 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
|
- 5.3.3
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ __Want to contribute?__ Fork us!
|
||||||
* ... and many more features on progress
|
* ... and many more features on progress
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* PHP 5.3+
|
* PHP 5.3.3+
|
||||||
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
|
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
|
||||||
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension
|
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.3",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"ext-zip": "*"
|
"ext-zip": "*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue