sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

Cannot install SuluProductBundle on SULU 1.6.16 #376

Open gnsimoes opened 6 years ago

gnsimoes commented 6 years ago

Hi!

I am trying to install the 0.17.5 version of SuluProductBundle into the Sulu latest version 1.6.16 but I have the following problem:

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

Problem 1

Can you tell me which version of the Sulu we should use to install the SuluProductBundle or do you have any workaround to fix this?

sabinebaer commented 6 years ago

Hi,

we are currently using Sulu 1.6.12 with the newest version of the Product Bundle. We have not tested it with the newest version of Sulu. However, I got an installable set of packages by following these steps:

  1. Clone Sulu minimal: git clone git@github.com:sulu/sulu-minimal.git .
  2. Checkout Sulu 1.6.16: git checkout 1.6.16
  3. Add the following dependency to composer.json: "sulu/product-bundle": "0.17.*"
  4. Update your dependencies: composer update sulu/product-bundle symfony-cmf/routing-bundle willdurand/hateoas-bundle jackalope/jackalope-doctrine-dbal symfony/framework-bundle jackalope/jackalope-jackrabbit symfony-cmf/routing jackalope/jackalope oro/doctrine-extensions

Please let me know if this does work for you.

gnsimoes commented 6 years ago

Can you tell me which Symfony version are you using?

sabinebaer commented 6 years ago

We are using Symfony 2.8.21, I think it is not possible to use it with Symfony 3 with the current dependencies. We will try to update the dependencies to use it with Symfony 3 but I am not sure until when we can provide a new version.