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

Using latest version of discovery #3

Merged
merged 2 commits into from
Jun 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -26,7 +25,7 @@ matrix:
- php: hhvm
fast_finish: true
include:
- php: 5.4
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"

before_install:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"php": "^5.4|^7.0",
"php": "^5.5|^7.0",
"php-http/httplug": "^1.0",
"kriswallsmith/buzz": "^0.15",
"php-http/discovery": "^0.8"
"php-http/discovery": "^0.9"
},
"require-dev": {
"php-http/adapter-integration-tests": "^0.3",
Expand Down