Skip to content

Commit d51cb0e

Browse files
author
Roman Syroeshko
committed
#58 - Part VII (supported PHP version).
1 parent 8267a9e commit d51cb0e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 5.3.3
45
- 5.3
56
- 5.4
67
- 5.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __Want to contribute?__ Fork us!
3434
* ... and many more features on progress
3535

3636
## Requirements
37-
* PHP 5.3+
37+
* PHP 5.3.3+
3838
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
3939
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension
4040

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=5.3.0",
27+
"php": ">=5.3.3",
2828
"ext-xml": "*",
2929
"ext-zip": "*"
3030
},

0 commit comments

Comments
 (0)