File: /srv/www/csmcri-res-in-d10/composer.json.bak
{
"name": "drupal/legacy-project",
"description": "Project template for Drupal 9 projects with composer following drupal/drupal layout",
"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/administerusersbyrole": "^3.5",
"drupal/backup_migrate": "^5.0",
"drupal/better_exposed_filters": "^7.1@beta",
"drupal/block_class": "^4.0",
"drupal/bootstrap": "^3.39",
"drupal/captcha": "^2.0",
"drupal/components": "^3.1",
"drupal/conditional_fields": "^4.0@alpha",
"drupal/contact_emails": "^1.23",
"drupal/contact_storage": "^1.4",
"drupal/core": "^10.2",
"drupal/core-composer-scaffold": "10.4.5",
"drupal/core-project-message": "10.4.5",
"drupal/core-recommended": "10.4.5",
"drupal/ctools": "^4.1",
"drupal/datatables": "2.x-dev@dev",
"drupal/date_popup": "^2.0",
"drupal/datetime_extras": "^1.1",
"drupal/editor_advanced_link": "^2.2",
"drupal/entity": "^1.1",
"drupal/entity_browser": "^2.10",
"drupal/entity_print": "^2.13",
"drupal/entity_reference_revisions": "^1.12",
"drupal/entity_update": "^3.0",
"drupal/field_group": "^4.0",
"drupal/fontawesome": "^3.0",
"drupal/fontawesome_menu_icons": "^3.0",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/jcarousel": "^6.0@alpha",
"drupal/jquery_ui": "^1.8",
"drupal/jquery_ui_accordion": "^2.1",
"drupal/jquery_ui_datepicker": "^2.1",
"drupal/jquery_ui_draggable": "^2.1",
"drupal/jquery_ui_resizable": "^2.1",
"drupal/jquery_ui_slider": "^2.1",
"drupal/jquery_ui_touch_punch": "^1.1",
"drupal/juicebox": "^4.0@alpha",
"drupal/libraries": "^4.1",
"drupal/link_attributes": "^2.1",
"drupal/mailsystem": "^4.5",
"drupal/owlcarousel": "^3.0",
"drupal/phpmailer_smtp": "^2.4",
"drupal/recreate_block_content": "^3.0",
"drupal/security_review": "^3.1",
"drupal/serial": "^2.1",
"drupal/shs": "^2.0",
"drupal/single_datetime": "^2.0@beta",
"drupal/sitemap": "^2.4",
"drupal/state_machine": "^1.13",
"drupal/svg_image": "^3.0",
"drupal/token": "^1.16",
"drupal/twig_tweak": "^3.4",
"drupal/typed_data": "^2.1",
"drupal/vendor_stream_wrapper": "^2.0",
"drupal/video_embed_field": "^2.6@RC",
"drupal/views_fractionslider": "^2.3",
"drupal/views_infinite_scroll": "^2.0",
"drupal/views_slideshow": "^5.0",
"drupal/webform": "^6.3@beta",
"drupal/webform_bootstrap": "^6.2",
"drupal/webform_deprecated": "^6.3@beta",
"drupal/yearonly": "^9.1",
"drush/drush": "*",
"guzzlehttp/guzzle": "*",
"phpmailer/phpmailer": "^7.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/core-vendor-hardening": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"robloach/component-installer": true,
"tbachert/spi": 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, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/legacy-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": {
"drupal/core-dev": "^10.2.0"
}
}