Skip to content

Commit c0e2ad3

Browse files
committed
Merge pull request #52 from php-http/Nyholm-prefer-lowest
Test with --prefer-lowest
2 parents 55983da + ce72940 commit c0e2ad3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ matrix:
2828
fast_finish: true
2929
allow_failures:
3030
- php: hhvm
31+
include:
3132
- php: 5.5
3233
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
3334

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=5.5",
1616
"php-http/discovery": "^0.8",
1717
"php-http/client-implementation": "^1.0",
18-
"php-http/message-factory": "^1.0",
18+
"php-http/message-factory": "^1.0.2",
1919
"php-http/plugins": "^1.0",
2020
"symfony/framework-bundle": "^2.7|^3.0"
2121
},

0 commit comments

Comments
 (0)