Last active
April 13, 2019 04:53
-
-
Save markshust/aa5d7e4918144e82f7d7d2b93c367091 to your computer and use it in GitHub Desktop.
composer install magento 2.3
This file contains 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
# from tagged packagist version | |
composer create-project magento/community-edition:dev-2.3-develop | |
# from tagged magento repo | |
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition=2.3.0-beta8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment