151 lines
5.5 KiB
JSON
Executable File
151 lines
5.5 KiB
JSON
Executable File
{
|
||
"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",
|
||
"drupal/admin_toolbar": "^3.5",
|
||
"drupal/anchor_link": "^2.7",
|
||
"drupal/better_exposed_filters": "^7.0",
|
||
"drupal/block_class": "^3.0",
|
||
"drupal/captcha": "^2.0",
|
||
"drupal/ckeditor_accordion": "^2.1",
|
||
"drupal/ckeditor_bs_grid": "^2.0",
|
||
"drupal/codemirror_editor": "^2.0",
|
||
"drupal/core-composer-scaffold": "10.3.10",
|
||
"drupal/core-project-message": "10.3.10",
|
||
"drupal/core-recommended": "10.3.10",
|
||
"drupal/daterange_compact": "^2.1",
|
||
"drupal/devel": "^5.2",
|
||
"drupal/dotenv": "^1.2",
|
||
"drupal/easy_breadcrumb": "^2.0",
|
||
"drupal/editor_advanced_link": "^2.2",
|
||
"drupal/feeds": "^3.0@RC",
|
||
"drupal/feeds_ex": "^1.0@beta",
|
||
"drupal/feeds_tamper": "2.x-dev@dev",
|
||
"drupal/field_group": "^3.6",
|
||
"drupal/filter_twig": "^2.2",
|
||
"drupal/health_check": "^3.1",
|
||
"drupal/image_effects": "^4.0",
|
||
"drupal/jquery_ui_datepicker": "^2.1",
|
||
"drupal/jquery_ui_slider": "^2.1",
|
||
"drupal/jquery_ui_touch_punch": "^1.1",
|
||
"drupal/js_cookie": "1.x-dev@dev",
|
||
"drupal/mailsystem": "^4.5",
|
||
"drupal/masonry_views": "^4.0",
|
||
"drupal/menu_block": "^1.13",
|
||
"drupal/metatag": "^2.1",
|
||
"drupal/paragraphs": "^1.17",
|
||
"drupal/pathauto": "^1.12",
|
||
"drupal/schema_metatag": "^3.0",
|
||
"drupal/search_api": "^1.37",
|
||
"drupal/selective_better_exposed_filters": "^3.0",
|
||
"drupal/smtp": "^1.2",
|
||
"drupal/svg_image_field": "^2.3",
|
||
"drupal/tamper": "^1.0@alpha",
|
||
"drupal/tracer": "^1.0",
|
||
"drupal/twig-twig": "^2.0",
|
||
"drupal/twig_tweak": "^3.4",
|
||
"drupal/webform": "^6.2",
|
||
"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,
|
||
"wikimedia/composer-merge-plugin": true
|
||
},
|
||
"sort-packages": true
|
||
},
|
||
"extra": {
|
||
"drupal-scaffold": {
|
||
"source": "http://cgit.drupalcode.org/drupal/plain/{path}?h={version}",
|
||
"excludes": [ ".htaccess", "robots.txt" ],
|
||
"locations": {
|
||
"web-root": "web/"
|
||
}
|
||
},
|
||
"merge-plugin": {
|
||
"include": [
|
||
"web/modules/contrib/webform/composer.libraries.json",
|
||
"web/modules/contrib/anchor_link/composer.libraries.json",
|
||
"web/modules/contrib/masonry/composer.libraries.json"
|
||
]
|
||
},
|
||
"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"
|
||
]
|
||
}
|
||
},
|
||
"require-dev": {
|
||
"drush/drush": "^13.3"
|
||
}
|
||
}
|