{
    "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",
        "drupal/better_exposed_filters": "*",
        "drupal/blazy": "*",
        "drupal/bootstrap": "^3.32",
        "drupal/cck_select_other": "^1.5",
        "drupal/chosen": "*",
        "drupal/config_split": "^2.0",
        "drupal/core-composer-scaffold": "^10",
        "drupal/core-project-message": "^10",
        "drupal/core-recommended": "^10",
        "drupal/core-vendor-hardening": "^9.5",
        "drupal/csv_serialization": "^4.0",
        "drupal/ctools": "*",
        "drupal/datalayer": "^2.1",
        "drupal/dbee": "^3.0",
        "drupal/devel": "^5.3",
        "drupal/edit_profiles_perms": "^1.1",
        "drupal/email_registration": "^1.4",
        "drupal/encrypt": "^3.2",
        "drupal/field_encrypt": "^3.2",
        "drupal/field_group": "*",
        "drupal/field_hidden": "^2.1",
        "drupal/field_permissions": "*",
        "drupal/google_tag": "^2.0",
        "drupal/jquery_ui_checkboxradio": "*",
        "drupal/jquery_ui_datepicker": "*",
        "drupal/jquery_ui_draggable": "^2.1",
        "drupal/jquery_ui_slider": "^2.1",
        "drupal/jquery_ui_touch_punch": "*",
        "drupal/key": "*",
        "drupal/lockr": "*",
        "drupal/login_history": "^2.0",
        "drupal/login_security": "*",
        "drupal/menu_link_attributes": "*",
        "drupal/metatag": "^2.1",
        "drupal/multiple_registration": "^3.3",
        "drupal/paragraphs": "^1.18",
        "drupal/pathauto": "*",
        "drupal/pwa": "^2.1@beta",
        "drupal/quicktabs": "^3.0@alpha",
        "drupal/real_aes": "^2.6",
        "drupal/recaptcha": "^3.4",
        "drupal/recaptcha_v3": "^2.0",
        "drupal/redirect": "*",
        "drupal/remove_http_headers": "^2.1",
        "drupal/restui": "*",
        "drupal/seckit": "*",
        "drupal/simple_pass_reset": "^1.2",
        "drupal/single_content_sync": "^1.4",
        "drupal/svg_image": "^3.1",
        "drupal/symfony_mailer": "^1.2",
        "drupal/tac_lite": "^1.7",
        "drupal/telephone_validation": "*",
        "drupal/vault": "^3.0",
        "drupal/views_data_export": "*",
        "drupal/webform": "^6.2",
        "drupal/webform_views": "^5.4",
        "drush/drush": "^12",
        "enyo/dropzone": "*",
        "kint-php/kint": "*",
        "wikimedia/composer-merge-plugin": "*"
    },
    "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,
            "drupal/core-vendor-hardening": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "wikimedia/composer-merge-plugin": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "merge-plugin": {
            "include": [
                "web/modules/contrib/dropzonejs/composer.libraries.json"
            ]
        },
        "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"
            ],
            "web/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/legacy-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"
            ]
        }
    }
}
