Skip to content

Commit

Permalink
Merge pull request #11 from php-http/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Using latest version of discovery
  • Loading branch information
dbu authored Jun 29, 2016
2 parents 50e89dc + a0bbf74 commit 97740ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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 @@ -24,7 +23,7 @@ branches:
matrix:
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",
"php": "^5.5|^7.0",
"php-http/httplug": "^1.0",
"php-http/client-common": "^1.0",
"php-http/discovery": "^0.8",
"php-http/discovery": "^0.9",
"php-http/message-factory": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 97740ca

Please sign in to comment.