File: /datos/www/fabricas.colombiatrade.com.co/web_https/composer.json
{
"name": "drupal/legacy-project",
"description": "Project template for Drupal 8 projects with composer following drupal/drupal layout",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"composer/installers": "^1.0.24",
"drupal/admin_toolbar": "^3.0",
"drupal/adminimal_admin_toolbar": "^1.11",
"drupal/backup_migrate": "^5.0",
"drupal/block_class": "^1.3",
"drupal/blockgroup": "^1.5",
"drupal/bootstrap": "^3.23",
"drupal/bootstrap_layouts": "^5.2",
"drupal/ckeditor_bootstrap_buttons": "^2.0",
"drupal/ckeditor_config": "^3.0",
"drupal/coffee": "^1.0",
"drupal/core-composer-scaffold": "8.9.*",
"drupal/core-project-message": "8.9.*",
"drupal/core-recommended": "8.9.*",
"drupal/ctools": "^3.4",
"drupal/devel_entity_updates": "^3.0",
"drupal/flexslider": "^2.0",
"drupal/gin": "^3.0@alpha",
"drupal/google_tag": "^1.2",
"drupal/libraries": "^3.0@beta",
"drupal/link_attributes": "^1.11",
"drupal/metatag": "^1.15",
"drupal/page_manager": "^4.0@beta",
"drupal/panels": "^4.6",
"drupal/redis": "^1.5",
"drupal/rules": "^3.0@alpha",
"drupal/schema_metatag": "^2.1",
"drupal/stage_file_proxy": "^1.1",
"drupal/token": "^1.9",
"drupal/typed_data": "^1.0@alpha",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/video_embed_field": "^2.4",
"drupal/views_accordion": "^1.3",
"drupal/views_field_view": "^1.0@beta",
"drupal/views_slideshow": "^4.8",
"drupal/webform": "^6.0",
"drupal/xmlsitemap": "^1.0",
"drush/drush": "^10.2",
"wikimedia/composer-merge-plugin": "^1.4"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "./"
},
"file-mapping": {
"[web-root]/robots.txt": false,
"[web-root]/.htaccess": false
}
},
"installer-paths": {
"core": [
"type:drupal-core"
],
"libraries/{$name}": [
"type:drupal-library"
],
"modules/contrib/{$name}": [
"type:drupal-module"
],
"profiles/contrib/{$name}": [
"type:drupal-profile"
],
"themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"modules/custom/{$name}": [
"type:drupal-custom-module"
],
"themes/custom/{$name}": [
"type:drupal-custom-theme"
]
}
}
}