Let’s initiate a discussion!!
We were working on a project where we needed to upgrade a Magento store along with plugins.
We came on the stage where we were working on the composer command.
For those who are not aware with the role of composer command, let us share that in magento 2 you have to use composer command to update the version of Magento system and plugins.
While working on the same we faced an issue.
Some plugin repositories were not getting cloned.
For example:
1 |
medialounge_repo/magento2-share-my-basket.git |
To solve the problem, we removed below line from composer.json:
1 |
git@bitbucket.org:medialounge_repo/magento2-share-my-basket.git |
Then we removed magento-2-share-my-basket section from repositories,
From:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
"repositories": { "0": { "type": "composer", "url": "https://repo.magento.com/" }, "magento-2-share-my-basket": { "type": "vcs", "url": "git@bitbucket.org:medialounge_repo/magento2-share-my-basket.git" }, "xtento": { "type": "composer", "url": "https://repo.xtento.com" } } |
Replace:
1 2 3 4 5 6 7 8 9 10 |
"repositories": { "0": { "type": "composer", "url": "https://repo.magento.com/" }, "xtento": { "type": "composer", "url": "https://repo.xtento.com" } } |
Things worked for us when we chose this as solution.
If you ever face such problem then you can use this trick. We’re sure this Magento hack will work for you.
[crayon-641f0ff6a2f7b448594164/] Using above fucntion Images can be imported directly from...
Override view block using di.xml and add the below code...
You can check a list of called layout XML for...
Follow the below steps to install and set up PWA...
If you want to remove all leading zero's from order,...
Let our Magento expert connect to discuss your requirement.
We offer Magento
certified developers.
Our Magento clientele
is 500+.
We sign NDA for the
security of your projects.
We’ve performed 100+
Magento migration projects.
Free quotation
on your project.
Three months warranty on
code developed by us.