BitBagCommerce / SyliusVueStorefront2Plugin

SyliusVueStorefront2Plugin provides everything you need to integrate your Sylius back-end with Vue Storefront 2.
MIT License
23 stars 16 forks source link

Failed to setup on clean Sylius install #70

Open matasskarzauskas opened 1 year ago

matasskarzauskas commented 1 year ago

Has anyone successfully managed to get this working? I've been trying for few days, but I'm stuck in dependency hell. Trying to setup this on clean Sylius install, but getting the following issues:

`- root is present at version v1.11.15 and cannot be modified by Composer

Sylius version 1.11.15

spyesx commented 1 year ago

This line says:

 "require": {
        "sylius/sylius": "~1.11.0",
    },

Sylius last version is 1.12.7 and they're about to release 1.13. That why I asked if this project is ready for prod or maybe it's not maintained :)

I've no idea what it requires to maintain this plugin though. I'm simply asking as it is public.

I have the same problem for a different versions:

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

  Problem 1
    - Root composer.json requires bitbag/vue-storefront2-plugin ^1.2 -> satisfiable by bitbag/vue-storefront2-plugin[v1.2.0, v1.2.1].
    - bitbag/vue-storefront2-plugin[v1.2.0, ..., v1.2.1] require sylius/sylius ~1.11.0 -> found sylius/sylius[v1.11.0-alpha.1, ..., 1.11.x-dev] but it conflicts with your root composer.json require (^1.12).
rafalmal commented 1 year ago

We will add sylius 1.12 support soon.

frozenminds commented 11 months ago

Hi @rafalmal ,

Do you have any updates on the support for Sylius 1.12? You may already have some WIP that the community can pick up and help migrate the plugin.

Thanks!

darezzux commented 3 months ago

Hey guys, Are you alive? Any progress? Or is this project dead already?