Upgrading Sylius Plus
Sylius regularly releases new versions of Sylius Plus modules. Each release comes with an UPGRADE.md file, which is meant to help in the upgrading process.
Update the version constraint of your Sylius Plus modules by modifying the
composer.jsonfile:
{
"require": {
"sylius/plus-marketplace-suite-plugin": "^2.6"
}
}Upgrade dependencies by running a Composer command:
composer update sylius/plus-marketplace-suite-plugin --with-all-dependenciesIf this does not help, it is a matter of debugging the conflicting versions and working out how your composer.json should look after the upgrade. You can check what version is installed by running composer show sylius/plus-marketplace-suite-plugin command.
Follow the instructions found in the
UPGRADE.mdfile for a given minor release.
Last updated
Was this helpful?
