{
    "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/address": "^2.0",
        "drupal/admin_toolbar": "^3.6",
        "drupal/auto_entitylabel": "^3.4",
        "drupal/blazy": "^3.0",
        "drupal/bootstrap5": "^4.0",
        "drupal/bootstrap_layouts": "^5.7",
        "drupal/bootstrap_styles": "^1.2",
        "drupal/captcha": "^2.0",
        "drupal/chosen": "^5.0",
        "drupal/colorbox": "^2.2",
        "drupal/consumer_image_styles": "^4.0",
        "drupal/consumers": "^1.24",
        "drupal/core-composer-scaffold": "^10.5",
        "drupal/core-project-message": "^10.5",
        "drupal/core-recommended": "^10.5",
        "drupal/ctools": "^4.1",
        "drupal/date_recur": "^3.6",
        "drupal/ds": "^3.37",
        "drupal/exclude_node_title": "^2.0",
        "drupal/field_group": "^4.0",
        "drupal/honeypot": "^2.2",
        "drupal/jquery_ui": "^1.8",
        "drupal/media_library_form_element": "^2.1",
        "drupal/metatag": "^2.2",
        "drupal/mobile_number": "^2.0",
        "drupal/module_filter": "^5.0",
        "drupal/paragraphs": "^1.23",
        "drupal/pathauto": "^1.15",
        "drupal/recaptcha_v3": "^2.0",
        "drupal/simple_sitemap": "^4.2",
        "drupal/simple_sitemap_engines": "^4.2",
        "drupal/slick": "^3.0",
        "drupal/slick_views": "^3.0",
        "drupal/stripe": "^2.0",
        "drupal/stripe_webform_payment": "^1.0",
        "drupal/telephone_validation": "^2.6",
        "drupal/twbstools": "^2.1",
        "drupal/webform": "^6.3",
        "drupal/webform_sanitize_submissions": "^1.0",
        "drupal/webform_views": "^5.6",
        "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/"
            }
        },
        "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"
            ]
        }
    }
}
