Skip to content

Commit 97740ca

Browse files
authored
Merge pull request #11 from php-http/Nyholm-patch-1
Using latest version of discovery
2 parents 50e89dc + a0bbf74 commit 97740ca

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: .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
@@ -24,7 +23,7 @@ branches:
2423
matrix:
2524
fast_finish: true
2625
include:
27-
- php: 5.4
26+
- php: 5.5
2827
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2928

3029
before_install:

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4",
14+
"php": "^5.5|^7.0",
1515
"php-http/httplug": "^1.0",
1616
"php-http/client-common": "^1.0",
17-
"php-http/discovery": "^0.8",
17+
"php-http/discovery": "^0.9",
1818
"php-http/message-factory": "^1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)