misd-service-development / guzzle-bundle

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application
99 stars 54 forks source link

handle typehint must be CommantInterface and not abstract class #27

Closed cordoval closed 11 years ago

vincecore commented 11 years ago

:+1: I got the same error

vincecore commented 11 years ago

Fixed it for now by setting a guzzle version myself in composer.json. The function signature was changed in 3.6.0 i think. So:

"guzzle/guzzle": "v3.5.0",

mKoder commented 11 years ago

Thanks vincecore i'll try that!

thewilkybarkid commented 11 years ago

Duplicate of #25