JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

Broken dependencies #42

Open MicioBaus opened 9 years ago

MicioBaus commented 9 years ago

When installing this bundle through composer I receive the following error messages:

Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/stream is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/parser is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/http is abandoned, you should avoid using it. Use guzzle/guzzle instead.

Should bundle dependencies be updated?

jjsaunier commented 9 years ago

It's related to Ratchet not Clank.

In all case nothing is broken, it's just abandonned. When ratchet will upgrade to newer guzzle version the warning will disapear.

But if ratchet make BC, clank will not follow because he is currently abandonned.