-
Notifications
You must be signed in to change notification settings - Fork 9
Upgrading from 2.x
Code Slicer edited this page Jun 10, 2022
·
1 revision
If you already use this module at a 2.x version, you can just run the new install command:
composer require discorgento/module-queue:^3 && bin/magento setup:upgrade
Or.. if you're like me and use this in a metapackage of the common dependencies among your stores, just replace the ^2.0
version constraint by the new ^3
one ;)
💡 Tip: using the
^3
constraint instead of simply letting the default^3.0
allows us to use SemVer for our future releases
We want YOU for our community 🫵