This requirement in composer.json

  "require": {
    "thinkshout/mailchimp-api-php": ">=1.0.6"
  }
}

leads to this failure when I try to install


- The requested package thinkshout/mailchimp-api-php >=1.0.6 is satisfiable by thinkshout/mailchimp-api-php[dev-master] but these conflict with your requirements or minimum-stability.

EDIT I should add that I am using minimum-stability=stable

It seems to me that latest stable version is 1.0.5
https://github.com/thinkshout/mailchimp-api-php

Or am I missing something?

Comments

kirkby created an issue. See original summary.

kirkby’s picture

Issue summary: View changes
kirkby’s picture

Hmmm, there is a 1.0.6 release.
https://github.com/thinkshout/mailchimp-api-php/releases

Explanation: Apparently, version number not updated.
https://github.com/thinkshout/mailchimp-api-php/issues/51

ruscoe’s picture

Status: Active » Fixed

I've just created a new v1.0.6 release with corrected version numbers. This should work better now.

https://github.com/thinkshout/mailchimp-api-php/releases/tag/v1.0.6

https://packagist.org/packages/thinkshout/mailchimp-api-php

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.