{
    "name": "drupal/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": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    ],
    "require": {
        "civicrm/civicrm-core": "^6.13",
        "civicrm/civicrm-drupal-8": "^6.13",
        "civicrm/civicrm-packages": "^6.13",
        "composer/installers": "^1.9",
        "cweagans/composer-patches": "^1.7",
        "dompdf/dompdf": "^2.0",
        "drupal/admin_toolbar": "^3.6",
        "drupal/antibot": "^2.0",
        "drupal/backup_migrate": "^5.0",
        "drupal/better_exposed_filters": "^6.0",
        "drupal/body_node_id_class": "^2.0",
        "drupal/cacheflusher": "^2.1",
        "drupal/captcha": "^2.0",
        "drupal/civicrm_entity": "^3.5 || ^4.0@alpha",
        "drupal/civicrm_member_roles": "^1.0@beta",
        "drupal/classy": "^1.0",
        "drupal/cleantalk": "^9.6",
        "drupal/content_access": "^2.0",
        "drupal/core-composer-scaffold": "^10",
        "drupal/core-project-message": "^10",
        "drupal/core-recommended": "^10",
        "drupal/csv_serialization": "^3.0 || ^4.0",
        "drupal/ctools": "^4.0",
        "drupal/devel": "^5.1",
        "drupal/diff": "^1.8",
        "drupal/editablefields": "^1.0",
        "drupal/entity_print": "^2.13",
        "drupal/eu_cookie_compliance": "^1.27",
        "drupal/extlink": "^2.0",
        "drupal/feeds": "^3.0@beta",
        "drupal/field_permissions": "^1.2",
        "drupal/google_analytics": "^4.0",
        "drupal/image_captcha": "^1.2",
        "drupal/jquery_ui": "^1.6",
        "drupal/jquery_ui_touch_punch": "^1.1",
        "drupal/juicebox": "^4.0@alpha",
        "drupal/login_tracker": "^2.0",
        "drupal/mail_login": "^4.2",
        "drupal/masquerade": "^2.0",
        "drupal/menu_token": "9.1.x-dev@dev",
        "drupal/menu_trail_by_path": "^2.2",
        "drupal/metatag": "^2.2",
        "drupal/pathauto": "^1.12",
        "drupal/poll": "^1.6",
        "drupal/rabbit_hole": "^1.0@beta",
        "drupal/real_aes": "^2.6",
        "drupal/redirect": "^1.9",
        "drupal/search_api": "^1.30",
        "drupal/simple_sitemap": "^4.2",
        "drupal/sitemap": "^2.0@beta",
        "drupal/superfish": "^1.7",
        "drupal/tfa": "^1.12",
        "drupal/token": "^1.13",
        "drupal/upgrade_status": "^4.0",
        "drupal/user_not_role": "^1.0",
        "drupal/video_embed_field": "^2.5",
        "drupal/viewfield": "^3.0@beta",
        "drupal/views_bulk_edit": "^3.0",
        "drupal/views_bulk_operations": "^4.3",
        "drupal/views_conditional": "^1.5",
        "drupal/views_data_export": "^1.4",
        "drupal/views_year_filter": "^2.1",
        "drupal/webform": "^6.2",
        "drupal/webform_views": "^5.2",
        "drush/drush": "^12",
        "symfony/finder": "^6"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "cweagans/composer-patches": true,
            "civicrm/civicrm-asset-plugin": true,
            "civicrm/composer-downloads-plugin": true,
            "civicrm/composer-compile-plugin": true,
            "drupal/core-project-message": 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/profiles/custom/{$name}": [
                "type:drupal-custom-profile"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ]
        },
        "patches": {
            "drupal/menu_token": {
                "TypeError: unserialize() upon install": "https://www.drupal.org/files/issues/2023-11-29/3404802-typeerror-unserialize-9.1.x.patch"
            },
            "civicrm/civicrm-core": {
                "crm-mailing-info access denied" : "patches/crm-mailing-info.patch"
            }
        },
        "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/recommended-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"
            ]
        },
        "enable-patching": "true",
        "compile-whitelist": ["civicrm/civicrm-core", "civicrm/composer-compile-lib"]
    }
}
