{
    "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/auto_entitylabel": "^3.0",
        "drupal/better_exposed_filters": "^6.0",
        "drupal/blazy": "^2.22",
        "drupal/block_field": "^1.0@RC",
        "drupal/bootstrap4": "^3.0",
        "drupal/chosen": "^4.0",
        "drupal/config_split": "^2.0",
        "drupal/core-composer-scaffold": "^10",
        "drupal/core-project-message": "^10",
        "drupal/core-recommended": "^10",
        "drupal/ctools": "^4.0",
        "drupal/devel": "^5.2",
        "drupal/dropzonejs": "^2.8",
        "drupal/email_registration": "^1.2",
        "drupal/entity_reference_revisions": "^1.11",
        "drupal/field_group": "^3.4",
        "drupal/field_permissions": "^1.4",
        "drupal/geocoder": "^4.18",
        "drupal/geofield": "^1.57",
        "drupal/geofield_map": "^3.0",
        "drupal/google_tag": "^2.0",
        "drupal/image_link_formatter": "^2.1",
        "drupal/jsonapi_boost": "^2.0",
        "drupal/jsonapi_extras": "^3.24",
        "drupal/jsonapi_include": "^1.7",
        "drupal/key": "^1.17",
        "drupal/lockr": "*",
        "drupal/media_bulk_upload": "^3.0",
        "drupal/media_directories": "^2.1@beta",
        "drupal/menu_link_attributes": "^1.3",
        "drupal/metatag": "^2.0",
        "drupal/paragraphs": "^1.17",
        "drupal/pathauto": "^1.11",
        "drupal/permissions_by_term": "^3.1",
        "drupal/quick_node_clone": "^1.17",
        "drupal/recaptcha": "^3.2",
        "drupal/recaptcha_v3": "^1.8",
        "drupal/redirect": "^1.8",
        "drupal/remove_http_headers": "^2.0",
        "drupal/rip": "^1.1",
        "drupal/select_or_other": "^4.1",
        "drupal/simple_content_notifications": "^1.0",
        "drupal/simple_pass_reset": "^1.2",
        "drupal/svg_image": "^3.0",
        "drupal/symfony_mailer": "^1.4",
        "drupal/taxonomy_import": "^2.0",
        "drupal/textfield_counter": "^2.3",
        "drupal/views_data_export": "^1.4",
        "drupal/webform": "^6.2@beta",
        "drupal/webform_content_creator": "^4.0",
        "drupal/webformautosave": "^2.0",
        "drush/drush": "^12",
        "enyo/dropzone": "^5.7",
        "geocoder-php/google-maps-provider": "^4.7",
        "kint-php/kint": "^5.0",
        "wikimedia/composer-merge-plugin": "^2.1"
    },
    "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,
            "wikimedia/composer-merge-plugin": 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"
            ]
        },
        "merge-plugin": {
            "include": [
                "web/modules/contrib/dropzonejs/composer.libraries.json"
            ]
        }
    }
}
