openfoodfacts / openfoodfacts-php

PHP wrapper for Open Food Facts
https://packagist.org/packages/openfoodfacts/openfoodfacts-php
MIT License
58 stars 34 forks source link

Support for Guzzle 7.x #26

Closed epalmans closed 3 years ago

epalmans commented 3 years ago

Allow either Guzzle 6 or 7.

TODO check/test compatibility among these versions

Dwarfex commented 3 years ago

It seems as if the API response has changed and leads the testing to fail. #27 - has to be fixed before this PR can be merged.

epalmans commented 3 years ago

kinda had my fingers crossed that just a version bump for the guzzle dependency would work out well. Bit too optimistic I guess 😅

Dwarfex commented 3 years ago

yeah - i agree with you, that should've worked - it's a bit odd, that the API changed

Dwarfex commented 3 years ago

Closing this, as this is included and will be fixed with PR #28