• Hi,

    I have a problem with composer.json/lock file in mailjet plugin. In my plugin I am also using composer, but to prevent version conflicts with other plugins I’m checking composer.lock files to be sure that there is no major incompatibilities.

    As your plugin is requiring “dev-master” version, which is a development and unstable version of the library, there is no way to settle whether the version is compatible or not. Could you please use recommended way of specifying the requirements in composer using ^ sign?

    https://getcomposer.org/doc/articles/versions.md#caret-version-range-

    Requirements specified in this form will get you any compatible and stable library version for your plugin.

    Best regards,
    dyszczo

Viewing 1 replies (of 1 total)
  • Plugin Author Mailjet

    (@mailjet)

    Hello, thanks for your feedback. We will see what can be done to resolve the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Invalid version requirements in composer.json’ is closed to new replies.