{
    "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",
        "cweagans/composer-patches": "^1.7",
        "defuse/php-encryption": "^2.4",
        "drupal/admin_toolbar": "^3.6",
        "drupal/all_in_one_accessibility": "^1.5",
        "drupal/antibot": "^2.0",
        "drupal/backup_migrate": "^5.1",
        "drupal/better_exposed_filters": "^7.1",
        "drupal/calendar": "1.x-dev@dev",
        "drupal/color_field": "3.0.2",
        "drupal/cookies": "^1.2",
        "drupal/core-composer-scaffold": "^10.0",
        "drupal/core-project-message": "^10.0",
        "drupal/core-recommended": "^10.0",
        "drupal/crop": "^2.5",
        "drupal/devel": "^5.4",
        "drupal/entityreference_filter": "^2.0@beta",
        "drupal/extlink": "2.0.x-dev@dev",
        "drupal/field_group": "4.0",
        "drupal/field_permissions": "^1.5",
        "drupal/file_download": "2.0.1",
        "drupal/fullcalendar": "3.0.x-dev@dev",
        "drupal/fullcalendar_view": "^5.2",
        "drupal/geofield_map": "^11.1",
        "drupal/gin": "4.1.2",
        "drupal/image_widget_crop": "3.0",
        "drupal/media_library_edit": "^3.0",
        "drupal/menu_item_extras": "3.1",
        "drupal/metatag": "2.2",
        "drupal/optional_end_date": "1.4",
        "drupal/paragraphs": "^1.20",
        "drupal/paragraphs_admin": "^1.7",
        "drupal/paragraphs_edit": "3.0.1",
        "drupal/pathauto": "1.14",
        "drupal/quick_node_clone": "^1.22",
        "drupal/recaptcha": "^3.4",
        "drupal/redirect": "1.12",
        "drupal/simple_sitemap": "^4.2",
        "drupal/smart_date": "^4.2",
        "drupal/svg_image": "3.2.2",
        "drupal/transliterate_filenames": "^2.0",
        "drupal/twig_tweak": "3.4.1",
        "drupal/unpublished_node_permissions": "1.6",
        "drupal/video_embed_field": "^3.0",
        "drupal/viewfield": "3.x-dev@dev",
        "drupal/views_ajax_history": "1.8",
        "drupal/views_selective_filters": "2.0.0-alpha2",
        "drupal/views_show_more": "^2.0",
        "drupal/webform": "6.3.x-dev",
        "drush/drush": "^13.6"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "alpha",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "phpstan/extension-installer": 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"
            ]
        }
    }
}
