hugofirth / laravel-mailchimp

A composer package for the MailChimp API PHP class (as provided by MailChimp) which supports the Laravel 4 framework.
96 stars 27 forks source link

Use v2.0 of the API #11

Closed jbrooksuk closed 10 years ago

jbrooksuk commented 10 years ago

Is it possible to use v2.0 of the MailChimp API?

hugofirth commented 10 years ago

Hi,

Yes it is - in fact if you look at the composer file you can see that "mailchimp/mailchimp": "2.0.*" is defined as a dependency.

I should probably add that to the readme though - thanks for pointing it out.

jbrooksuk commented 10 years ago

Doh. I realised that straight after posting. Thanks!