magento / composer-root-update-plugin

Open Software License 3.0
57 stars 17 forks source link

Magento Cloud Docker incompatibility #21

Closed shiftedreality closed 3 years ago

shiftedreality commented 3 years ago

The plugin is not compatible with the latest version of MCD

Steps to reproduce

TBA

"magento/composer-root-update-plugin: 1.1.0" for the Web Setup Wizard...
Reading /app/var/vendor/magento/composer-root-update-plugin/composer.json
Loading config file /app/var/vendor/magento/composer-root-update-plugin/composer.json
No Web Setup Wizard update needed for magento/composer-root-update-plugin; version 1.1.0 is already in /app/var.

Root cause analysis

slitviachenko commented 3 years ago

You could get this error during Magento CE installation on Magento Cloud Docker because WebSetupWizardPluginInstaller isn't skipped. The possible fix is https://github.com/magento/composer-root-update-plugin/pull/22

pdohogne-magento commented 3 years ago

Fix released in version 1.1.1