1

I bought an extension on Magento store.On my magento installation, I don't have web setup wizard and when I checked the solution for this it requires to change main config file which I don't have access at the moment.So then I downloaded the extension from Magento store, this time the downloaded zip contains only composer.json file. How can I install this extension via composer.json file ? Itried to install with composer require with only name of the extension I saw in the composer.json file, but it didn't work.I need to install this extension with composer.json file.Thanks in advance.

Balwant Singh
1,2902 gold badges12 silver badges29 bronze badges
asked Sep 11, 2019 at 21:49

1 Answer 1

1

You need to add required libraries in your magento's root> composer.json file from your modules composer.json file.

After that you need to run composer update command.

answered Sep 12, 2019 at 10:40

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.