coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
276 stars 157 forks source link

Errors while Installation on pimcore 11.2 #2594

Closed JustMe69 closed 5 months ago

JustMe69 commented 5 months ago
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

pimcore 11.2 skeleton is installed and only pimcore bundles.

When trying to install coreshop 4:

composer require coreshop/core-shop ^4.0

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

  Problem 1
    - coreshop/core-shop[4.0.0, ..., 4.0.4] require sebastian/diff ^4.0 | ^5.0 -> found sebastian/diff[4.0.0, ..., 4.0.6, 5.0.0, ..., 5.1.1] but the package is fixed to 6.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires coreshop/core-shop ^4.0 -> satisfiable by coreshop/core-shop[4.0.0, ..., 4.0.4].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

Is coreshop 4 not compatible with 11.2 ? Even with -W the error appears.

jdreesen commented 5 months ago

I think you need to wait for v4.0.5 to be released: https://github.com/coreshop/CoreShop/pull/2593

dpfaffenbauer commented 5 months ago

@JustMe69 yes, 4.0.5 is not yet released, try 4.0.x-dev for now

JustMe69 commented 5 months ago

@dpfaffenbauer is there a release date for 4.0.5 planned?

dpfaffenbauer commented 5 months ago

today

dpfaffenbauer commented 5 months ago

release has been made so this is fixed