{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal 9 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"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "require": {
        "composer/installers": "^1.9",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.3",
        "drupal/advanced_text_formatter": "3.0.0-rc1",
        "drupal/better_exposed_filters": "^6.0",
        "drupal/blazy": "^2.14",
        "drupal/block_field": "^1.0@RC",
        "drupal/block_visibility_groups": "^2.0",
        "drupal/bootstrap5": "^3.0",
        "drupal/bootstrap_layout_builder": "^2.1",
        "drupal/bootstrap_layouts": "5.3",
        "drupal/captcha": "^1.9",
        "drupal/commerce": "^2.33",
        "drupal/core-composer-scaffold": "^9.5",
        "drupal/core-project-message": "^9.5",
        "drupal/core-recommended": "^9.5",
        "drupal/date_popup": "^1.3",
        "drupal/ds": "^3.15",
        "drupal/easy_breadcrumb": "2.0",
        "drupal/eck": "^1.0@beta",
        "drupal/editor_advanced_link": "^2.1",
        "drupal/email_registration": "^1.2",
        "drupal/entityqueue": "^1.6",
        "drupal/field_config_cardinality": "^1.1",
        "drupal/field_display_label": "^1.3",
        "drupal/field_group": "^3.4",
        "drupal/geolocation": "^3.12",
        "drupal/layout_builder_component_attributes": "^2.1",
        "drupal/layout_builder_modal": "^1.2",
        "drupal/layout_builder_operation_link": "^2.1",
        "drupal/layout_custom_section_classes": "^1.0",
        "drupal/link_attributes": "^1.12",
        "drupal/linked_field": "^1.3",
        "drupal/menu_item_extras": "^2.19",
        "drupal/menu_per_role": "^1.5",
        "drupal/metatag": "^1.22",
        "drupal/migrate_plus": "^6.0",
        "drupal/migrate_tools": "^6.0",
        "drupal/pathauto": "^1.11",
        "drupal/r4032login": "^2.2",
        "drupal/redirect": "^1.8",
        "drupal/revive_adserver": "^1.5",
        "drupal/slick": "^2.7",
        "drupal/slick_views": "^2.6",
        "drupal/text_field_formatter": "^2.0",
        "drupal/text_resize": "^1.3",
        "drupal/token": "^1.11",
        "drupal/transliterate_filenames": "^2.0",
        "drupal/twig_tweak": "^3.2",
        "drupal/vapn": "^1.5",
        "drupal/views_area_menu_block": "^1.0@alpha",
        "drupal/views_bulk_operations": "^4.2",
        "drupal/views_fieldsets": "^3.4",
        "drupal/webform": "^6.1",
        "drupal/webform_migrate": "^1.2",
        "drush/drush": "^11.4",
        "npm-asset/slick-carousel": "1.6.0",
        "oomphinc/composer-installers-extender": "^2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "oomphinc/composer-installers-extender": true,
            "cweagans/composer-patches": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "installer-types": [
            "bower-asset",
            "npm-asset"
        ],
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ],
            "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"
            ]
        },
        "enable-patching": true,
        "patches": {
        }
    },
    "require-dev": {
        "drupal/devel": "^5.1"
    }
}
