We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55983da + ce72940 commit c0e2ad3Copy full SHA for c0e2ad3
.travis.yml
@@ -28,6 +28,7 @@ matrix:
28
fast_finish: true
29
allow_failures:
30
- php: hhvm
31
+ include:
32
- php: 5.5
33
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
34
composer.json
@@ -15,7 +15,7 @@
15
"php": ">=5.5",
16
"php-http/discovery": "^0.8",
17
"php-http/client-implementation": "^1.0",
18
- "php-http/message-factory": "^1.0",
+ "php-http/message-factory": "^1.0.2",
19
"php-http/plugins": "^1.0",
20
"symfony/framework-bundle": "^2.7|^3.0"
21
},
0 commit comments