8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Cannot composer install/update with sf 3.0 #29

Closed xGouley closed 8 years ago

xGouley commented 8 years ago

Composer fails installing/updating GuzzleBundle with Symfony 3.0, that seems to brings HttpKernel v3.0 too.

xGouley commented 8 years ago

Maybe a requirement like "symfony/whatever": "~2.6|~3.0" could to the trick ?

florianpreusner commented 8 years ago

Thanks for this info. Following pull request was merged and should do the trick: https://github.com/8p/GuzzleBundle/pull/30