8p / EightPointsGuzzleBundle

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

Add auth configuration to v6 branch in configuration #186

Closed jarrodbutcher closed 6 years ago

jarrodbutcher commented 6 years ago
Q A
Bug fix no
New feature yes
BC breaks no
Deprecations no
Tests pass unknown
Fixed tickets
License MIT

Pulled changes from the newest version to v6 allowing auth headers to be a string or an array.

florianpreusner commented 6 years ago

@jarrodbutcher, thanks! Going to release a new v6 version later.

florianpreusner commented 6 years ago

Released v6.2.0 (https://github.com/8p/EightPointsGuzzleBundle/releases/tag/v6.2.0)

jarrodbutcher commented 6 years ago

Thanks for the quick turn around time, appreciate it.