-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
125 lines (125 loc) · 4.37 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
{
"name": "utexas/utdk_profile",
"version": "3.1.2",
"type": "drupal-custom-profile",
"description": "Drupal 9 installation profile for the UT Drupal Kit",
"keywords": [
"Drupal",
"UT Drupal Kit"
],
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Web Content Management Solutions Team, Information Technology Services, The University of Texas at Austin",
"email": "[email protected]",
"homepage": "https://drupalkit.its.utexas.edu",
"role": "Developer"
}
],
"require": {
"cweagans/composer-patches": "~1.0",
"drupal/addtoany": "1.15.0",
"drupal/admin_toolbar": "2.4.0",
"drupal/breadcrumbs_visibility": "1.2.0",
"drupal/ckeditorheight": "1.8.0",
"drupal/core-recommended": "9.2.1",
"drupal/date_ap_style": "1.1.0",
"drupal/editor_advanced_link": "1.9.0",
"drupal/features": "3.12.0",
"drupal/feed_block": "1.1.0",
"drupal/google_cse": "3.4.0",
"drupal/google_tag": "1.4.0",
"drupal/iframe_title_filter": "1.1.0",
"drupal/layout_builder_modal": "1.1.0",
"drupal/layout_builder_restrictions": "2.9.0",
"drupal/layout_builder_styles": "1.0.0-beta4",
"drupal/linkit": "6.0.0-beta2",
"drupal/media_library_form_element": "2.0.3",
"drupal/media_library_theme_reset": "1.1.0",
"drupal/menu_block": "1.7.0",
"drupal/metatag": "1.16.0",
"drupal/page_title_visibility": "1.3.0",
"drupal/pathauto": "1.8.0",
"drupal/pathologic": "1.0-alpha2",
"drupal/redirect": "1.6.0",
"drupal/responsive_tables_filter": "1.8.0",
"drupal/role_delegation": "1.1.0",
"drupal/seckit": "2.0.0",
"drupal/schema_metatag": "2.2.0",
"drupal/svg_upload_sanitizer": "1.1.0",
"drupal/twitter_profile_widget": "3.0.1",
"drupal/url_embed": "1.0-beta1",
"drupal/xmlsitemap": "1.0.0",
"drupal/paragraphs": "1.12",
"drupal/config_split": "1.7",
"utexas/forty_acres": "3.1.0",
"utexas/utexas_qualtrics_filter": "3.0.0"
},
"conflict": {
"drupal/drupal": "*"
},
"extra": {
"patches": {
"drupal/core": {
"Fix issue with CKEditor image align center": "https://drupalkit.its.utexas.edu/patches/1480-ckeditor-align.patch",
"Fix minimum MariaDb version for Pantheon": "https://drupalkit.its.utexas.edu/patches/1494-mariadb-version.patch",
"Impossible to update inline blocks after reverting to a previous revision": "https://drupalkit.its.utexas.edu/patches/1122-layout-builder-revert.patch",
"Improve performance of functional tests by caching Drupal installations": "https://www.drupal.org/files/issues/2021-02-16/2900208-33.patch"
},
"drupal/linkit": {
"LinkIt-style autocomplete affects multiple adjacent link fields": "https://drupalkit.its.utexas.edu/patches/1106-linkit-multiple-autocomplete.patch"
},
"drupal/url_embed": {
"Add option to make embeds responsive": "https://drupalkit.its.utexas.edu/patches/1225-url-embed-responsive.patch"
}
},
"drupal-scaffold": {
"file-mapping": {
"[web-root]/robots.txt": {
"path": "assets/robots.txt"
},
"[web-root]/android-chrome-192x192.png": {
"path": "assets/android-chrome-192x192.png",
"overwrite": false
},
"[web-root]/android-chrome-512x512.png": {
"path": "assets/android-chrome-512x512.png",
"overwrite": false
},
"[web-root]/apple-touch-icon.png": {
"path": "assets/apple-touch-icon.png",
"overwrite": false
},
"[web-root]/browserconfig.xml": {
"path": "assets/browserconfig.xml",
"overwrite": false
},
"[web-root]/favicon.ico": {
"path": "assets/favicon.ico",
"overwrite": false
},
"[web-root]/mstile-150x150.png": {
"path": "assets/mstile-150x150.png",
"overwrite": false
},
"[web-root]/safari-pinned-tab.svg": {
"path": "assets/safari-pinned-tab.svg",
"overwrite": false
},
"[web-root]/site.webmanifest": {
"path": "assets/site.webmanifest",
"overwrite": false
}
}
},
"installer-name": "utexas"
},
"minimum-stability": "dev",
"prefer-stable": true,
"support": {
"email": "[email protected]",
"docs": "https://drupalkit.its.utexas.edu/docs"
}
}