{
    "name": "getdkan/recommended-project",
    "description": "Project template for Drupal 9 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": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        "asset": {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    },
    "require": {
        "php": ">=8",
        "composer/installers": "^1.9",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.5",
        "drupal/blog": "^3.1",
        "drupal/captcha": "^2.0",
        "drupal/charts": "^5.1",
        "drupal/clientside_validation": "^4.1",
        "drupal/config_update": "^2.0@alpha",
        "drupal/core-composer-scaffold": "10.3.6",
        "drupal/core-project-message": "10.3.6",
        "drupal/core-recommended": "10.3.6",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/jsonapi_extras": "^3.26",
        "drupal/recaptcha": "^3.4",
        "drupal/upgrade_status": "^4.3",
        "drupal/webform": "^6.2",
        "drush/drush": "^12.5.3",
        "getdkan/dkan": "^2.13",
        "getdkan/dkan_js_frontend_bartik": "dev-main"
    },
    "require-dev": {
        "drupal/core-dev": "10.3.5",
        "getdkan/mock-chain": "^1.3.0",
        "weitzman/drupal-test-traits": "^1.5"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "drupal/core-composer-scaffold": true,
            "oomphinc/composer-installers-extender": true,
            "drupal/core-project-message": true,
            "php-http/discovery": true,
            "phpstan/extension-installer": true,
            "tbachert/spi": true
        }
    },
    "extra": {
        "enable-patching": true,
        "drupal-scaffold": {
            "locations": {
                "web-root": "docroot/"
            }
        },
        "installer-paths": {
            "docroot/core": ["type:drupal-core"],
            "docroot/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ],
            "docroot/modules/contrib/{$name}": ["type:drupal-module"],
            "docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
            "docroot/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/contrib/{$name}": ["type:drupal-drush"],
            "docroot/modules/custom/{$name}": ["type:drupal-custom-module"],
            "docroot/profiles/custom/{$name}": ["type:drupal-custom-profile"],
            "docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
        },
        "installer-types": [
            "bower-asset",
            "npm-asset"
        ]
    }
}
