Brille24 / SyliusCustomOptionsPlugin

A Sylius plugin that adds customer options
MIT License
47 stars 34 forks source link

Installation in Sylius 1.7 project fails #50

Closed ePirat closed 4 years ago

ePirat commented 4 years ago

Trying to install in a Sylius 1.7 project fails:

Using version ^2.4 for brille24/sylius-customer-options-plugin
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - brille24/sylius-customer-options-plugin 2.4 requires sylius/sylius ^1.6 -> satisfiable by sylius/sylius[v1.7.4, v1.7.0, v1.7.1, v1.7.2, v1.7.3].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.4].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.0].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.1].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.2].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.3].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.4].
    - brille24/sylius-customer-options-plugin 2.4 conflicts with sylius/sylius[v1.7.4].
    - Installation request for brille24/sylius-customer-options-plugin ^2.4 -> satisfiable by brille24/sylius-customer-options-plugin[2.4].

Installation failed, reverting ./composer.json to its original content.

It's a quite confusing error and I am not sure what exactly is the issue. Is this plugin not yet compatible with Sylius 1.7?

ePirat commented 4 years ago

I just noticed that indeed the latest released version does not support it, works fine in git master.

mamazu commented 4 years ago

Yes, the current version does not yet support 1.7 yet. If you find any issues with the current master version, please feel free to report them.