odiseoteam / SyliusBlogPlugin

This plugin add blog capabilities to your Sylius project.
MIT License
34 stars 18 forks source link

Unable to install the Plugin on Sylius 1.9.2 and Sylius 1.8.5 #17

Closed Basti271 closed 3 years ago

Basti271 commented 3 years ago

Hi, I was trying to get the Plugin running on Sylius 1.9.2 and also Sylius 1.8.5 but without success.

I do get the following errors:

Problem 1

  • odiseoteam/sylius-blog-plugin[v1.2.0, ..., v1.2.2] require odiseoteam/blog-bundle ^1.1 -> satisfiable by odiseoteam/blog-bundle[v1.1.0, ..., v1.1.23].
  • odiseoteam/blog-bundle[v1.1.0, ..., v1.1.6] require symfony/framework-bundle ^3.4|^4.1 -> found symfony/framework-bundle[v3.4.0, ..., v3.4.47, v4.1.0, ..., v4.4.22] but the package is fixed to v5.2.5 (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.
  • odiseoteam/blog-bundle[v1.1.7, ..., v1.1.23] require monolog/monolog ~1.22 -> found monolog/monolog[1.22.0, ..., 1.26.0] but the package is fixed to 2.2.0 (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 odiseoteam/sylius-blog-plugin ^1.2 -> satisfiable by odiseoteam/sylius-blog-plugin[v1.2.0, v1.2.1, v1.2.2]. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

I tried to run the installation "--with-all-dependencies" but this totally broke my vendor.

Any help would be great!

Kind regards

bigboss86 commented 3 years ago

Hi @Basti271. Are you trying to install it on a clean sylius?

Basti271 commented 3 years ago

Hi @bigboss86,

yes, I just tried with a complete new installation and got the same errors.

venomsnake92 commented 3 years ago

Hi @Basti271 and @bigboss86, same error here. However, i managed to complete the installation downgrading monolog/monolog to version 1.26.0.

Hope it helps.

Basti271 commented 3 years ago

Hi @venomsnake92, thanks, downgrading also helped in my case.

bigboss86 commented 3 years ago

Hi guys! I have updated the plugin to remove the required monolog dependencies Thanks!