drupal-erable/composer.json

134 lines
5.1 KiB
JSON
Raw Normal View History

2023-11-19 11:30:38 +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-03-25 15:59:38 +01:00
"drupal/agreement": "^3.0@alpha",
"drupal/betterlogin": "^2.0",
"drupal/config_pages": "^2.15",
2023-11-19 11:30:38 +01:00
"drupal/core-composer-scaffold": "^10.1",
"drupal/core-project-message": "^10.1",
"drupal/core-recommended": "^10.1",
2024-03-25 15:59:38 +01:00
"drupal/email_registration": "^1.4",
2024-03-05 15:56:10 +01:00
"drupal/faq": "^1.2",
2023-12-04 13:56:23 +01:00
"drupal/linked_field": "^1.5",
"drupal/page_manager": "^4.0@RC",
"drupal/panels": "^4.7",
"drupal/paragraphs": "^1.16",
2024-03-25 15:59:38 +01:00
"drupal/password_policy": "^4.0",
"drupal/profile": "^1.9",
"drupal/registration_role": "^2.0",
2023-12-04 13:56:23 +01:00
"drupal/smart_date": "^4.1@RC",
"drupal/social_media_links": "^2.9",
2024-04-09 12:28:50 +02:00
"drupal/structure_sync": "^2.0",
2024-03-25 15:59:38 +01:00
"drupal/terms_of_use": "^2.3",
"drupal/user_email_verification": "^1.2",
2024-04-09 12:11:18 +02:00
"drupal/view_unpublished": "^1.2",
2024-03-06 15:38:03 +01:00
"drupal/webform": "^6.2",
2023-11-19 11:30:38 +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,
"wikimedia/composer-merge-plugin": true,
"cweagans/composer-patches": true
},
"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, 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"
]
},
"merge-plugin": {
"include": [
"web/profiles/drupal-starterkit-profile/composer.json"
],
"recurse": true,
"replace": false,
"merge-extra": true
2023-12-04 13:56:23 +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-03-25 15:59:38 +01:00
},
"drupal/user_email_verification":{
"Fatal error when rules module is missing https://www.drupal.org/project/user_email_verification/issues/3376165":"https://www.drupal.org/files/issues/2023-07-21/user_email_verification-rules_conditions-3376165-2.patch"
2023-12-04 13:56:23 +01:00
}
2023-11-19 11:30:38 +01:00
}
}
}