8p / EightPointsGuzzleBundle

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

Error since the support of guzzlehttp/promises v2 #327

Closed aless673 closed 1 year ago

aless673 commented 1 year ago
Q A
Symfony version 6.2.10
Bundle version 8.3.0

latest release of guzzlehttp/guzzle include this commit : https://github.com/guzzle/guzzle/commit/7936fe9e180ce969680b21c40b221b3c2c661369

so after updating composer vendors, we now have this error Attempted to call function "rejection_for" from namespace "GuzzleHttp\Promise"

GrahamCampbell commented 1 year ago

https://github.com/8p/EightPointsGuzzleBundle/pull/328 should fix your issue.

petski commented 1 year ago

Great work all!

When can we expect a release containing this fix?

gregurco commented 1 year ago

@petski released: https://github.com/8p/EightPointsGuzzleBundle/releases/tag/v8.4.0