{
    "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": {
        "composer/installers": "^1.9",
        "cweagans/composer-patches": "*",
        "drupal/address": "^2.0",
        "drupal/admin_toolbar": "^3.5",
        "drupal/backup_migrate": "^5.1",
        "drupal/better_exposed_filters": "^6.0",
        "drupal/bootstrap_layouts": "^5.5",
        "drupal/ckeditor5_icons": "^1.1",
        "drupal/classy": "^2.0",
        "drupal/colorbox": "^2.1",
        "drupal/colorbox_inline": "^2.0",
        "drupal/commerce": "^2.37",
        "drupal/commerce_agree_terms": "^2.0",
        "drupal/commerce_cart_redirection": "^3.3",
        "drupal/commerce_checkout_order_fields": "^1.2",
        "drupal/commerce_email": "^1.6",
        "drupal/commerce_fee": "1.0.x-dev@dev",
        "drupal/commerce_order_update": "^2.0",
        "drupal/commerce_pricelist": "^2.15",
        "drupal/commerce_product_limits": "^1.0",
        "drupal/commerce_shipping": "^2.13",
        "drupal/commerce_stripe": "*",
        "drupal/config_delete": "*",
        "drupal/core-composer-scaffold": "10.4.7",
        "drupal/core-project-message": "10.4.7",
        "drupal/core-recommended": "10.4.7",
        "drupal/corporate_lite": "^1.3",
        "drupal/dropdown_language": "*",
        "drupal/ds": "^3.16",
        "drupal/email_registration": "^1.4",
        "drupal/entity": "^1.6",
        "drupal/entity_reference_revisions": "^1.12",
        "drupal/field_group": "^3.6",
        "drupal/file_mdm": "^3.1",
        "drupal/fontawesome": "^2.26",
        "drupal/fontawesome_menu_icons": "^3.0",
        "drupal/google_tag": "*",
        "drupal/html_head": "^1.2",
        "drupal/image_effects": "^3.6",
        "drupal/inline_entity_form": "^1.0@RC",
        "drupal/inline_responsive_images": "^3.0",
        "drupal/jquery_ui": "^1.7",
        "drupal/jquery_ui_accordion": "^2.1",
        "drupal/jquery_ui_datepicker": "^2.1",
        "drupal/jquery_ui_slider": "^2.1",
        "drupal/jquery_ui_touch_punch": "^1.1",
        "drupal/language_access": "^2.0",
        "drupal/languageicons": "^2.0@beta",
        "drupal/metatag": "^2.1",
        "drupal/owlcarousel": "*",
        "drupal/partial_multi": "^1.0@alpha",
        "drupal/pathauto": "^1.13",
        "drupal/physical": "^1.5",
        "drupal/profile": "^1.12",
        "drupal/readmore": "^2.0@alpha",
        "drupal/redirect": "^1.11",
        "drupal/schema_metatag": "^3.0",
        "drupal/selective_better_exposed_filters": "*",
        "drupal/stable": "^2.0",
        "drupal/state_machine": "^1.13",
        "drupal/superfish": "^1.12",
        "drupal/symfony_mailer": "^1.5",
        "drupal/token": "^1.15",
        "drupal/toolbar_menu": "*",
        "drupal/viewfield": "^3.0@beta",
        "drupal/views_accordion": "^2.0",
        "drupal/views_bulk_operations": "^4.3",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/webform": "^6.2",
        "drupal/xmlsitemap": "*",
        "vlucas/phpdotenv": "^5.1"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "cweagans/composer-patches": true,
            "drupal/core-project-message": true
        },
        "sort-packages": true
    },
    "extra": {
        "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"
            ],
            "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"
            ]
        },
		 "patches": {
			"drupal/commerce": {
				"Add customer-facing order comments": "https://www.drupal.org/files/issues/2024-10-18/3267366-add-customer-facing-order-comments-39.patch"
			},
            "drupal/partial_multi": {
				"Multi langue partial" :"https://git.drupalcode.org/project/partial_multi/-/merge_requests/1.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"
            ]
        }
    }
}
