{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal 8 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": "^1.9",
        "drupal/address": "1.x-dev",
        "drupal/admin_toolbar": "2.x-dev",
        "drupal/advance_field_attributes": "1.0.x-dev",
        "drupal/agreement": "2.x-dev",
        "drupal/animate": "^1.2",
        "drupal/blind": "1.x-dev",
        "drupal/clientside_validation": "3.0.x-dev",
        "drupal/computed_field": "2.x-dev",
        "drupal/conditional_fields": "1.x-dev",
        "drupal/contentimport": "9.x-dev",
        "drupal/core-composer-scaffold": "^9",
        "drupal/core-project-message": "^9",
        "drupal/core-recommended": "^9",
        "drupal/cshs": "1.x-dev",
        "drupal/datetime_flatpickr": "1.x-dev",
        "drupal/details_summary_field_formatter": "^1.1",
        "drupal/devel": "3.x-dev",
        "drupal/devel_entity_updates": "^3.0",
        "drupal/eep": "^1.1",
        "drupal/encrypt": "^3.0",
        "drupal/entity_legal": "^3.0",
        "drupal/eu_cookie_compliance": "1.x-dev",
        "drupal/first_time_login": "2.x-dev",
        "drupal/focal_point": "1.x-dev",
        "drupal/form_options_attributes": "2.0.x-dev",
        "drupal/geocoder": "3.x-dev",
        "drupal/geofield": "^1.15",
        "drupal/geofield_map": "2.x-dev",
        "drupal/geolocation": "3.x-dev",
        "drupal/group": "1.x-dev",
        "drupal/group_term": "2.x-dev",
        "drupal/html_title": "1.x-dev",
        "drupal/imce": "2.x-dev",
        "drupal/jqms": "1.0.x-dev",
        "drupal/jquery_ui_accordion": "1.x-dev",
        "drupal/layout_builder_operation_link": "^1.0",
        "drupal/layout_styles": "1.x-dev",
        "drupal/lazy": "^3.2",
        "drupal/markup": "^1.0",
        "drupal/markup_twig": "1.x-dev",
        "drupal/masquerade": "2.x-dev",
        "drupal/menu_item_role_access": "^2.0",
        "drupal/menu_link_attributes": "^1.1",
        "drupal/olivero": "1.x-dev",
        "drupal/optgroup_taxonomy_select": "^1.2",
        "drupal/pcr": "1.x-dev",
        "drupal/permissions_by_term": "^3.0",
        "drupal/real_aes": "2.x-dev",
        "drupal/reg_confirm_email": "1.x-dev",
        "drupal/regcode_simple": "1.x-dev",
        "drupal/responsive_media_image": "^1.0",
        "drupal/roleassign": "1.x-dev",
        "drupal/select2": "1.x-dev",
        "drupal/serial": "1.x-dev",
        "drupal/show_email": "1.x-dev",
        "drupal/simple_user_management": "^1.4",
        "drupal/svg_image": "^1.14",
        "drupal/swiftmailer": "2.x-dev",
        "drupal/taxonomy_access_fix": "3.x-dev",
        "drupal/taxonomy_container": "^1.2",
        "drupal/taxonomy_delete": "^1.1",
        "drupal/taxonomy_place": "1.x-dev",
        "drupal/term_csv_export_import": "3.x-dev",
        "drupal/token": "1.x-dev",
        "drupal/twig_tweak": "3.x-dev",
        "drupal/user_email_verification": "1.x-dev",
        "drupal/user_extras": "^1.2",
        "drupal/user_status_online": "1.x-dev",
        "drupal/views_accordion": "^2.0",
        "drupal/webform": "6.x-dev",
        "drupal/webform_composite": "^1.0",
        "drupal/webform_encrypt": "1.x-dev",
        "drupal/webform_ip_geo": "^1.0",
        "drupal/webform_nouislider": "2.x-dev",
        "drupal/webform_select_collection": "1.x-dev",
        "drupal/webformnavigation": "1.x-dev",
        "drupal/welcome_mail": "1.x-dev",
        "drupal/yaml_editor": "^1.1",
        "drush/drush": "^10.2",
        "geocoder-php/geoip2-provider": "^4.1",
        "geocoder-php/google-maps-provider": "^4.5"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "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/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/8/install",
                "  * 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"
            ]
        }
    }
}
