We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cb1d91 + 4966278 commit a14e3f3Copy full SHA for a14e3f3
.travis.yml
@@ -7,7 +7,6 @@ cache:
7
- $HOME/.composer/cache
8
9
php:
10
- - 5.4
11
- 5.5
12
- 5.6
13
- 7.0
@@ -26,7 +25,7 @@ matrix:
26
25
- php: hhvm
27
fast_finish: true
28
include:
29
- - php: 5.4
+ - php: 5.5
30
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
31
32
before_install:
composer.json
@@ -11,12 +11,12 @@
}
],
"require": {
14
- "php": ">=5.4",
+ "php": "^5.5 || ^7.0",
15
"php-http/httplug": "^1.0",
16
"react/http-client": "^0.4.8",
17
"react/dns": "^0.4.1",
18
"react/stream": "^0.4.3",
19
- "php-http/discovery": "^0.9"
+ "php-http/discovery": "^1.0"
20
},
21
"require-dev": {
22
"php-http/adapter-integration-tests": "^0.4"
0 commit comments