FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer. Learn more
composer.json 5.41 KiB
{
    "name": "uis-drupal-team/drupal-10-cambridge-profile",
    "description": "Install profile for University of Cambridge Drupal 10 websites.",
    "type": "drupal-custom-profile",
    "require": {
        "chx/drupal-issue-fork": "dev-main",
        "drupal/admin_toolbar": "~3.4.2",
        "drupal/admin_toolbar_tools": "~3.4.2",
        "drupal/backup_migrate": "~5.0.2",
        "drupal/ckeditor5_paste_filter": "~1.0.1",
        "drupal/coffee": "~1.4",
        "drupal/components": "~3.0.0-beta3",
        "drupal/config_update": "~2.0.0-alpha3",
        "drupal/crop": "~2.3.0",
        "drupal/ctools": "~4.0.4",
        "drupal/decorative_image_widget": "~1.0",
        "drupal/default_content": "~2.0.0-alpha2",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/editor_advanced_link": "~2.2.4",
        "drupal/editor_file": "~1.8.0",
        "drupal/entity_browser": "~2.10.0",
        "drupal/entity_reference_revisions": "~1.11.0",
        "drupal/entityqueue": "~1.7.0",
        "drupal/eu_cookie_compliance": "~1.24.0",
        "drupal/eva": "~3.0.0",
        "drupal/features": "~3.14.0",
        "drupal/feeds": "~3.0.0-beta4",
        "drupal/feeds_ex": "~1.0.0-beta3",
        "drupal/feeds_tamper": "~2.0.0-beta3",
        "drupal/field_group": "~3.4.0",
        "drupal/field_validation": "~1.1",
        "drupal/gathercontent": "~6.1.1",
        "drupal/gin": "~3.0.0-rc10",
        "drupal/gin_login": "~2.1",
        "drupal/gin_toolbar": "~1.0.0-rc5",
        "drupal/google_analytics": "~4.0.2",
        "drupal/google_tag": "~2.0.4",
        "drupal/image_widget_crop": "~2.4.0",
        "drupal/jquery_ui": "~1.6.0",
        "drupal/jquery_ui_accordion": "~2.0.0",
        "drupal/label_help": "~2.0@RC",
        "drupal/layout_paragraphs": "~2.0.4",
        "drupal/link_description": "~1.0",
        "drupal/linkit": "~6.1.3",
        "drupal/masquerade": "~2.0@RC",
        "drupal/maxlength": "~2.1.2",
        "drupal/menu_item_fields": "^1.10",
        "drupal/message_banner": "^2.0",
        "drupal/metatag": "~1.26.0",
        "drupal/node_read_time": "~1.13.0",
        "drupal/node_title_help_text": "~1.3",
        "drupal/nomarkup": "^1.0",
        "drupal/openid_connect": "~3.0.0-alpha3",
        "drupal/openid_connect_windows_aad": "~2.0.0-beta7",
        "drupal/paragraphs": "~1.17.0",
        "drupal/paragraphs_ee": "~10.0",
        "drupal/pathauto": "~1.12.0",
        "drupal/redirect": "~1.9.0",
        "drupal/redirect_after_login": "^3.0",
        "drupal/sam": "~1.2",
        "drupal/scanner": "~1.0.0-rc7",
        "drupal/schema_metatag": "~2.5.0",
        "drupal/sdc_display": "dev-3452441-entity-view-alter",
        "drupal/search_api": "~1.34.0",
        "drupal/shorthand": "~4.0.10",
        "drupal/simple_menu_permissions": "~2.1.0",
        "drupal/smart_trim": "~2.1.1",
        "drupal/tamper": "~1.0.0-alpha4",
        "drupal/token": "~1.14.0",
        "drupal/twig_tweak": "^3.3",
        "drupal/video_embed_field": "~2.5.0",
        "drupal/view_custom_table": "~2.0.5",
        "drupal/view_unpublished": "~1.2.0",
        "drupal/views_accordion": "~2.0.1",
        "drupal/views_bulk_operations": "~4.2.6",
        "drupal/viewsreference": "~2.0.0-beta7",
        "drupal/webform": "~6.2.2",
        "drupal/webform_submissions_delete": "~1.1.0",
        "drupal/workbench": "~1.4.0",
        "drupal/xmlsitemap": "~1.5.0",
        "uis-drupal/cam_admin_ui_tweaks": "dev-CAMBWP-465-paragraph-edit-preview"
    },
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jamie Giberti",
            "email": "jag212@cam.ac.uk"
        },
        {
            "name": "Jenny Dumitrescu",
            "email": "jd757@cam.ac.uk"
        }
    ],
    "minimum-stability": "alpha",
    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "chx/drupal-issue-fork": 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"
            ],
            "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/gathercontent": {
            "Support repeatable text fields": "https://www.drupal.org/files/issues/2023-04-28/3357051-6.patch",
            "Fatal on drush updb core_vesion_requirement": "https://www.drupal.org/files/issues/2023-03-29/drupal-10-compatibility-3349442.patch"
        },
        "drupal/sdc_display": {
            "Entity view alter removes needed properties from build array": "https://git.drupalcode.org/project/sdc_display/-/merge_requests/13.diff"
        }
    }
}