Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "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/admin_toolbar": "^3.0",
- "drupal/asset_injector": "^2.7",
- "drupal/auto_entitylabel": "^3.0@beta",
- "drupal/bootstrap_layouts": "^5.2",
- "drupal/bootstrap_styles": "^1.0",
- "drupal/captcha": "^1.1",
- "drupal/codetag": "^1.2",
- "drupal/core-composer-scaffold": "^9.2.0",
- "drupal/core-project-message": "^9.2.0",
- "drupal/core-recommended": "^9.2.0",
- "drupal/creative_responsive_theme": "^2.0",
- "drupal/ctools": "^3.4",
- "drupal/danland": "^1.1",
- "drupal/ds": "^3.9",
- "drupal/entity": "^1.2",
- "drupal/entity_clone": "^1.0@beta",
- "drupal/exclude_node_title": "^1.1",
- "drupal/feeds": "^3.0@alpha",
- "drupal/field_group": "^3.1",
- "drupal/field_permissions": "^1.1",
- "drupal/honeypot": "^2.0",
- "drupal/imce": "^2.3",
- "drupal/inline_entity_form": "^1.0@RC",
- "drupal/job_scheduler": "^3.1",
- "drupal/jquery_ui_accordion": "^1.1",
- "drupal/layout_builder_blocks": "^1.0",
- "drupal/layout_builder_styles": "^1.0@beta",
- "drupal/layout_library": "^1.0@beta",
- "drupal/libraries": "^3.0@beta",
- "drupal/login_security": "^2.0",
- "drupal/metatag": "^1.15",
- "drupal/migrate_plus": "^5.1",
- "drupal/migrate_tools": "^5.0",
- "drupal/migrate_upgrade": "^3.2",
- "drupal/page_manager": "^4.0@beta",
- "drupal/panelizer": "^4.4",
- "drupal/panels": "^4.6",
- "drupal/panels_everywhere": "^4.0@beta",
- "drupal/panels_ipe": "^4.6",
- "drupal/pathauto": "^1.8",
- "drupal/profile": "^1.2",
- "drupal/recaptcha": "^3.0",
- "drupal/redirect": "^1.6",
- "drupal/responsive_menu": "^4.4",
- "drupal/spambot": "^1.0@alpha",
- "drupal/title_field_for_manage_display": "^2.0",
- "drupal/token": "^1.9",
- "drupal/upgrade_status": "^3.4",
- "drupal/uuid_extra": "^2.0",
- "drupal/visitors": "^2.7",
- "drupal/webform": "^6.0",
- "drupal/webform_views": "^5.0@alpha",
- "wikimedia/composer-merge-plugin": "^2.0"
- },
- "require-dev": {
- "drupal/core-dev": "9.2.6"
- },
- "conflict": {
- "drupal/drupal": "*"
- },
- "minimum-stability": "dev",
- "prefer-stable": true,
- "config": {
- "sort-packages": true,
- "allow-plugins": {
- "composer/installers": true,
- "drupal/core-composer-scaffold": true,
- "drupal/core-project-message": true,
- "wikimedia/composer-merge-plugin": true,
- "dealerdirect/phpcodesniffer-composer-installer": 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": [
- "<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/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"
- ]
- },
- "merge-plugin": {
- "include": [
- "web/modules/contrib/webform/composer.libraries.json"
- ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement