improper/lando-magento2-template

Replace Magento download logic with composer create-project

tylers-username opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

For speed benefits, the lando magento:download command downloads Magento's latest release Zip. The problem is that it includes the Magento modules in app/code/Magento rather than a production-ready version that requires Magento features as composer packages.

Describe the solution you'd like

Replace the complicated latest release zip download logic with composer create-project

Released in 1.1.1