rdohms / meetup-api-client

Guzzle powered Meetup.com API Client
MIT License
76 stars 24 forks source link

Fixing Serialization #7

Closed rdohms closed 11 years ago

rdohms commented 11 years ago

In Guzzle 3.7 the Response started implementing the Serializable interface. This affected the serialization of our responses, since data and metadata were now dropped. Updated this by moving response content parsing into the response objects, allowing unserialize method to properly rebuild the response.

Updating Dev dependencies Updating Travis config.

Closes #6