{ "name": "drupal/recommended-project", "description": "Project template for Drupal 8 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": "^1.2", "drupal/address": "^2.0", "drupal/address_map_link": "^1.4", "drupal/admin_toolbar": "^3.4", "drupal/adminimal_theme": "^1.7", "drupal/audiofield": "^1.9", "drupal/backup_migrate": "^5.0", "drupal/charts": "^5.0", "drupal/core-composer-scaffold": "^10", "drupal/core-project-message": "^10", "drupal/core-recommended": "^10", "drupal/ctools": "^4.0", "drupal/entity_browser": "^2.10", "drupal/entity_browser_enhanced": "^2.0", "drupal/entity_reference_revisions": "^1.11", "drupal/field_group": "^3.0", "drupal/field_pager": "^2.0@beta", "drupal/field_token_value": "^3.0", "drupal/geolocation": "^3.2", "drupal/jquery_ui": "^1.6", "drupal/jquery_ui_draggable": "^2.0", "drupal/jquery_ui_droppable": "^2.0", "drupal/linked_field": "^1.5", "drupal/linkit": "^6.0", "drupal/masonry": "^4.0", "drupal/matomo": "^1.11", "drupal/mediteran": "^1.10", "drupal/menu_link_attributes": "^1.3", "drupal/metatag": "^1.13", "drupal/page_manager": "^4.0", "drupal/panels": "^4.7", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", "drupal/redirect": "^1.6", "drupal/redirect_after_login": "^2.6", "drupal/redis": "^1.4", "drupal/schema_metatag": "^2.5", "drupal/search_api": "^1.18", "drupal/site_settings": "^2.0@alpha", "drupal/structure_sync": "^2.0", "drupal/subpathauto": "^1.1", "drupal/tacjs": "^6.5", "drupal/time_range": "^9.0", "drupal/token": "^1.13", "drupal/video_embed_field": "^2.4", "drupal/views_url_path_arguments": "^1.1", "drupal/yaml_editor": "^1.2", "drush/drush": "^12", "twbs/bootstrap": "4.5.0" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "allow-plugins": { "composer/installers": true, "drupal/core-composer-scaffold": true, "cweagans/composer-patches": true, "oomphinc/composer-installers-extender": true, "drupal/core-project-message": 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/themes/custom/{$name}": [ "type:drupal-custom-theme" ] }, "drupal-core-project-message": { "include-keys": [ "homepage", "support" ], "post-create-project-cmd-message": [ " ", " Congratulations, you’ve installed the Drupal codebase ", " from the drupal/recommended-project template! ", " ", "", "Next steps:", " * Install the site: https://www.drupal.org/docs/8/install", " * 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" ] } } }