From 7a5c64735298b95ee26b199e383536a6085c8eeb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 12 Feb 2020 18:00:00 +0000 Subject: [PATCH] Remove drupal/core-project-message --- composer.json | 20 -------------------- composer.lock | 40 +--------------------------------------- 2 files changed, 1 insertion(+), 59 deletions(-) diff --git a/composer.json b/composer.json index 84c73aa..4d8bbbd 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "composer/installers": "^1.2", "drupal/admin_toolbar": "^2.0", "drupal/core-composer-scaffold": "^8.8", - "drupal/core-project-message": "^8.8", "drupal/core-recommended": "^8.8", "drupal/markdown": "^1.3", "drupal/paragraphs": "^1.10", @@ -68,25 +67,6 @@ "drush/Commands/contrib/{$name}": ["type:drupal-drush"], "web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/themes/custom/{$name}": ["type:drupal-custom-theme"] - }, - "drupal-core-project-message": { - "include-keys": ["homepage", "support"], - "post-create-project-cmd-message": [ - " ", - " Congratulations, you’ve installed the Drupal codebase ", - " from the drupal/recommended-project template! ", - " ", - "", - "Next steps:", - - " * Install the site: https://www.drupal.org/docs/8/install", - " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html", - " * Get support: https://www.drupal.org/support", - " * Get involved with the Drupal community:", - " https://www.drupal.org/getting-involved", - " * Remove the plugin that prints this message:", - " composer remove drupal/core-project-message" - ] } } } diff --git a/composer.lock b/composer.lock index 5965609..9a09cfe 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4d609b8ccbc804f2740116b67cad46fb", + "content-hash": "e7ad5371f667de7abca35f6df8f9c752", "packages": [ { "name": "asm89/stack-cors", @@ -1912,44 +1912,6 @@ ], "time": "2019-10-09T02:55:24+00:00" }, - { - "name": "drupal/core-project-message", - "version": "8.8.2", - "source": { - "type": "git", - "url": "https://github.com/drupal/core-project-message.git", - "reference": "418988513bafe533d6731650b0067b839eb61fc2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/drupal/core-project-message/zipball/418988513bafe533d6731650b0067b839eb61fc2", - "reference": "418988513bafe533d6731650b0067b839eb61fc2", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.1", - "php": ">=7.0.8" - }, - "type": "composer-plugin", - "extra": { - "class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin" - }, - "autoload": { - "psr-4": { - "Drupal\\Composer\\Plugin\\ProjectMessage\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Adds a message after Composer installation.", - "homepage": "https://www.drupal.org/project/drupal", - "keywords": [ - "drupal" - ], - "time": "2019-11-04T11:12:32+00:00" - }, { "name": "drupal/core-recommended", "version": "8.8.2",