{
    "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"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        {
            "type": "composer",
            "url": "https://gitlab.com/api/v4/group/99818260/-/packages/composer/packages.json"
        }
    ],
    "require": {
        "amtcws/cws_lb_slideshow": "^1.0",
        "amtcws/md_slider": "^1.5",
        "amtcws/taxonomy_parent_autocomplete": "^1.0",
        "amtcws/views_megarow": "^1.0",
        "composer/installers": "^2.3",
        "cweagans/composer-patches": "^2.0",
        "drupal/admin_toolbar": "^3.6",
        "drupal/advanced_toast": "^1.0",
        "drupal/advancedqueue": "^1.5",
        "drupal/better_exposed_filters": "^7.0",
        "drupal/block_classes": "^1.0",
        "drupal/block_visibility_conditions": "^2.2",
        "drupal/bootstrap_layout_builder": "^2.2",
        "drupal/bootstrap_paragraphs": "^5.0",
        "drupal/chosen": "^5.0",
        "drupal/colorbox": "^2.1",
        "drupal/config_rewrite": "^1.6",
        "drupal/config_split": "^2.0",
        "drupal/cookies": "^1.2",
        "drupal/core-composer-scaffold": "^11.2",
        "drupal/core-project-message": "^11.2",
        "drupal/core-recommended": "^11.2",
        "drupal/custom_field": "^4.0",
        "drupal/devel": "^5.4",
        "drupal/devel_entity_updates": "^5.0@RC",
        "drupal/field_group": "^4.1@alpha",
        "drupal/gin": "^5.0",
        "drupal/gin_toolbar": "^3.0",
        "drupal/google_map_field": "^2.0",
        "drupal/google_tag": "^2.0",
        "drupal/gtm": "^1.9",
        "drupal/image_delta_formatter": "^1.3",
        "drupal/image_effects": "^5.0",
        "drupal/inline_block_title_automatic": "^2.0",
        "drupal/jquery_once": "^1.1",
        "drupal/layout_builder_blocks": "^1.1",
        "drupal/layout_builder_component_attributes": "^2.2",
        "drupal/layout_builder_modal": "^2.0",
        "drupal/layout_builder_operation_link": "^2.2",
        "drupal/layout_builder_restrictions": "^3.0",
        "drupal/layout_builder_restrictions_by_region": "^3.0",
        "drupal/layout_builder_styles": "^2.1",
        "drupal/metatag": "^2.2",
        "drupal/module_filter": "^5.0",
        "drupal/navigation_extra_tools": "^1.3",
        "drupal/paragraph_blocks": "^4.1",
        "drupal/paragraphs": "^1.19",
        "drupal/queue_order": "^2.1",
        "drupal/recaptcha": "^3.4",
        "drupal/section_library": "^2.0",
        "drupal/select2": "^2.0",
        "drupal/select_or_other": "^4.2",
        "drupal/simple_toasts": "^2.0@alpha",
        "drupal/single_image_formatter": "^2.0",
        "drupal/slick": "^3.0",
        "drupal/slick_extras": "^2.0",
        "drupal/slick_lightbox": "^2.0",
        "drupal/slick_views": "^3.0",
        "drupal/stage_file_proxy": "^3.1",
        "drupal/status_messages": "^4.6",
        "drupal/symfony_mailer": "^1.5",
        "drupal/taxonomy_manager": "^2.0",
        "drupal/tb_megamenu": "^3.0@alpha",
        "drupal/term_merge": "^2.0",
        "drupal/term_reference_tree": "^2.0",
        "drupal/toastr": "^2.0",
        "drupal/tour": "^2.0",
        "drupal/twig_tweak": "^3.4",
        "drupal/video_embed_field": "^3.0@beta",
        "drupal/views_bootstrap": "^5.4",
        "drupal/views_bulk_operations": "^4.4",
        "drupal/views_conditional": "^1.10",
        "drupal/views_data_export": "^1.9",
        "drupal/views_date_format_sql": "^3.0@alpha",
        "drupal/views_field_view": "^1.0@beta",
        "drupal/webform": "^6.2",
        "drupal/xmlsitemap": "^2.0",
        "drush/drush": "^13.2",
        "npm-asset/select2": "^4.0",
        "oomphinc/composer-installers-extender": "^2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "oomphinc/composer-installers-extender": true,
            "php-http/discovery": true,
            "phpstan/extension-installer": true,
            "tbachert/spi": true,
            "symfony/runtime": true
        },
        "sort-packages": true,
	    "process-timeout": 600
    },
    "extra": {
        "composer-exit-on-patch-failure": true,
        "patches": {
            "drupal/default_content": {
                "#3160146 Add a Normalizer and Denormalizer to support Layout Builder": "patches/default_content/3160146-layout-builder.patch"
            },
            "drupal/views_megarow": {
                "Change megarow title": "https://gitlab.com/drupal_patches/megarows/-/raw/main/issue-3440569-rename-megarow-title.patch"
            }
        },
        "patchLevel": {
            "drupal/core": "-p2",
            "drupal/default_content": "-p1"
        },
        "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"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ]
        },
        "installer-types": ["bower-asset", "npm-asset"],
        "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"
            ]
        }
    },
    "require-dev": {
        "drupal/core-dev": "^11.2",
        "drupal/twig_xdebug": "^1.3",
        "mglaman/phpstan-drupal": "^1.2",
        "phpstan/extension-installer": "^1.4",
        "phpstan/phpstan": "^1.12",
        "phpstan/phpstan-deprecation-rules": "^1.2"
    }
}
