voryx / ThruwayBundle

Bundle for building Real-time Apps in Symfony
98 stars 47 forks source link

This bundle is not yet compatible with Symfony3 #32

Closed fpasquet closed 8 years ago

fpasquet commented 8 years ago

This problem comes from the librairy guzzle/guzzle.

saidmoya12 commented 8 years ago

Same issue

davidwdan commented 8 years ago

I'm going to reopen this. There are a couple of compatibility issues with Symfony3, which we're working on.

davidwdan commented 8 years ago

The main issue is with the scope prototype service option which was deprecated in 2.8 (replaced with share) and removed in 3.0. If at all possible I want to keep backwards compatibility to 2.7.

davidwdan commented 8 years ago

@fpasquet and @saidmoya12 I just made some changes for this. Can you test it out? You'll still get the guzzle warning, but everything else should work.