{
    "name": "drupal/legacy-project",
    "description": "Project template for Drupal projects with composer following drupal/drupal layout",
    "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.3",
        "drupal/action_link": "^1.0@alpha",
        "drupal/backup_migrate": "^5.1",
        "drupal/better_exposed_filters": "^7.0",
        "drupal/bootstrap": "^5.0",
        "drupal/bootstrap5": "^4.0",
        "drupal/bootstrap5_admin": "^1.1",
        "drupal/bootstrap_barrio": "^5.5",
        "drupal/bootstrap_toggle": "^2.1",
        "drupal/button_formatter": "^1.8",
        "drupal/button_link": "^2.0",
        "drupal/cer": "^5.0@beta",
        "drupal/coffee": "^2.0",
        "drupal/colorbox": "^2.1",
        "drupal/core-composer-scaffold": "^11.1",
        "drupal/core-project-message": "^11.1",
        "drupal/core-recommended": "^11.1",
        "drupal/core-vendor-hardening": "^11.1",
        "drupal/devel": "^5.3",
        "drupal/enhanced_button_link": "^1.2",
        "drupal/entity_clone": "^2.1@beta",
        "drupal/field_group": "^3.6",
        "drupal/field_token_value": "^3.1",
        "drupal/file_download": "^2.0",
        "drupal/file_to_media": "^1.0",
        "drupal/flag": "^4.0@beta",
        "drupal/flysystem": "^2.3@alpha",
        "drupal/focal_point": "^2.1",
        "drupal/front": "^10.0@beta",
        "drupal/gin": "^4.0",
        "drupal/group": "^3.3",
        "drupal/image_widget_crop": "^3.0",
        "drupal/key": "^1.19",
        "drupal/media_gallery": "^3.0",
        "drupal/media_thumbnails": "^2.0",
        "drupal/media_thumbnails_pdf": "^2.0",
        "drupal/media_thumbnails_video": "^2.0",
        "drupal/override_node_options": "^2.9",
        "drupal/pathauto": "^1.13",
        "drupal/photoswipe": "^5.0",
        "drupal/profile": "^1.12",
        "drupal/publishcontent": "^1.7",
        "drupal/redirect": "^1.11",
        "drupal/responsive_tables_filter": "^2.0",
        "drupal/s3fs": "^3.7",
        "drupal/s3fs_cors": "^1.1",
        "drupal/sam": "^1.3",
        "drupal/single_content_sync": "^1.4",
        "drupal/subpathauto": "^1.4",
        "drupal/toggle_editable_fields": "^1.2",
        "drupal/token_filter": "^2.2",
        "drupal/twbstools": "^2.1",
        "drupal/ui_suite_bootstrap": "^5.1@beta",
        "drupal/view_unpublished": "^1.3",
        "drupal/views_bootstrap": "^5.5@RC",
        "drupal/views_bulk_edit": "^3.0",
        "drupal/views_bulk_operations": "^4.3",
        "drupal/views_entity_form_field": "^1.0@beta",
        "drupal/workbench": "^1.6",
        "drupal/workbench_access": "^2.0",
        "drush/drush": "^13.6",
        "php-ffmpeg/php-ffmpeg": "^1.3",
        "twbs/bootstrap": "5.3.6",
        "twbs/bootstrap-icons": "^1.13"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "beta",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "drupal/core-vendor-hardening": true,
            "phpstan/extension-installer": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "php-http/discovery": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "./"
            }
        },
        "installer-paths": {
            "core": [
                "type:drupal-core"
            ],
            "libraries/{$name}": [
                "type:drupal-library"
            ],
            "modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/Commands/contrib/{$name}": [
                "type:drupal-drush"
            ],
            "modules/custom/{$name}": [
                "type:drupal-custom-module"
            ],
            "profiles/custom/{$name}": [
                "type:drupal-custom-profile"
            ],
            "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/legacy-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"
            ]
        }
    }
}
