DDEV Composer file

Drupal & Composer

Composer file used in my Drupal project.

{
    "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": "^1.7",
        "drupal/a11y_paragraphs_tabs": "^1.0",
        "drupal/admin_toolbar": "^3.1",
        "drupal/antibot": "^2.0",
        "drupal/authorization": "^1.0@beta",
        "drupal/backup_migrate": "^5.0",
        "drupal/bootstrap": "^3.25",
        "drupal/bootstrap5": "^1.1",
        "drupal/bootstrap_components_toolkit": "^1.0",
        "drupal/bootstrap_horizontal_tabs": "^1.4",
        "drupal/captcha": "^1.3",
        "drupal/captcha_keypad": "^1.5",
        "drupal/choices": "^2.0",
        "drupal/ckeditor_font": "^1.3",
        "drupal/colorbutton": "^1.3",
        "drupal/colordialog": "^1.3",
        "drupal/context": "^4.1",
        "drupal/contribute": "^1.0@beta",
        "drupal/core-composer-scaffold": "^9.4",
        "drupal/core-project-message": "^9.4",
        "drupal/core-recommended": "^9.4",
        "drupal/core-vendor-hardening": "^9.3",
        "drupal/crop": "^2.2",
        "drupal/ctools": "^4.0",
        "drupal/custom_breadcrumbs": "^1.0",
        "drupal/devel": "^4.1",
        "drupal/devel_kint_extras": "^1.0",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/editor_advanced_link": "^2.0",
        "drupal/editor_file": "^1.6",
        "drupal/entity": "^1.3",
        "drupal/entity_print": "^2.5",
        "drupal/entity_ref_tab_formatter": "2.x-dev@dev",
        "drupal/entity_reference_revisions": "^1.9",
        "drupal/entity_type_clone": "^1.7",
        "drupal/entity_usage": "^2.0@beta",
        "drupal/entity_word": "^3.1",
        "drupal/externalauth": "^1.4",
        "drupal/field_count_formatter": "^2.0",
        "drupal/field_group": "^3.2",
        "drupal/focal_point": "1.x-dev@dev",
        "drupal/fontawesome": "^2.23",
        "drupal/honeypot": "^2.1",
        "drupal/image_url_formatter": "^1.0",
        "drupal/image_widget_crop": "2.x-dev@dev",
        "drupal/imce": "^2.4",
        "drupal/inline_entity_form": "^1.0@RC",
        "drupal/jquery_ui": "^1.4",
        "drupal/jquery_ui_accordion": "^1.1",
        "drupal/jquery_ui_checkboxradio": "^1.3",
        "drupal/jquery_ui_tabs": "^1.1",
        "drupal/layout_paragraphs": "^2.0@beta",
        "drupal/ldap": "4.x-dev@dev",
        "drupal/ldap_auth": "^1.27",
        "drupal/matomo": "^1.19",
        "drupal/media_library_bulk_upload": "^1.0@alpha",
        "drupal/media_thumbnail_url_formatter": "^2.0",
        "drupal/menu_block": "^1.8",
        "drupal/menu_breadcrumb": "^1.16",
        "drupal/metatag": "^1.19",
        "drupal/panelbutton": "^1.4",
        "drupal/paragraphs": "^1.14",
        "drupal/paragraphs_bootstrap_carousel": "^2.0",
        "drupal/paragraphs_tabs_bootstrap": "1.0.x-dev@dev",
        "drupal/pathauto": "^1.10",
        "drupal/recaptcha": "^3.0",
        "drupal/redirect": "^1.7",
        "drupal/registration_role": "^1.1",
        "drupal/rules": "3.x-dev@dev",
        "drupal/scheduler": "^2.0@RC",
        "drupal/search_api": "^1.24",
        "drupal/search_api_glossary": "^4.1",
        "drupal/search_exclude_nid": "^2.0@alpha",
        "drupal/serial": "^1.0@alpha",
        "drupal/simple_sitemap": "^4.1",
        "drupal/sitemap": "^2.0@beta",
        "drupal/sitewide_alert": "^2.0",
        "drupal/slick": "^2.7@beta",
        "drupal/slick_paragraphs": "^2.3@beta",
        "drupal/slick_views": "^2.7@beta",
        "drupal/spamaway": "^1.0",
        "drupal/superfish": "^1.4",
        "drupal/system_monitor": "^3.0@alpha",
        "drupal/tagclouds": "^2.0",
        "drupal/tb_megamenu": "^2.0@alpha",
        "drupal/token": "^1.10",
        "drupal/typed_data": "1.x-dev@dev",
        "drupal/url_redirect": "^2.62",
        "drupal/video_embed_field": "^2.4",
        "drupal/view_unpublished": "^1.0",
        "drupal/views_bootstrap": "^4.3",
        "drupal/views_bulk_operations": "^4.1",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/views_templates": "^1.1",
        "drupal/webform": "^6.1",
        "drush/drush": "^11.1",
        "mikehaertl/phpwkhtmltopdf": "~2.1",
        "tecnickcom/tcpdf": "~6",
        "wikimedia/composer-merge-plugin": "^2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "wikimedia/composer-merge-plugin": true,
            "cweagans/composer-patches": true,
            "drupal/core-vendor-hardening": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "merge-plugin": {
            "include": [
                "web/modules/contrib/webform/composer.libraries.json"
            ]
        },
        "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"
            ]
        },
        "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"
            ]
        }
    }
}

 

Rate this
Average: 1.5 (2 votes)
Tag Related Item
Tags
Blog Category