{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal 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": {
        "composer/installers": "^2.0",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.5",
        "drupal/backup_migrate": "^5.0",
        "drupal/blazy": "^3.0",
        "drupal/block_field": "^1.0@RC",
        "drupal/bootstrap4": "^3.0",
        "drupal/chosen": "^4.0",
        "drupal/ckeditor_accordion": "^2.2",
        "drupal/coder": "^8.3",
        "drupal/config_filter": "^2.7",
        "drupal/config_split": "^2.0",
        "drupal/core-composer-scaffold": "^10",
        "drupal/core-project-message": "^10",
        "drupal/core-recommended": "^10",
        "drupal/devel": "^5.1",
        "drupal/dropzonejs": "^2.8",
        "drupal/email_registration": "^1.4",
        "drupal/field_group": "^3.4",
        "drupal/google_tag": "^2.0",
        "drupal/image_effects": "^3.4",
        "drupal/image_link_formatter": "^2.1",
        "drupal/inline_entity_form": "^3.0@RC",
        "drupal/media_bulk_upload": "^3.0",
        "drupal/media_directories": "^2.1@beta",
        "drupal/menu_link_attributes": "^1.3",
        "drupal/metatag": "^2.0",
        "drupal/paragraphs": "^1.18",
        "drupal/pathauto": "^1.11",
        "drupal/quick_node_clone": "^1.16",
        "drupal/rabbit_hole": "^2.0@alpha",
        "drupal/recaptcha": "^3.2",
        "drupal/recaptcha_v3": "^1.8",
        "drupal/redirect": "^1.10",
        "drupal/remove_http_headers": "^2.1",
        "drupal/select_or_other": "^4.1",
        "drupal/single_content_sync": "^1.4",
        "drupal/svg_image": "^3.1",
        "drupal/symfony_mailer": "^1.4",
        "drupal/text_resize": "^1.3",
        "drupal/textfield_counter": "^2.3",
        "drupal/twig_tweak": "^3.4",
        "drupal/views_accordion": "^2.0",
        "drupal/webform": "^6.2",
        "drupal/yoast_seo": "^1.9",
        "drush/drush": "^12",
        "enyo/dropzone": "^5.7",
        "kint-php/kint": "^5.1",
        "wikimedia/composer-merge-plugin": "^2.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,
            "phpstan/extension-installer": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "wikimedia/composer-merge-plugin": true,
            "cweagans/composer-patches": true
        },
        "sort-packages": 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"
            ]
        },
        "enable-patching": true,
        "patches": {
            "drupal/ckeditor_accordion": {
                "Issue #3027754: adding some HTML to accordion title": "https://git.drupalcode.org/project/ckeditor_accordion/-/merge_requests/12.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/installing-drupal",
                "  * 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"
            ]
        },
        "merge-plugin": {
            "include": [
                "web/modules/contrib/dropzonejs/composer.libraries.json"
            ]
        }
    }
}
