This commit is contained in:
Roman Syroeshko 2014-03-20 17:17:43 +04:00
parent 8267a9e12f
commit d51cb0ef3e
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5

View File

@ -34,7 +34,7 @@ __Want to contribute?__ Fork us!
* ... and many more features on progress
## Requirements
* PHP 5.3+
* PHP 5.3.3+
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension

View File

@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.3",
"ext-xml": "*",
"ext-zip": "*"
},