Skip to content

PHP >= 5.5.0 required is incorrect #32

Description

@toitoit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions