Skip to main content

check all Magento 2 versions available to install via Composer

to check all available versions of Magneto you can use this command

 

Magento Open Source:

composer show magento/product-community-edition --all | grep -m 1 versions

Magento Commerce:

composer show magento/product-enterprise-edition --all | grep -m 1 versions