Skip to content

Commit

Permalink
Fix --prefer-lowest version in react/http-client
Browse files Browse the repository at this point in the history
Travis-ci builds include a check on the lowest compatible version of the included packages. React has not a valid semantic versioning logic here and a lot of BC has been introduced between `react/stream`, `react/dns`, `react/http-client`.

Also only the last version of `react/http-client` is compatible with HTTP/1.1.
  • Loading branch information
shulard committed Nov 23, 2015
1 parent b9a3629 commit a93db53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -14,9 +14,12 @@
"php": ">=5.4",
"php-http/httplug": "^1.0.0-alpha2",
"php-http/message-factory": "^0.4@dev",
"react/http-client": "^0.4"
"react/http-client": "^0.4.8",
"react/dns": "^0.4.1",
"react/stream": "^0.4.3"
},
"require-dev": {
"guzzlehttp/psr7": "^1.0",
"php-http/adapter-integration-tests": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit a93db53

Please sign in to comment.