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 601e8bd commit 4f13aedCopy full SHA for 4f13aed
.travis.yml
@@ -1,12 +1,10 @@
1
sudo: false
2
language: php
3
php:
4
- - "5.5"
5
- - "5.6"
6
- "7.0"
7
- "7.1"
8
- "7.2"
9
- - "hhvm"
+ - "hhvm-3.18"
10
env:
11
global:
12
- COMPOSER_DISABLE_XDEBUG_WARN=1
composer.json
@@ -19,7 +19,7 @@
19
}
20
},
21
"require": {
22
- "php": ">=5.5.9"
+ "php": ">=5.6.99"
23
24
"require-dev": {
25
"jakub-onderka/php-parallel-lint": "1.0.0",
0 commit comments