Skip to content

Instantly share code, notes, and snippets.

@webflo
Created January 19, 2017 16:24
Show Gist options
  • Save webflo/5d8a2310734a9089eb67ab5ec85ce1cd to your computer and use it in GitHub Desktop.
Save webflo/5d8a2310734a9089eb67ab5ec85ce1cd to your computer and use it in GitHub Desktop.
#!/bin/bash -xe
TARGET=$(date +%s)
composer create-project drupal-composer/drupal-project:8.x-dev $TARGET --stability dev --no-interaction -vvv
cd $TARGET
composer remove composer/installers -vvv
composer require --no-update webflo/drupal-core-strict:8.2.x-dev -vvv
# composer update --with-dependencies webflo/drupal-core-strict -vvv
composer update -vvv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment