Remove drupal/core-project-message

This commit is contained in:
Oliver Davies 2025-05-30 16:26:49 +01:00
parent 0c98be96eb
commit 331c2d8b14
2 changed files with 1 additions and 65 deletions

View file

@ -19,7 +19,6 @@
"cweagans/composer-patches": "^1.7",
"drupal/auto_entitylabel": "^3.4",
"drupal/core-composer-scaffold": "^11.1",
"drupal/core-project-message": "^11.1",
"drupal/core-recommended": "^11.1",
"drupal/drupal_cms_seo_tools": "^1.1",
"drupal/markdown_easy": "^1.0",
@ -44,7 +43,6 @@
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"mglaman/composer-drupal-lenient": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
@ -90,27 +88,6 @@
"type:drupal-recipe"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, youve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/installing-drupal",
" * 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"
]
},
"drupal-lenient": {
"allowed-list": ["drupal/rel_to_abs"]
},

43
composer.lock generated
View file

@ -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": "7befc6549cf5eab7ceaa7aa2bca95acd",
"content-hash": "cb975a69fe34342a58adb0027849d3a0",
"packages": [
{
"name": "asm89/stack-cors",
@ -1616,47 +1616,6 @@
},
"time": "2024-11-02T22:49:15+00:00"
},
{
"name": "drupal/core-project-message",
"version": "11.1.7",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-project-message.git",
"reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core-project-message/zipball/d1da83722735cb0f7ccabf9fef7b5607b442c3a8",
"reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2",
"php": ">=7.3.0"
},
"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"
],
"support": {
"source": "https://github.com/drupal/core-project-message/tree/11.1.7"
},
"time": "2023-07-24T07:55:25+00:00"
},
{
"name": "drupal/core-recommended",
"version": "11.1.7",