Skip to content

Instantly share code, notes, and snippets.

@vdubyna
Created October 1, 2013 18:54
Show Gist options
  • Select an option

  • Save vdubyna/6783261 to your computer and use it in GitHub Desktop.

Select an option

Save vdubyna/6783261 to your computer and use it in GitHub Desktop.
# Add Speroteck repository to global configuration of composer
composer config --global repositories.speroteck composer http://composer.speroteck.com/
# Look for speroteck repositories
composer search speroteck
# Get information about package
composer show speroteck/quickview
# Create magento project
composer create-project -s dev speroteck/magento-ee mage1.13 1.13.0.2-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment