{
    "name": "drupal/cms_cpanel",
    "version": "2.1.6",
    "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/cms",
    "support": {
        "User guide": "https://www.drupal.org/docs/drupal-cms",
        "Get help": "https://www.drupal.org/project/cms#support"
    },
    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    },
    "require": {
        "composer/composer": "^2.9.8",
        "composer/installers": "^2.3",
        "drupal/byte": "^1",
        "drupal/core-composer-scaffold": "^11.3.10",
        "drupal/core-project-message": "^11.3.10",
        "drupal/core-recipe-unpack": "^11.3.10",
        "drupal/core-recommended": "^11.3.10",
        "drupal/core-vendor-hardening": "^11.3.10",
        "drupal/drupal_cms_accessibility_tools": "^2",
        "drupal/drupal_cms_ai": "^2",
        "drupal/drupal_cms_forms": "^2",
        "drupal/drupal_cms_google_analytics": "^2",
        "drupal/drupal_cms_installer": "^2",
        "drupal/drupal_cms_seo_tools": "^2",
        "drupal/drupal_cms_site_template_base": "^1@dev",
        "drupal/drupal_cms_starter": "^2",
        "drupal/haven": "^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,
            "drupal/core-recipe-unpack": true,
            "drupal/core-vendor-hardening": true,
            "drupal/site_template_helper": true,
            "php-http/discovery": true,
            "symfony/runtime": true
        },
        "bin-dir": "vendor/bin",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "./"
            },
            "file-mapping": {
                "[web-root]/sites/default/default.settings.php": {
                    "append": "assets/append-default.settings.php.txt"
                },
                "[web-root]/example.gitignore": false
            },
            "allowed-packages": [
                "drupal/drupal_cms_seo_tools"
            ]
        },
        "installer-paths": {
            "./core": ["type:drupal-core"],
            "./libraries/{$name}": ["type:drupal-library"],
            "./modules/contrib/{$name}": ["type:drupal-module"],
            "./profiles/contrib/{$name}": ["type:drupal-profile"],
            "./themes/contrib/{$name}": ["type:drupal-theme"],
            "./drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "./modules/custom/{$name}": ["type:drupal-custom-module"],
            "./profiles/custom/{$name}": ["type:drupal-custom-profile"],
            "./recipes/{$name}": ["type:drupal-recipe"],
            "./themes/custom/{$name}": ["type:drupal-custom-theme"]
        },
        "drupal-core-project-message": {
            "include-keys": ["support"],
            "post-create-project-cmd-message": [
                "<bg=blue;fg=white>                                                   </>",
                "<bg=blue;fg=white>  You're all set to get started with Drupal CMS!   </>",
                ""
            ]
        },
        "drupal-core-vendor-hardening": {
            "composer/composer": false
        }
    },
    "scripts": {
        "post-update-cmd": [
            "@php -r \"@unlink('vendor/bin/composer');\""
        ]
    }
}
