Remove drupal/core-project-message
This commit is contained in:
parent
0b2ec0c2e4
commit
7a5c647352
|
@ -18,7 +18,6 @@
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
"drupal/admin_toolbar": "^2.0",
|
"drupal/admin_toolbar": "^2.0",
|
||||||
"drupal/core-composer-scaffold": "^8.8",
|
"drupal/core-composer-scaffold": "^8.8",
|
||||||
"drupal/core-project-message": "^8.8",
|
|
||||||
"drupal/core-recommended": "^8.8",
|
"drupal/core-recommended": "^8.8",
|
||||||
"drupal/markdown": "^1.3",
|
"drupal/markdown": "^1.3",
|
||||||
"drupal/paragraphs": "^1.10",
|
"drupal/paragraphs": "^1.10",
|
||||||
|
@ -68,25 +67,6 @@
|
||||||
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
|
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
|
||||||
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
|
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
|
||||||
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
|
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
|
||||||
},
|
|
||||||
"drupal-core-project-message": {
|
|
||||||
"include-keys": ["homepage", "support"],
|
|
||||||
"post-create-project-cmd-message": [
|
|
||||||
"<bg=blue;fg=white> </>",
|
|
||||||
"<bg=blue;fg=white> Congratulations, you’ve 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/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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
40
composer.lock
generated
40
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "4d609b8ccbc804f2740116b67cad46fb",
|
"content-hash": "e7ad5371f667de7abca35f6df8f9c752",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -1912,44 +1912,6 @@
|
||||||
],
|
],
|
||||||
"time": "2019-10-09T02:55:24+00:00"
|
"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",
|
"name": "drupal/core-recommended",
|
||||||
"version": "8.8.2",
|
"version": "8.8.2",
|
||||||
|
|
Loading…
Reference in a new issue