{ "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/addtoany": "^2.0", "drupal/admin_toolbar": "^3.3", "drupal/advagg": "^6.0@alpha", "drupal/backup_migrate": "^5.0", "drupal/blazy": "^2.15", "drupal/block_visibility_groups": "^2.0", "drupal/bootstrap_layout_builder": "^2.1", "drupal/color": "^1.0", "drupal/color_field": "^3.0", "drupal/colorbox": "^2.0", "drupal/commerce": "^2.30", "drupal/commerce_currency_resolver": "^1.61", "drupal/commerce_exchanger": "^1.21", "drupal/commerce_shipping": "^2.6", "drupal/commerce_stock": "1.x-dev@dev", "drupal/contact_block": "^2.0", "drupal/core-composer-scaffold": "^10.0", "drupal/core-project-message": "^10.0", "drupal/core-recommended": "^10.0", "drupal/ctools": "^4.0", "drupal/eck": "^2.0", "drupal/entity_reference_facet_link": "^2.0", "drupal/facets": "^2.0", "drupal/facets_pretty_paths": "^1.4", "drupal/facets_short_pretty_paths": "^1.0@alpha", "drupal/fast_404": "^3.0@alpha", "drupal/field_timer": "^2.0", "drupal/flag": "^4.0@beta", "drupal/gin": "^3.0@RC", "drupal/gin_lb": "^1.0@RC", "drupal/gin_toolbar": "^1.0@RC", "drupal/image_delta_formatter": "1.x-dev@dev", "drupal/inline_entity_form": "^1.0@RC", "drupal/lang_dropdown": "2.x-dev@dev", "drupal/languageicons": "^2.0@beta", "drupal/layout_builder_blocks": "^1.1", "drupal/layout_builder_iframe_modal": "^1.3", "drupal/metatag": "^2.0@RC", "drupal/pathauto": "^1.11", "drupal/physical": "^1.3", "drupal/purge": "^3.4", "drupal/queue_ui": "^3.1", "drupal/quicklink": "^2.0", "drupal/redirect": "^1.8", "drupal/redis": "^1.6", "drupal/remove_http_headers": "^2.0", "drupal/search_api": "^1.29", "drupal/search_api_autocomplete": "^1.7", "drupal/search_api_solr": "^4.2", "drupal/simplenews": "^3.0@beta", "drupal/sitemap": "^2.0@beta", "drupal/token": "^1.10", "drupal/varnish_purge": "^2.2", "drupal/video_embed_field": "^2.5", "drupal/votingapi": "^3.0@beta", "drupal/warmer": "^2.0", "drupal/xmlsitemap": "^1.4", "drush/drush": "^11.3" }, "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 }, "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": [ " ", " Congratulations, you’ve installed the Drupal codebase ", " from the drupal/recommended-project template! ", " ", "", "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" ] } } }