Bump min PHP version to 5.6

This commit is contained in:
Adrien Loison 2017-05-05 15:07:32 +02:00
parent 4acd9ad087
commit 6fa7d6c8b2
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ require_once '[PATH/TO]/src/Spout/Autoloader/autoload.php'; // don't forget to c
## Requirements
* PHP version 5.4.0 or higher
* PHP version 5.6 or higher
* PHP extension `php_zip` enabled
* PHP extension `php_xmlreader` enabled

View File

@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"ext-zip": "*",
"ext-xmlreader" : "*"
},