8p / EightPointsGuzzleBundle

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

Update README.md #9

Closed flo-sch closed 9 years ago

flo-sch commented 9 years ago

According to the doc, it seems that Guzzle now requires PHP >= 5.5.0: http://docs.guzzlephp.org/en/latest/overview.html#requirements

florianpreusner commented 9 years ago

Hi,

Guzzle 6.0 needs PHP >= 5.5.0. This bundle is using Guzzle 5.0. I will check if Guzzle 6.0 can be supported. If everything is fine, I will merge your pull request.

Thanks.

flo-sch commented 9 years ago

Oh, thanks, did not noticed it actually! IMO it is not very explicit, which is the current Guzzle version :)

flo-sch commented 9 years ago

Otherwise, it the support of Guzzle v6 is not possible for you currently, It might be easier to update the corresponding documentation link,

http://docs.guzzlephp.org/en/v5/

Instead of

http://docs.guzzlephp.org/

e-moe commented 9 years ago

agree with @Flo-Schield-Bobby , guzzle link should point to 5 version.

p.s. I just created guzzle6 bundle: https://github.com/e-moe/guzzle6-bundle (inspired by @florianpreusner and @thewilkybarkid GuzzleBundles)

florianpreusner commented 9 years ago

Bundle is now using Guzzle 6.0, README has been updated. Thanks for your contribution.