We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50e89dc + a0bbf74 commit 97740caCopy full SHA for 97740ca
.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
@@ -24,7 +23,7 @@ branches:
24
23
matrix:
25
fast_finish: true
26
include:
27
- - php: 5.4
+ - php: 5.5
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29
30
before_install:
composer.json
@@ -11,10 +11,10 @@
}
],
"require": {
14
- "php": ">=5.4",
+ "php": "^5.5|^7.0",
15
"php-http/httplug": "^1.0",
16
"php-http/client-common": "^1.0",
17
- "php-http/discovery": "^0.8",
+ "php-http/discovery": "^0.9",
18
"php-http/message-factory": "^1.0"
19
},
20
"require-dev": {
0 commit comments