{
    "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": "vcs",
            "url": "https://git.drupalcode.org/project/viewsreference_filter.git"
        },
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "require": {
        "composer/installers": "^2.0",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.4",
        "drupal/backup_migrate": "^5.0",
        "drupal/block_field": "^1.0@RC",
        "drupal/calendar_view": "^2.1",
        "drupal/captcha": "^2.0",
        "drupal/config_ignore": "^3.0@beta",
        "drupal/contact_storage": "^1.4",
        "drupal/content_access": "^2.1",
        "drupal/core-composer-scaffold": "^10.4",
        "drupal/core-project-message": "^10.4",
        "drupal/core-recommended": "^10.4",
        "drupal/devel": "^5.1",
        "drupal/editor_advanced_link": "^2.2",
        "drupal/eu_cookie_compliance": "^1.24",
        "drupal/field_group": "^3.4",
        "drupal/gin": "^4.0",
        "drupal/gin_toolbar": "^2.0",
        "drupal/masquerade": "^2.0",
        "drupal/media_library_form_element": "^2.0",
        "drupal/metatag": "^2.1",
        "drupal/migrate_tools": "^6.0",
        "drupal/migrate_upgrade": "^4",
        "drupal/office_hours": "^1.11",
        "drupal/override_node_options": "^2.9",
        "drupal/paragraphs": "^1.15",
        "drupal/paragraphs_grid": "^1.5",
        "drupal/pathauto": "^1.11",
        "drupal/quick_node_clone": "^1.16",
        "drupal/recaptcha": "^3.4",
        "drupal/redirect": "^1.10",
        "drupal/role_delegation": "^1.3",
        "drupal/smart_trim": "^2.2",
        "drupal/stage_file_proxy": "^2.1",
        "drupal/string_field_formatter": "^2.0",
        "drupal/twig_field_value": "^2.0",
        "drupal/twig_tweak": "^3.2",
        "drupal/upgrade_status": "^4.0",
        "drupal/userprotect": "^1.3",
        "drupal/view_unpublished": "^1.3",
        "drupal/views_load_more": "^2.0",
        "drupal/viewsreference": "^2.0@beta",
        "drupal/viewsreference_filter": "^1.0",
        "drupal/webp": "^1.0@RC",
        "drush/drush": "^13",
        "npm-asset/simplelightbox": "^2.10",
        "npm-asset/swiper": "9.4.1",
        "oomphinc/composer-installers-extender": "^2"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "replace": {
        "npm-asset/jsonstream": "*",
        "npm-asset/npm": "*",
        "npm-asset/jquery": "*",
        "npm-asset/jquery-mousewheel": "*",
        "npm-asset/php-date-formatter": "*",
        "npm-asset/fortawesome--fontawesome-free": "*"
    },
    "minimum-stability": "dev",
    "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,
            "cweagans/composer-patches": true,
            "oomphinc/composer-installers-extender": true
        },
        "sort-packages": true
    },
    "extra": {
        "installer-types": ["bower-asset", "npm-asset"],
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "file-mapping": {
              "[web-root]/.htaccess": false
            }
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset",
                "type:npm-asset"
            ],
            "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"
            ]
        },
        "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"
            ]
        },
        "enable-patching": true,
        "patches": {
            "drupal/core": {
                "https://www.drupal.org/project/drupal/issues/3388941 - Skip remaining arguments if an empty exception found": "https://www.drupal.org/files/issues/2023-09-22/3388941-4-skip-arguments.patch",
                "Add support for enclosure field in Views RssFields row plugin so that posts can include media items - #2511878-90": "https://www.drupal.org/files/issues/2025-02-21/2511878-90.patch",
                "10.3 upgrade now missing status-message theme suggestions - #3456176-45": "https://www.drupal.org/files/issues/2024-06-28/3456176-45-missing-status-messages-theme-suggestions.patch"
            },
            "drupal/pathauto": {
                "https://www.drupal.org/project/pathauto/issues/3313566 - strlen(): Passing null to parameter #1 when using PHP 8.1": "https://git.drupalcode.org/project/pathauto/-/merge_requests/33.diff"
            }
         }
    },
    "require-dev": {
        "chi-teck/drupal-code-generator": "^3.0",
        "drupal/coder": "^8.3",
        "drupal/webprofiler": "^10.1",
        "squizlabs/php_codesniffer": "*"
    }
}
