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.
1 parent aaa5b7a commit bf0a7a8Copy full SHA for bf0a7a8
.travis.yml
@@ -4,7 +4,6 @@ language: php
4
dist: trusty
5
6
php:
7
- - 5.4
8
- 5.5
9
- 5.6
10
- 7.0
composer.json
@@ -9,7 +9,7 @@
"API"
],
11
"require": {
12
- "php": ">=5.4,<8.0-DEV",
+ "php": ">=5.5,<8.0-DEV",
13
"ext-mbstring": "*"
14
},
15
"require-dev": {
0 commit comments