If you purchased the module from Magento Marketplace. Then there's no different configuration to be performed. However, for incremental releases we use Gitlab Package Registry.
So I highly recommend that you join our Gitlab Repo to be able to fetch the latest version.
Please create a support ticket in order to be added to our Repo.
You'll be added with Reporter permission, allowing you to pull our package.
You'll need a to create a personal gitlab token with at least reap_api access level. Here's the documentation
Then on your Magento installation store. Follow this one time setup to have your auth.json file generated, afterwards your module will be automatically kept up to date every time you fire "composer update" command. Replace "PERSONALTOKEN" by the token you generated in Gitlab
-
composer config gitlab-token.gitlab.com PERSONALTOKEN -
composer config repositories.gitlab.com/10930850 '{"type": "composer", "url": "https://gitlab.com/api/v4/group/10930850/-/packages/composer/packages.json"}'
-
composer req maurisource/lightspeed:latest
Comments
0 comments
Please sign in to leave a comment.