We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc47080 + 838710c commit 4bc4f16Copy full SHA for 4bc4f16
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 5.4
5
- 5.5
6
- 5.6
7
- 7.0
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=5.5.0"
+ "php": ">=5.4.0"
19
},
20
"require-dev": {
21
"phpunit/php-code-coverage": "~2.0 || ~3.0",
0 commit comments