{
    "name": "drupal/legacy-project",
    "description": "Project template for Drupal 9 projects with composer following drupal/drupal layout",
    "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": "^1.9",
        "cweagans/composer-patches": "^1.7",
        "drupal/address": "^1.9",
        "drupal/admin_toolbar": "^3.0",
        "drupal/baguettebox": "^1.1",
        "drupal/bootstrap_barrio": "^5.1",
        "drupal/bootstrap_basic_image_gallery": "^1.5",
        "drupal/ckeditor_entity_link": "^1.2",
        "drupal/color": "^1.0",
        "drupal/colorbox": "^2.0",
        "drupal/core-composer-scaffold": "10.6.13",
        "drupal/core-project-message": "10.6.13",
        "drupal/core-recommended": "10.6.13",
        "drupal/core-vendor-hardening": "^10",
        "drupal/devel": "^5.0",
        "drupal/editor_advanced_link": "^2.2",
        "drupal/entity_usage": "^2.0@beta",
        "drupal/geocoder": "^4.0",
        "drupal/geofield": "^1.22",
        "drupal/geolocation": "^3.6",
        "drupal/google_analytics": "^4.0",
        "drupal/google_api_client": "~4.0",
        "drupal/layout_builder_styles": "^2.0",
        "drupal/mailsystem": "^4.3",
        "drupal/paragraphs": "^1.12",
        "drupal/pathauto": "^1.8",
        "drupal/redirect": "^1.6",
        "drupal/telephone_validation": "^2.3",
        "drupal/twig_vardumper": "^3.0",
        "drupal/upgrade_status": "^4.3",
        "drupal/views_bulk_edit": "^2.6",
        "drupal/views_bulk_operations": "^4.0",
        "drupal/webform": "^6.0",
        "drupal/webform_googlesheets": "^2.0",
        "drush/drush": "^12",
        "geocoder-php/mapbox-provider": "^1.3"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "platform": {
            "php": "8.1.0"
        },
        "platform-check": false,
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "php-http/discovery": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "drupal/core-vendor-hardening": true,
            "cweagans/composer-patches": true
        }
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "./"
            }
        },
        "installer-paths": {
            "core": [
                "type:drupal-core"
            ],
            "libraries/{$name}": [
                "type:drupal-library"
            ],
            "modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/Commands/contrib/{$name}": [
                "type:drupal-drush"
            ],
            "modules/custom/{$name}": [
                "type:drupal-custom-module"
            ],
            "profiles/custom/{$name}": [
                "type:drupal-custom-profile"
            ],
            "themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ]
        },
        "patches": {
        },
        "drupal-core-project-message": {
            "include-keys": [
                "homepage",
                "support"
            ]
        }
    }
}
