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 955f570 + cc4217b commit 2dff25bCopy full SHA for 2dff25b
.travis.yml
@@ -1,12 +1,12 @@
1
language: php
2
3
php:
4
- - 5.3
5
- 5.4
6
- 5.5
7
- 5.6
8
- 7.0
9
- 7.1
+ - 7.2
10
- nightly
11
- hhvm
12
composer.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"require": {
25
- "php": ">=5.3"
+ "php": ">=5.4"
26
27
"require-dev": {
28
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
0 commit comments