{
    "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",
        "defuse/php-encryption": "^2.4",
        "drupal/admin_toolbar": "^3.6",
        "drupal/adminimal_theme": "^1.7",
        "drupal/anchor_link": "^3.0",
        "drupal/backup_migrate": "^5.1",
        "drupal/better_exposed_filters": "^7.0",
        "drupal/bulk_update_fields": "^2.0@alpha",
        "drupal/captcha": "2.0.10",
        "drupal/checklistapi": "^2.1",
        "drupal/ckeditor_bidi": "^5.1",
        "drupal/ckeditor_font": "^1.5",
        "drupal/classy": "2.0",
        "drupal/colorbox": "^2.1",
        "drupal/colorbutton": "^1.5",
        "drupal/contentimport": "^10.0",
        "drupal/context": "^5.0@RC",
        "drupal/core-composer-scaffold": "^10.5",
        "drupal/core-project-message": "^10.5",
        "drupal/core-recommended": "^10.5",
        "drupal/crop": "^2.4",
        "drupal/csv_importer": "^2.0",
        "drupal/ctools": "^4.1",
        "drupal/date_popup": "^2.0",
        "drupal/draggableviews": "^2.1",
        "drupal/editor_file": "^1.8",
        "drupal/entity_reference_exposed_filters": "^2.0@alpha",
        "drupal/entity_reference_revisions": "^1.12",
        "drupal/extlink": "^2.0",
        "drupal/feeds": "^3.0",
        "drupal/field_group": "^4.0",
        "drupal/file_download": "^2.0",
        "drupal/google_analytics": "^4.0",
        "drupal/gtm": "^1.9",
        "drupal/hierarchical_taxonomy_menu": "^2.0",
        "drupal/honeypot": "^2.2",
        "drupal/hreflang": "^1.15",
        "drupal/image_widget_crop": "^3.0",
        "drupal/imagefield_slideshow": "^2.0",
        "drupal/jquery_ui": "^1.7",
        "drupal/jquery_ui_datepicker": "^2.1",
        "drupal/jquery_ui_slider": "^2.1",
        "drupal/jquery_ui_touch_punch": "^1.1",
        "drupal/linked_field": "^1.7",
        "drupal/metatag": "^2.1",
        "drupal/panelbutton": "^1.5",
        "drupal/paragraphs": "^1.19",
        "drupal/pathauto": "^1.13",
        "drupal/quick_node_clone": "^1.22",
        "drupal/quickedit": "^1.0",
        "drupal/rdf": "^2.1",
        "drupal/recaptcha": "^3.4",
        "drupal/redirect": "^1.11",
        "drupal/robotstxt": "^1.6",
        "drupal/roleassign": "^2.0",
        "drupal/scn": "^2.0",
        "drupal/search_api": "^1.38",
        "drupal/seo_checklist": "^5.2",
        "drupal/seven": "^1.0",
        "drupal/shs": "^2.0",
        "drupal/stable": "^2.1",
        "drupal/taxonomy_menu": "^3.7",
        "drupal/token": "^1.15",
        "drupal/tvi": "^2.0",
        "drupal/twig_tweak": "^3.4",
        "drupal/video_embed_field": "^2.5",
        "drupal/view_unpublished": "^1.3",
        "drupal/views_bulk_edit": "^3.0",
        "drupal/views_bulk_operations": "^4.3",
        "drupal/views_exposed_filter_blocks": "^1.5",
        "drupal/views_field_view": "^1.0@beta",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/views_jump_menu": "^1.0",
        "drupal/views_selective_filters": "^2.0@alpha",
        "drupal/views_slideshow": "^5.0",
        "drupal/webform": "^6.2",
        "drupal/xmlsitemap": "^2.0",
        "drush/drush": "^13.6"
    },
    "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,
            "php-http/discovery": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },"file-mapping": {
               "[web-root]/.htaccess": false,
               "[web-root]/sites/development.services.yml": false,
               "[web-root]/sites/example.settings.local.php": false,
               "[web-root]/sites/default/default.services.yml": false,
               "[web-root]/sites/default/default.settings.php": false
           }
        },
        "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/recommended-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"
            ]
        }
    }
}
