-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
79 lines (79 loc) · 3.38 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ycloudyusa/y_lb",
"description": "Adds Layout Builder to Web Services project.",
"type": "drupal-module",
"require": {
"cweagans/composer-patches": "*",
"drupal/bootstrap_styles": ">=1.1.3",
"drupal/bootstrap_layout_builder" : ">=2.1.2",
"drupal/entity_clone": "^2.0@alpha || ^2",
"drupal/layout_builder_blocks" : "*",
"drupal/layout_builder_operation_link": "^2.1",
"drupal/layout_builder_restrictions" : "^2.16",
"drupal/layout_builder_save_and_edit": "^1.0",
"drupal/lb_branch_social_links_blocks" : "^1.0.3",
"drupal/lb_claro" : "^1.0 | ^2 | ^2.0@alpha",
"drupal/lb_accordion" : "^2.1.0",
"drupal/lb_cards" : "^2.0.4",
"drupal/lb_carousel" : "^2.0.3",
"drupal/lb_grid_cta" : "^3.0.4",
"drupal/lb_hero" : "^1.2.0",
"drupal/lb_modal" : "^1.2.1",
"drupal/lb_partners_blocks" : "^1.0.11",
"drupal/lb_ping_pong" : "^1.2.2",
"drupal/lb_promo" : "^1.2.0",
"drupal/lb_related_articles_blocks" : "^1.2.0",
"drupal/lb_related_events_blocks" : "^1.3.0",
"drupal/lb_simple_menu" : "^1.0.12",
"drupal/lb_staff_members_blocks": "^1.2.0",
"drupal/lb_statistics" : "^2.0.2",
"drupal/lb_table" : "^1.0.6",
"drupal/lb_testimonial_blocks" : "^1.0.16",
"drupal/lb_webform" : "^1.2.0",
"drupal/menu_item_extras" : "^2.0 || ^3.0",
"drupal/metatag": "*",
"drupal/node_revision_delete" : "^2.0@alpha || ^2",
"drupal/openy_gtranslate" : "^1.0",
"drupal/scheduler": "^2.0@RC || ^2.0",
"drupal/simple_sitemap": "^3.7 || ^4.1",
"drupal/ws_colorway_canada" : "^1.1.0",
"drupal/ws_lb_tabs" : "^2.0.1",
"drupal/ws_code_block" : "^1.0.0",
"drupal/ws_event" : "^1.4.0",
"drupal/ws_promotion" : "^1.0.0",
"drupal/y_branch" : "^1.0.17",
"drupal/y_camp" : "^1.2",
"drupal/y_facility" : "^1.1.0",
"drupal/y_program" : "^1.0.0",
"drupal/y_program_subcategory" : "^1.0.0",
"drupal/y_lb_article" : "^1.2.2",
"drupal/pathauto" : "^1.11",
"open-y-subprojects/openy_features": "*",
"open-y-subprojects/openy_focal_point" : "^1.1",
"php": ">=8.1"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
},
"patches": {
"drupal/lb_claro": {
"Issue #3383836: Exclude revert and discard": "https://git.drupalcode.org/project/lb_claro/-/merge_requests/6.diff"
},
"drupal/core": {
"Issue #2922677: Uncaught TypeError: Cannot read property 'replace' of undefined": "https://www.drupal.org/files/issues/2023-02-15/2922677-33.patch",
"https://dgo.re/3049332 LB Call to a member function getEntityTypeId() on null": "https://www.drupal.org/files/issues/2024-03-11/drupal-core--2024-01-09--3049332-87.patch",
"https://dgo.to/3344041 Allow textarea widgets to be used for text (formatted) fields (and check maxlength)": "https://www.drupal.org/files/issues/2023-02-23/3344041-text-formatted-field-use-textarea-widget.patch"
}
}
}
}