{
    "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": {
        "aws/aws-sdk-php": "^3.226",
        "composer/installers": "^1.9",
        "cweagans/composer-patches": "^1.7",
        "drupal/admin_toolbar": "^3.0",
        "drupal/administration_language_negotiation": "^1.10",
        "drupal/backup_migrate": "^5.0",
        "drupal/conditional_fields": "^1.0@alpha",
        "drupal/contact_emails": "^1.20",
        "drupal/core-composer-scaffold": "^9",
        "drupal/core-project-message": "^9",
        "drupal/core-recommended": "^9",
        "drupal/country_state_city": "^2.0",
        "drupal/domain_theme_switch": "^1.5",
        "drupal/faqfield": "^7.0",
        "drupal/field_group": "^3.1",
        "drupal/jsonapi_extras": "^3.16",
        "drupal/jwt": "^1.0@beta",
        "drupal/login_redirect_per_role": "^1.7",
        "drupal/mailgun": "^1.0",
        "drupal/page_manager": "^4.0@beta",
        "drupal/panelizer": "^4.4",
        "drupal/panels": "^4.6",
        "drupal/paragraphs": "^1.12",
        "drupal/pathauto": "^1.8",
        "drupal/phone_international": "^3.1",
        "drupal/redirect_after_login": "^2.6",
        "drupal/rest_menu_tree": "^2.0",
        "drupal/restui": "^1.18",
        "drupal/simple_menu_icons": "^2.1",
        "drupal/simplelogin": "^6.0",
        "drupal/toolbar_language_switcher": "2.0.x-dev@dev",
        "drupal/twig_tweak": "^3.0",
        "drupal/video_embed_field": "^2.4",
        "drush/drush": "^11.0",
        "google/cloud-translate": "^1.15",
        "league/csv": "^9.8",
        "mpdf/mpdf": "^8.2",
        "rackspace/php-opencloud": "^1.16"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "drupal/core-composer-scaffold": 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/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/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"
            ]
        }	
		
    }
}
