Skip to content

Commit a14e3f3

Browse files
Merge pull request #14 from php-http/dev-discovery10
Using discovery 1.0
2 parents 9cb1d91 + 4966278 commit a14e3f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
@@ -26,7 +25,7 @@ matrix:
2625
- php: hhvm
2726
fast_finish: true
2827
include:
29-
- php: 5.4
28+
- php: 5.5
3029
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3130

3231
before_install:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4",
14+
"php": "^5.5 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"react/http-client": "^0.4.8",
1717
"react/dns": "^0.4.1",
1818
"react/stream": "^0.4.3",
19-
"php-http/discovery": "^0.9"
19+
"php-http/discovery": "^1.0"
2020
},
2121
"require-dev": {
2222
"php-http/adapter-integration-tests": "^0.4"

0 commit comments

Comments
 (0)