{
    "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": {
      "drupal": {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
        },
      "assets": {
        "type": "composer",
        "url": "https://asset-packagist.org"
      }
    },
    "require": {
        "composer/installers": "^2.0",
        "drupal/addtoany": "^2.0",
        "drupal/admin_toolbar": "^3.5",
        "drupal/aggregator": "^2.1",
        "drupal/antibot": "^2.0",
        "drupal/autoban": "^1.10",
        "drupal/backup_migrate": "^5.0",
        "drupal/blog": "^3.1",
        "drupal/book": "^2.0",
        "drupal/captcha": "^2.0",
        "drupal/colorbox": "^2.1",
        "drupal/colorbox_inline": "^2.0",
        "drupal/comment_notify": "^1.4",
        "drupal/core-composer-scaffold": "^10.1",
        "drupal/core-project-message": "^10.1",
        "drupal/core-recommended": "^10.1",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/eu_cookie_compliance": "^1.25",
        "drupal/extlink": "^2.0",
        "drupal/google_tag": "^2.0",
        "drupal/hreflang": "^1.15",
        "drupal/media_gallery": "^3.0",
        "drupal/metatag": "^2.1",
        "drupal/metatag_webform": "^1.0",
        "drupal/pathauto": "^1.12",
        "drupal/perimeter": "^3.0",
        "drupal/poll": "^1.6",
        "drupal/redirect": "^1.11",
        "drupal/remove_http_headers": "^2.1",
        "drupal/schema_metatag": "^3.0",
        "drupal/search404": "^2.1",
        "drupal/seckit": "^2.0",
        "drupal/simple_sitemap": "^4.2",
        "drupal/single_image_formatter": "^2.0",
        "drupal/sitemap": "^2.0",
        "drupal/token": "^1.13",
        "drupal/token_filter": "^2.2",
        "drupal/webform": "^6.2",
        "oomphinc/composer-installers-extender": "^2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "oomphinc/composer-installers-extender": true,
            "phpstan/extension-installer": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "file-mapping": {
                "[web-root]/.htaccess": false,
                "[web-root]/robots.txt": false
            }
        },
        "installer-types": [
            "npm-asset",
            "bower-asset"
        ],
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:npm-asset",
                "type:bower-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"
            ]
        }
    },
    "require-dev": {
        "drush/drush": "^13.7"
    }
}
