Closed MichaNeroucheff closed 9 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
Did I need to install a old version of Sylius? like Sylius 1.12.0 ?
Yes, it should work with older versions of Sylius. Preferably one that does not use doctrine version 3.
This should be closed as of #132
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