-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
28 lines (28 loc) · 1.17 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
{
"name": "amazeelabs/proxy-drupal-core",
"abandoned": true,
"_comment": [
"amazeelabs/proxy-* packages are deprecated",
"Check this package's composer.json: if there are patches or dependencies that are still required, add them directly to the project",
"This package can be removed after that"
],
"type": "library",
"version": "1.1.16",
"description": "Proxy package for drupal/core.",
"homepage": "https://silverback.netlify.app",
"license": "GPL-2.0+",
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/core": {
"#2741939 Catch-All routes (Is required for amazeelabs/silverback_cdn_redirect. But now amazeelabs/silverback_cdn_redirect has this patch in its own composer.json)": "https://git.drupalcode.org/project/drupal/-/merge_requests/443/diffs.patch",
"#3221375 Wrong language field labels after drupal_rebuild() (Sometimes the bug appears on old multilingua projects)": "https://www.drupal.org/files/issues/2021-12-01/3221375-27-workaround.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.7.3",
"drupal/core-recommended": "^9 || ^10"
}
}