Last active
June 9, 2017 17:12
-
-
Save jmolivas/c5c6cda0640555becc618d9e64690560 to your computer and use it in GitHub Desktop.
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
composer update drupal/console --with-dependencies | |
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
composer require drupal/console:~1.0 \ | |
--prefer-dist \ | |
--optimize-autoloader \ | |
--sort-packages \ | |
--no-update | |
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
composer require drupal/console:~1.0 \ | |
--prefer-dist \ | |
--optimize-autoloader \ | |
--sort-packages | |
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
composer create-project \ | |
acquia/lightning-project:^8.1.0 lightning \ | |
--no-interaction \ | |
--no-install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment