-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Unless there's something that I've overlooked, the requirements for mailchimp-api-v3 are listed as follows:
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~5.0|~6.0",
"illuminate/support": "~5.0"
},
While the requirements for "illuminate/support" are as follows:
"require": {
"php": ">=5.6.4",
"ext-mbstring": "",
"doctrine/inflector": "~1.1",
"illuminate/contracts": "5.4.",
"paragonie/random_compat": "~1.4|~2.0"
},
So clearly php >= 5.6.4 is required. I changed the "illuminate/support" version to "5.2.x-dev" for it to work in PHP 5.5.9.
Metadata
Metadata
Assignees
Labels
No labels