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 e3dc672 commit 5d75e5bCopy full SHA for 5d75e5b
.travis.yml
@@ -7,7 +7,6 @@ cache:
7
- $HOME/.composer/cache/files
8
9
php:
10
- - 5.5
11
- 5.6
12
- 7.0
13
- 7.1
@@ -26,7 +25,7 @@ matrix:
26
25
- php: hhvm
27
fast_finish: true
28
include:
29
- - php: 5.5
+ - php: 5.6
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
32
dist: trusty
composer.json
@@ -11,7 +11,7 @@
}
],
"require": {
14
- "php": "^5.5 || ^7.0",
+ "php": "^5.6 || ^7.0",
15
"php-http/httplug": "^1.0",
16
"react/http-client": "~0.5.9",
17
"react/dns": "^0.4.15",
0 commit comments