{
    "name": "drupal/legacy-project",
    "description": "Project template for Drupal 8 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.2",
        "drupal/admin_toolbar": "^3.5",
        "drupal/bartik": "^1.0",
        "drupal/captcha": "^2.0",
        "drupal/ckeditor": "^1.0",
        "drupal/colorbox": "^2.1",
        "drupal/colorbox_load": "^2.0",
        "drupal/context_active_trail": "^2.0@RC",
        "drupal/core": "^10.6",
        "drupal/core-composer-scaffold": "^10.6",
        "drupal/core-project-message": "^10.6",
        "drupal/core-recommended": "^10.6",
        "drupal/core-vendor-hardening": "^10.6",
        "drupal/entity_print": "^2.15",
        "drupal/filefield_sources": "2.0.x-dev@dev",
        "drupal/filename_transliteration": "^1.0",
        "drupal/insert": "^3.0",
        "drupal/masquerade": "^2.0",
        "drupal/menu_block": "^1.7",
        "drupal/ng_lightbox": "^2.1",
        "drupal/pathauto": "^1.13",
        "drupal/poll": "^1.4",
        "drupal/redirect": "^1.11",
        "drupal/seven": "^1.0",
        "drupal/simplenews": "^4.1",
        "drupal/taxonomy_menu": "^3.7",
        "drupal/token": "^1.15",
        "drupal/views_field_view": "^1.0@beta"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "drupal/core-vendor-hardening": 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/legacy-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"
            ]
        }
    },
    "require-dev": {
        "drupal/devel": "^5.5",
        "drush/drush": "^13"
    }
}
