-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
209 lines (209 loc) · 8.98 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "mautic/mautic-org-website",
"type": "project",
"description": "The website for mautic.org",
"license": "PROPRIETARY",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true
}
},
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/acquia_connector": "^3.0",
"drupal/acquia_purge": "^1.0-beta3",
"drupal/acquia_search": "^3.0",
"drupal/admin_content_notification": "^3.8",
"drupal/admin_toolbar": "^3.0",
"drupal/ajax_comments": "^1.0@beta",
"drupal/calendar": "^1.0",
"drupal/ckeditor_div_manager": "^2.0",
"drupal/ckeditor_font": "^1.0",
"drupal/codesnippet": "^1.6",
"drupal/coffee": "^1.0",
"drupal/config_ignore": "^2.2",
"drupal/config_import_single": "^1.0",
"drupal/config_readonly": "^1.0",
"drupal/config_split": "^1.0.0",
"drupal/core-composer-scaffold": "^9",
"drupal/core-recommended": "^9",
"drupal/ctools": "^3.2",
"drupal/date_popup": "^1.0",
"drupal/date_recur": "^3.0",
"drupal/date_recur_modular": "^3.0",
"drupal/devel": "^4.0.0",
"drupal/diff": "^1.0",
"drupal/dropdown_language": "^2.3",
"drupal/dropsolid_purge": "^1.0",
"drupal/entity_embed": "^1.0",
"drupal/eu_cookie_compliance": "^1.8",
"drupal/extlink": "^1.3",
"drupal/facets": "^2.0",
"drupal/features": "^3.8.0",
"drupal/field_group": "^3.0",
"drupal/flippy": "^1.0@beta",
"drupal/fontawesome": "^2.15",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^1.6",
"drupal/honeypot": "^2.0",
"drupal/hreflang": "^1.3",
"drupal/layout_builder_at": "^2.10",
"drupal/layout_builder_modal": "^1.0",
"drupal/login_redirect_per_role": "^1.5",
"drupal/mautic": "^1.1",
"drupal/memcache": "^2.1",
"drupal/menu_link_attributes": "^1.0",
"drupal/metatag": "^1.11",
"drupal/noreqnewpass": "^1.1",
"drupal/path_redirect_import": "^1.0",
"drupal/pathauto": "^1.6",
"drupal/quicktabs": "^3.0@alpha",
"drupal/redirect": "^1.5",
"drupal/restui": "^1.18",
"drupal/schema_metatag": "^2.1",
"drupal/search_api": "^1.15",
"drupal/search_api_autocomplete": "^1.2",
"drupal/seckit": "^1.0.0-alpha2",
"drupal/shield": "^1.2.0",
"drupal/simple_sitemap": "^3.5",
"drupal/sitemap": "^2.0",
"drupal/slack_invite": "^2.0",
"drupal/slick": "^2.0",
"drupal/slick_extras": "^1.0@RC",
"drupal/slick_views": "^2.1",
"drupal/stage_file_proxy": "^1.0",
"drupal/tagclouds": "^2.0",
"drupal/userprotect": "^1.1",
"drupal/views_ical": "^1.0@alpha",
"drush/drush": "^10.6",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"behat/mink": "^1.9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"drupal/coder": "^8.3",
"phpunit/phpunit": "^8.5",
"symfony/dotenv": "^5.3",
"symfony/phpunit-bridge": "^5.1"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"file-mapping": {
"[web-root]/.csslintrc": false,
"[web-root]/.eslintignore": false,
"[web-root]/.eslintrc.json": false,
"[web-root]/.htaccess": false,
"[web-root]/.ht.router.php": false,
"[web-root]/example.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/update.php": false,
"[web-root]/web.config": false,
"[web-root]/modules/README.txt": false,
"[web-root]/modules/.gitignore": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/profiles/.gitignore": false,
"[web-root]/themes/README.txt": false,
"[web-root]/themes/.gitignore": false,
"[web-root]/sites/example.settings.local.php": false,
"[web-root]/sites/example.sites.php": false,
"[web-root]/sites/development.services.yml": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/default/default.services.yml": false,
"[web-root]/sites/default/default.settings.php": false
},
"locations": {
"web-root": "docroot"
},
"overwrite": true
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"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"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/migrate_plus": {
"XML Parser item_selector does not work properly with predicate": "https://www.drupal.org/files/issues/fix-ignored-predicate-2891964-2.patch"
},
"drupal/date_recur": {
"Support recurring dates in calendar": "https://www.drupal.org/files/issues/2019-05-24/2820803-date-recur_calendar-integration-18.patch",
"Deprecated function: str_replace(): Passing null to parameter #2 ($replace) of type array|string with PHP 8.1": "./patches/remove-deprecated-warning-of-str-replace.patch"
},
"drupal/auth0": {
"Avoid PHP notices on user field mapping": "./patches/avoid-php-notices-user-field-mapping-auth0-155.patch"
},
"drupal/date_recur_modular": {
"Date_recur_modular reloadRecurrenceDropdownCallback should not be called statically": "https://www.drupal.org/files/issues/2020-02-21/3115237-3.patch"
},
"drupal/slack_invite": {
"Use Url::fromRoute, because <current> is route name": "https://git.drupalcode.org/project/slack_invite/-/merge_requests/1.patch"
},
"drupal/purge": {
"PHP 8.1 compatibility : fix deprecated warnings": "https://www.drupal.org/files/issues/2022-02-24/3259320-10.patch"
},
"drupal/acquia_connector": {
"PHP8.1 - Promo DSM message is being displayed on acquia_connector pages and preg_match deprecation error": "https://www.drupal.org/files/issues/2022-07-13/3285589-5.patch",
"Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated": "./patches/deprecated_function_strpos_warning.patch"
},
"drupal/diff": {
"Deprecated function error": "https://www.drupal.org/files/issues/2022-05-27/3282249-2.patch"
},
"drupal/google_analytics": {
"Deprecated function: Return type of Drupal\\google_analytics\\Component\\Render\\GoogleAnalyticsJavaScriptSnippet::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be u": "https://www.drupal.org/files/issues/2022-06-03/google_analytics-jsonserialize-code-standard-fixes-3258588-20.patch"
},
"drupal/entity_embed": {
"Construction of EntityEmbedDisplay plugin instances trigger strpos deprecation on PHP 8.1": "https://git.drupalcode.org/project/entity_embed/-/merge_requests/6.patch"
},
"drupal/search_api_solr": {
"Deprecation notice when running outdated config: strlen(): Passing null to parameter #1 ($string) of type string is deprecated": "https://www.drupal.org/files/issues/2022-01-21/3259764.patch"
}
}
}
}