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 54181ff commit dca2e6eCopy full SHA for dca2e6e
.travis.yml
@@ -7,11 +7,8 @@ cache:
7
- $HOME/.composer/cache/files
8
9
php:
10
- - 5.5
11
- - 5.6
12
- - 7.0
13
- 7.1
14
- - hhvm
+ - 7.2
15
16
env:
17
global:
@@ -26,7 +23,7 @@ matrix:
26
23
- php: hhvm
27
24
fast_finish: true
28
25
include:
29
- - php: 5.5
+ - php: 7.1
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
32
before_install:
composer.json
@@ -15,7 +15,7 @@
}
],
"require": {
18
- "php": "^5.5 || ^7.0",
+ "php": "^7.1",
19
"php-http/httplug": "^1.0",
20
"guzzlehttp/guzzle": "^6.0"
21
},
0 commit comments