{
    "name": "drupal/cms",
    "version": "1.0.2",
    "description": "Drupal CMS is a ready-to-use platform built on Drupal core, offering smart defaults to get started quickly and enterprise-grade tools for marketers, designers, and content creators.",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/drupal",
    "support": {
        "docs": "https://drupal.org/docs/user_guide/en/index.html",
        "chat": "https://drupal.org/node/314178"
    },
    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        "asset-packagist": {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    },
    "require": {
        "composer/installers": "^2.3",
        "drupal/ace_editor": "^2.0",
        "drupal/asset_injector": "^2.21",
        "drupal/core-composer-scaffold": "^11.1.1",
        "drupal/core-project-message": "^11.1.1",
        "drupal/core-recommended": "^11.1.1",
        "drupal/drupal_cms_accessibility_tools": "~1.0.0",
        "drupal/drupal_cms_ai": "~1.0.2",
        "drupal/drupal_cms_analytics": "~1.0.0",
        "drupal/drupal_cms_blog": "~1.0.0",
        "drupal/drupal_cms_case_study": "~1.0.0",
        "drupal/drupal_cms_events": "~1.0.0",
        "drupal/drupal_cms_forms": "~1.0.0",
        "drupal/drupal_cms_news": "~1.0.1",
        "drupal/drupal_cms_page": "~1.0.1",
        "drupal/drupal_cms_person": "~1.0.2",
        "drupal/drupal_cms_project": "~1.0.0",
        "drupal/drupal_cms_seo_tools": "~1.0.2",
        "drupal/drupal_cms_starter": "~1.0.2",
        "drupal/libraries": "^4.0",
        "drupal/paragraphs": "^1.18",
        "drupal/project_browser": "@alpha",
        "drupal/qrcode_fields": "^2.1",
        "drupal/slick": "^3.0",
        "drupal/slick_views": "^3.0",
        "drupal/webform": "^6.3@beta",
        "drush/drush": "^13.3",
        "oomphinc/composer-installers-extender": "^2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "php-http/discovery": true,
            "oomphinc/composer-installers-extender": true
        },
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "installer-types": ["npm-asset", "bower-asset"],
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:npm-asset",
                "type:bower-asset"
            ],
            "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"],
            "recipes/{$name}": ["type:drupal-recipe"],
            "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 Drupal CMS!    </>",
                "<bg=blue;fg=white>                                                   </>",
                "",
                "<bg=yellow;fg=black>Next steps</>:",
                "  * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
                "  * Get support: https://drupal.org/support",
                "  * Get involved with the Drupal community: https://drupal.org/getting-involved"
            ]
        }
    }
}
