misd-service-development / guzzle-bundle

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

Allow arrays to be serialized as body parameters #18

Closed smoorhouse11 closed 11 years ago

smoorhouse11 commented 11 years ago

I noticed that you can't include in the body serialized arrays when using the JMSSerializer visitor. It's simple to change this and allow arrays in the body if that is a desired feature.

thewilkybarkid commented 11 years ago

Could you rebase so that the tests will run? I had to do 7e60fc5348c62cab3c28a91be7169b2f0f060acf to cope with the JMSSerializerBundle 1.0-dev version removal (see https://github.com/schmittjoh/JMSSerializerBundle/commit/b9e9a6511062b785a96f77a66b506b75fb863ddc).

thewilkybarkid commented 11 years ago

Replaced by #19