Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-new.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-new.yml b/vendor/drupal/console-core/config/dist/chain/site-new.yml
deleted file mode 100644 (file)
index 7e6f616..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# How to use
-# site:new --placeholder="directory:/path/to/drupal-project/" --placeholder="repository:acquia/lightning-project"
-command:
-  name: site:new
-  description: 'Download a new Drupal project'
-commands:
-  # Create Drupal project using DrupalComposer
-  - command: exec
-    arguments:
-      bin: composer create-project %{{repository|drupal-composer/drupal-project:8.x-dev}} %{{directory}} --prefer-dist --no-progress --no-interaction