|
17 | 17 | "require": { |
18 | 18 | "composer/installers": "^1.9", |
19 | 19 | "drupal/core-composer-scaffold": "^9.2", |
20 | | - "drupal/core-project-message": "^9.2", |
21 | 20 | "drupal/core-recommended": "^9.2", |
22 | 21 | "drush/drush": "^10.6" |
23 | 22 | }, |
|
64 | 63 | "web/themes/custom/{$name}": [ |
65 | 64 | "type:drupal-custom-theme" |
66 | 65 | ] |
67 | | - }, |
68 | | - "drupal-core-project-message": { |
69 | | - "include-keys": [ |
70 | | - "homepage", |
71 | | - "support" |
72 | | - ], |
73 | | - "post-create-project-cmd-message": [ |
74 | | - "<bg=blue;fg=white> </>", |
75 | | - "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>", |
76 | | - "<bg=blue;fg=white> from the drupal/recommended-project template! </>", |
77 | | - "<bg=blue;fg=white> </>", |
78 | | - "", |
79 | | - "<bg=yellow;fg=black>Next steps</>:", |
80 | | - " * Install the site: https://www.drupal.org/docs/8/install", |
81 | | - " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html", |
82 | | - " * Get support: https://www.drupal.org/support", |
83 | | - " * Get involved with the Drupal community:", |
84 | | - " https://www.drupal.org/getting-involved", |
85 | | - " * Remove the plugin that prints this message:", |
86 | | - " composer remove drupal/core-project-message" |
87 | | - ] |
88 | 66 | } |
89 | 67 | }, |
90 | 68 | "require-dev": { |
|
0 commit comments