Created
October 1, 2013 18:54
-
-
Save vdubyna/6783261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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