mbo2olivier / mukadi-wordpress-bundle

Integrate wordpress and symfony in the same application
21 stars 11 forks source link

Dependency issues #12

Open tlorens opened 3 years ago

tlorens commented 3 years ago

johnpbloch/wordpress dependency is behind and doesn't work with Composer 2.0.

celtic34fr commented 3 years ago

hi, for more informations, i give you le return message when i try to install the package with composer V2.1.6 :

`Using version ^2.0 for mukadi/wordpress-bundle ./composer.json has been updated Running composer update mukadi/wordpress-bundle Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

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.`

and whe i add -W option :

`Using version ^2.0 for mukadi/wordpress-bundle ./composer.json has been updated Running composer update mukadi/wordpress-bundle --with-all-dependencies Loading composer repositories with package information Restricting packages listed in "symfony/symfony" to "5.3.*" Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json and ./composer.lock to their original content. ` I hope that can help you to understand what's append and who can solve this bug.

Remark : mukadi/wordpress-bundle ask to install johnpbloch/wordpress 5.1, this version isn't be compatible with composer 2., unlike the current one, 5.8, which has been adapted to compose 2. . Can you change the packages requirement in that way ?

Celti34fr Béziers - France