misd-service-development / guzzle-bundle

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application
99 stars 54 forks source link

Allow De/Serialization contexts to be configured #43

Closed bendavies closed 10 years ago

bendavies commented 10 years ago

This PR allows configuration of serializer options through the service definitions data properties.

fixes #39

thewilkybarkid commented 10 years ago

Looking good. Could you run them through PHP-CS-Fixer, tidy up the whitespace, move PHPUnit_Framework_TestCase to a use and add in the license blocks?

bendavies commented 10 years ago

@thewilkybarkid how's that?

thewilkybarkid commented 10 years ago

Great, thanks! :thumbsup: