Use stable version of multipart stream builder (#356)

This commit is contained in:
Tobias Nyholm 2017-06-03 10:21:05 +02:00 committed by GitHub
parent 6d56fa6a0d
commit 5976bcbb4e

View File

@ -4,7 +4,7 @@
"require": {
"php": "^5.5|^7.0",
"php-http/httplug": "^1.0",
"php-http/multipart-stream-builder": "^0.2",
"php-http/multipart-stream-builder": "^1.0",
"php-http/message": "^1.0",
"php-http/client-common": "^1.1",
"php-http/discovery": "^1.0",