Guzzle needs to be upgraded to version 6
Closed this issue · 6 comments
chekalsky commented
Hello, same dependency hell again with Guzzle 6 :)
djgadd commented
+1
sesser commented
Why does it need to be upgraded?
TomiMikola commented
+1
Well, because many other packages require ~6.1
sesser commented
Feel free to send a PR :)
kilhage commented
+1
lopsided commented
This upgrade is not complete, it is causing dependency errors:
Problem 1
- guzzlehttp/log-subscriber 1.0.1 requires guzzlehttp/guzzle ~4.0 | ~5.0 -> satisfiable by guzzlehttp/guzzle[4.0.0, 4.0.0-rc.1, 4.0.0-rc.2, 4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.x-dev, 5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1, 5.3.x-dev] but these conflict with your requirements or minimum-stability.
- guzzlehttp/log-subscriber 1.0.0 requires guzzlehttp/guzzle 4.* -> satisfiable by guzzlehttp/guzzle[4.0.0, 4.0.0-rc.1, 4.0.0-rc.2, 4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.x-dev] but these conflict with your requirements or minimum-stability.
- instaphp/instaphp dev-master requires guzzlehttp/log-subscriber ~1 -> satisfiable by guzzlehttp/log-subscriber[1.0.0, 1.0.1].
- Installation request for instaphp/instaphp dev-master -> satisfiable by instaphp/instaphp[dev-master].
Guzzle log subscriber is not supported in v6. From a brief look I think some more changes will be required too to support v6.