2024-02-20 11:13:28 +01:00
{
"name" : "drupal/recommended-project" ,
"description" : "Project template for Drupal projects with a relocated document root" ,
"type" : "project" ,
"license" : "GPL-2.0-or-later" ,
"homepage" : "https://www.drupal.org/project/drupal" ,
"support" : {
"docs" : "https://www.drupal.org/docs/user_guide/en/index.html" ,
"chat" : "https://www.drupal.org/node/314178"
} ,
"repositories" : [
{
"type" : "composer" ,
"url" : "https://packages.drupal.org/8"
}
] ,
"require" : {
"composer/installers" : "^2.0" ,
2024-07-04 15:50:20 +02:00
"drupal/config_pages" : "^2.15" ,
2024-02-20 11:13:28 +01:00
"drupal/core-composer-scaffold" : "^10.2" ,
"drupal/core-project-message" : "^10.2" ,
"drupal/core-recommended" : "^10.2" ,
2024-09-26 21:36:39 +02:00
"drupal/editor_advanced_link" : "^2.2" ,
2024-08-28 19:30:33 +02:00
"drupal/geofield" : "^1.60" ,
2024-07-04 16:36:48 +02:00
"drupal/image_delta_formatter" : "^1.2" ,
2024-07-04 15:50:20 +02:00
"drupal/image_field_caption" : "^2.0" ,
2024-08-28 19:30:33 +02:00
"drupal/leaflet" : "^10.2" ,
"drupal/leaflet_more_maps" : "^2.2" ,
2024-02-23 16:41:55 +01:00
"drupal/linked_field" : "^1.5" ,
"drupal/manage_display" : "^3.0" ,
2024-03-06 15:06:39 +01:00
"drupal/matomo" : "^1.23" ,
2024-05-31 10:40:38 +02:00
"drupal/metatag" : "^2.0" ,
2024-07-04 15:50:20 +02:00
"drupal/page_manager" : "^4.0@RC" ,
"drupal/panels" : "^4.8" ,
2024-02-29 17:24:53 +01:00
"drupal/paragraphs" : "^1.17" ,
2024-08-28 18:54:23 +02:00
"drupal/quick_node_clone" : "^1.18" ,
2024-06-05 16:53:17 +02:00
"drupal/simple_sitemap" : "^4.1" ,
2024-02-23 16:41:55 +01:00
"drupal/social_media_links" : "^2.9" ,
2024-09-25 17:35:08 +02:00
"drupal/viewsreference" : "^2.0@beta" ,
2024-02-23 16:41:55 +01:00
"drupal/yaml_editor" : "^1.2" ,
2024-03-01 19:05:13 +01:00
"drush/drush" : "^12.4" ,
2024-02-20 11:13:28 +01:00
"wikimedia/composer-merge-plugin" : "^2.1"
} ,
"conflict" : {
"drupal/drupal" : "*"
} ,
"minimum-stability" : "stable" ,
"prefer-stable" : true ,
"config" : {
"allow-plugins" : {
"composer/installers" : true ,
"drupal/core-composer-scaffold" : true ,
"drupal/core-project-message" : true ,
"phpstan/extension-installer" : true ,
"dealerdirect/phpcodesniffer-composer-installer" : true ,
"php-http/discovery" : true ,
2024-02-20 11:50:15 +01:00
"wikimedia/composer-merge-plugin" : true ,
"cweagans/composer-patches" : true
2024-02-20 11:13:28 +01:00
} ,
"sort-packages" : true
} ,
"extra" : {
"drupal-scaffold" : {
"locations" : {
"web-root" : "web/"
}
} ,
"installer-paths" : {
"web/core" : [
"type:drupal-core"
] ,
"web/libraries/{$name}" : [
"type:drupal-library"
] ,
"web/modules/contrib/{$name}" : [
"type:drupal-module"
] ,
"web/profiles/contrib/{$name}" : [
"type:drupal-profile"
] ,
"web/themes/contrib/{$name}" : [
"type:drupal-theme"
] ,
"drush/Commands/contrib/{$name}" : [
"type:drupal-drush"
] ,
"web/modules/custom/{$name}" : [
"type:drupal-custom-module"
] ,
"web/profiles/custom/{$name}" : [
"type:drupal-custom-profile"
] ,
"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/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"
]
} ,
"merge-plugin" : {
"include" : [
"web/profiles/drupal-starterkit-profile/composer.json"
] ,
"recurse" : true ,
"replace" : false ,
"merge-extra" : true
2024-02-23 16:41:55 +01:00
} ,
"patches" : {
"drupal/social_media_links" : {
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469" : "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
}
2024-02-20 11:13:28 +01:00
}
}
}