Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Currently it's not possible to install plugin with latest Shopware version 6.4.2.1 #1

Open
amansilla opened this issue Jul 21, 2021 · 4 comments

Comments

@amansilla
Copy link

After requiring this package with composer:

composer require heptacom/shopware-platform-administration-without-plugin-manager --no-scripts --with-all-dependencies
Using version ^1.0 for heptacom/shopware-platform-administration-without-plugin-manager
./composer.json has been updated
Running composer update heptacom/shopware-platform-administration-without-plugin-manager --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires heptacom/shopware-platform-administration-without-plugin-manager ^1.0 -> satisfiable by heptacom/shopware-platform-administration-without-plugin-manager[1.0.0].
    - heptacom/shopware-platform-administration-without-plugin-manager 1.0.0 requires shopware/administration >=6.2 <6.4 -> found shopware/administration[v6.2.0, ..., 6.3.5.4] but it conflicts with your root composer.json require (~v6.4.0).

Is this plugin not compatible with Shopware 6.4? After checking the code, it seems it shouldn't be any issue with this shopware/administration version 6.4.2.1.

Maybe composer.json should be updated to:

        "shopware/administration": ">=6.2 <6.5",
        "shopware/core": ">=6.2 <6.5",

Thanks for this great plugin.

@JoshuaBehrens
Copy link
Member

Hey @amansilla . Thank you for asking. It is a bit trickier as 6.4 uses new plugin management and store integration which leads to more changes in this plugin. I keep this issue posted for updates :)

Spoiler: We will drop 6.2 and 6.3 support with the next release due to the breaking changes Shopware done to the plugin management.

@huelsmc
Copy link

huelsmc commented Nov 13, 2021

Hi,
any updates when the new version will be available? 6.4 is out quite a while now.

@stephanniewerth
Copy link

I think this is impossible with Shopware 6.4. The renamed "shopware-extension-card-base" is declared as "@Private" and can not be overwritten (see also this issue.)

I've forked this one. It's know compatible with Shopware 6.4. The visual component is gone because of the problem described above. There is only a notification on interaction (de-/activate etc)

image

@JoshuaBehrens
Copy link
Member

Thank you for your investment and efforts. Would you like to create your changes as a pull request?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants