From 70f605d5a99e875aa8c6277193f93a93d86feb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91?= Date: Wed, 26 Oct 2016 18:19:24 +0200 Subject: [PATCH] Change drupal-scaffold command name New command name could be `drupal:scaffold`, as Composer separates these commands in different sections. Think of it as a command namespace. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 96adea8eb9..db198ef664 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ ] }, "scripts": { - "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", + "drupal:scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", "pre-install-cmd": [ "DrupalProject\\composer\\ScriptHandler::checkComposerVersion" ],