Brille24 / SyliusCustomOptionsPlugin

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

Conflict with doctrine/dbal ^3.0 on Sylius 1.12.11 #144

Closed MichaNeroucheff closed 9 months ago

MichaNeroucheff commented 11 months ago

Hello,

I try to install your options plugin on a fresh new Sylius 1.12.11 but it's seems there is a conflict with doctrine dbal.

Your requirements could not be resolved to an installable set of packages.

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require brille24/sylius-customer-options-plugin:*" to figure out if any version is installable, or "composer require brille24/sylius-customer-options-plugin:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Can you help me to solve this?

KR Micha

mamazu commented 11 months ago

Hey, thanks for reporting the issue. This plugin is not yet compatible with doctrine version 3. Looks like the plugin uses an outdated doctrine function that has been removed in 3.0.

More info: https://github.com/Brille24/SyliusCustomOptionsPlugin/issues/100

MichaNeroucheff commented 11 months ago

Did I need to install a old version of Sylius? like Sylius 1.12.0 ?

mamazu commented 11 months ago

Yes, it should work with older versions of Sylius. Preferably one that does not use doctrine version 3.

mamazu commented 9 months ago

This should be closed as of #132