Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active June 9, 2017 17:12
Show Gist options
  • Save jmolivas/c5c6cda0640555becc618d9e64690560 to your computer and use it in GitHub Desktop.
Save jmolivas/c5c6cda0640555becc618d9e64690560 to your computer and use it in GitHub Desktop.
composer update drupal/console --with-dependencies
composer require drupal/console:~1.0 \
--prefer-dist \
--optimize-autoloader \
--sort-packages \
--no-update
composer require drupal/console:~1.0 \
--prefer-dist \
--optimize-autoloader \
--sort-packages
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