forked from srijanone/ezcontent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
165 lines (165 loc) · 6.56 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name":"srijanone/ezcontent",
"description":"A Feature rich stater profile from Srijan.",
"type":"drupal-profile",
"license":"GPL-2.0-or-later",
"minimum-stability":"dev",
"prefer-stable":true,
"repositories":[
{
"type":"composer",
"url":"https://packages.drupal.org/8"
},
{
"type":"composer",
"url":"https://asset-packagist.org"
}
],
"require":{
"bower-asset/colorbox":"^1.6",
"bower-asset/dropzone":"5.7.2",
"bower-asset/slick-carousel":"^1.8",
"cweagans/composer-patches":"~1",
"drupal/admin_toolbar":"^3.3",
"drupal/allowed_formats":"^3.0",
"drupal/autocomplete_deluxe":"^2.0",
"drupal/better_normalizers":"^2.0@beta",
"drupal/block_list_override":"^1.0",
"drupal/color":"^1.0",
"drupal/color_field":"^3.0",
"drupal/colorbox":"^2.0",
"drupal/components":"^3.0@beta",
"drupal/config_rewrite":"^1.5",
"drupal/dropzonejs":"^2.7",
"drupal/email_registration":"^1.2",
"drupal/entity_browser":"^2.9",
"drupal/entity_browser_table": "^1.4",
"drupal/entity_embed": "^1.4",
"drupal/entityqueue":"^1.5",
"drupal/entity_usage":"^2.0@beta",
"drupal/environment_indicator":"^4.0",
"drupal/ezcontent_publish":"^2.1",
"drupal/field_group":"^3.4",
"drupal/fvm":"^2.0.3",
"drupal/gin_login":"^2.0",
"drupal/gin_toolbar":"^1.0@RC",
"drupal/google_analytics":"^4.0",
"drupal/image_widget_crop":"^2.4",
"drupal/inline_entity_form":"^3.0@RC",
"drupal/layout_builder_backgrounds": "^1.0",
"drupal/layout_builder_component_attributes": "^2.1",
"drupal/layout_builder_modal":"^1.2",
"drupal/layout_builder_restrictions": "^3.0",
"drupal/layout_builder_styles": "^2.0",
"drupal/layout_custom_section_classes": "^2.0",
"drupal/layout_library": "^1.0@beta",
"drupal/layout_paragraphs": "^2.0",
"drupal/lb_direct_add":"^2.0",
"drupal/length_indicator":"^1.2",
"drupal/libraries":"^4.0",
"drupal/linkit": "^6.1",
"drupal/liveblog":"^2.0@alpha",
"drupal/media_entity_audio": "^3.1",
"drupal/media_entity_browser": "^2.0@alpha",
"drupal/media_entity_instagram":"^3.0",
"drupal/media_entity_slideshow":"^2.5",
"drupal/media_entity_twitter":"^2.9",
"drupal/metatag":"^2.0",
"drupal/moderation_dashboard":"^3.1",
"drupal/moderation_sidebar":"^1.7",
"drupal/paragraphs":"^1.15",
"drupal/paragraphs_edit":"^3.0",
"drupal/paragraphs_jquery_ui_accordion":"^1.6",
"drupal/paragraphs_previewer":"^1.7",
"drupal/password_policy": "^4.0",
"drupal/pathauto": "^1.11",
"drupal/quickedit":"^1.0",
"drupal/redirect":"^1.8",
"drupal/responsive_preview":"^2.0",
"drupal/rdf":"^2.1",
"drupal/robotstxt": "^1.5",
"drupal/scheduler":"^2.0@RC",
"drupal/scheduler_content_moderation_integration":"^2.0.0-beta1",
"drupal/schema_metatag":"^3.0",
"drupal/seo_checklist":"^5.2",
"drupal/simple_gmap":"3.1.x-dev@dev",
"drupal/simple_sitemap":"^4.1",
"drupal/slick_entityreference":"^3.0",
"drupal/slick_paragraphs":"^3.0",
"drupal/social_media":"^2.0",
"drupal/social_media_links":"^2.9",
"drupal/stable":"^2.0",
"drupal/update_helper":"^4.0",
"drupal/video_embed_field":"^2.5",
"drupal/view_mode_conditional_fields": "^1.0",
"drupal/viewsreference":"^2.0@beta",
"drupal/webform": "^6.2@beta",
"drupal/yoast_seo":"^2.0@alpha",
"oomphinc/composer-installers-extender":"^1.1 || ^2",
"drupal/ezcontent_api":"^2.3",
"srijanone/ezcontent_admin":"^2.1",
"srijanone/ezcontent_amp":"^1.1",
"srijanone/ezcontent_theme":"^2.1",
"vardot/blazy":"^1.8"
},
"require-dev":{
"drush/drush":"^12",
"drupal/coder":"~8",
"phpstan/phpstan-deprecation-rules":"^0.12"
},
"config":{
"sort-packages":true,
"preferred-install":{
"drupal/core":"dist"
}
},
"extra":{
"patchLevel":{
"drupal/core":"-p2"
},
"patches":{
"drupal/core":{
"Add reusable option to inline block creation":"https://www.drupal.org/files/issues/2024-01-23/add_reusable_option_to_inline_block_creation-2999491-141.patch",
"Add block classes for bundle and view mode":"https://www.drupal.org/files/issues/2023-01-14/2830725-36.patch",
"[subprofile support] 3266057 - Allow profiles to define a base/parent profile and load them in the correct order":"https://www.drupal.org/files/issues/2024-07-12/3266057-130.patch"
},
"drupal/entity_browser":{
"Media file lost while duplicating paragraph":"https://www.drupal.org/files/issues/2020-03-25/3104901.patch",
"2897855 - Entity browser modal dialog opens by pressing enter in any text field":"https://www.drupal.org/files/issues/2020-10-07/prevent-entity-browser-from-open-on-enter-key-pressed-2897855-17-reroll-with-improvement.patch"
},
"drupal/entityqueue":{
"3124403 - Fixed get translation context error ":"https://www.drupal.org/files/issues/2020-04-02/type-error-3124403-2.patch"
},
"drupal/yoast_seo": {
"error Title field is required -3010164": "https://www.drupal.org/files/issues/2021-11-02/yoast_seo-3010164-12.patch",
"Not working at all due to Ajax error (since updating to 8.6.15) -3050504": "https://www.drupal.org/files/issues/2019-05-29/yoast_seo-ajax-error-3050504-6.patch",
"Uncaught DOMException: Failed to execute 'remove' on 'DOMTokenList':-3394487": "https://www.drupal.org/files/issues/2023-11-03/3394487-failed-to-execute-remove-on-domtokenlist.patch",
"Metatags depending on URL cause errors for unsaved entities after updating to Drupal 8.8.0 -3110455": "https://www.drupal.org/files/issues/2023-10-09/yoast_seo-3110455-22.patch"
}
},
"installer-paths":{
"docroot/core":[
"type:drupal-core"
],
"docroot/libraries/{$name}":[
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/contrib/{$name}":[
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}":[
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}":[
"type:drupal-theme"
]
},
"installer-types":[
"bower-asset",
"npm-asset"
],
"enable-patching":true
}
}