Skip to content

Does anyone know how to download an extension package from composer, so it can be manually installed?

I want to manually install a magento 2 extension that only has a composer require command to install.

Is there a way to use the composer require command to download the extension dir? So it can be manually installed?

Thanks