Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit ee84d2f

Browse files
Merge pull request #3 from php-http/Nyholm-patch-1
Using latest version of discovery
2 parents 57a2151 + 3436c25 commit ee84d2f

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,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4|^7.0",
14+
"php": "^5.5|^7.0",
1515
"php-http/httplug": "^1.0",
1616
"kriswallsmith/buzz": "^0.15",
17-
"php-http/discovery": "^0.8"
17+
"php-http/discovery": "^0.9"
1818
},
1919
"require-dev": {
2020
"php-http/adapter-integration-tests": "^0.3",

0 commit comments

Comments
 (0)