statamic-rad-pack / mailchimp

Mailchimp integration for Statamic
https://statamic.com/addons/rad-pack/mailchimp
MIT License
18 stars 12 forks source link

Can't upgrade to v.2.6 #74

Closed mvpopuk closed 2 years ago

mvpopuk commented 2 years ago

I'm on Statamic v.3.2.36 and silentz/mailchimp v.2.5.7. When I try to upgrade to v.2.6 I get the following:

 Problem 1
    - silentz/mailchimp[v2.5.8, ..., v2.6] require statamic/cms 3.2.32 -> found statamic/cms[v3.2.32] but it conflicts with your root composer.json require (3.2.36).
    - Root composer.json requires silentz/mailchimp ^2.5.8 -> satisfiable by silentz/mailchimp[v2.5.8, v2.6].

In my composer.json I have:

"silentz/mailchimp": "^2.5", (at the moment)
"statamic/cms": "3.2.36",

Not sure what I'm doing wrong.

edalzell commented 2 years ago

like it says, Mailchimp, at the moment, only supports Statamic 3.2.32. Set you composer version to that.

Once this PR gets merged and released, I'll update the version constraint.

edalzell commented 2 years ago

Released 2.6.1 that requires Statamic 3.2.37, which fixes the issue