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.

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.

Your Answer

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.