Upgrading Sylius CE
Sylius regularly releases new versions according to our Release Cycle. Each minor release comes with an UPGRADE.md
file, which is meant to help in the upgrading process.
Update the Sylius library version constraint by modifying the
composer.json
file:
Upgrade dependencies by running a Composer command:
If 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 of Sylius is installed by running composer show sylius/sylius
command.
Follow the instructions found in the UPGRADE.md
file for a given minor release.
Last updated