This repository was archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
161 lines (161 loc) · 7.19 KB
/
Copy pathcomposer.json
File metadata and controls
161 lines (161 loc) · 7.19 KB
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
{
"name": "drupalwxt/site-cloud",
"description": "Project template for Drupal 8 sites built with the WxT distribution.",
"type": "project",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "*",
"drupalwxt/wxt": "4.0.1",
"drush/drush": ">=9.7",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"drupal/openid_connect": "1.0",
"drupal/cloud": "3.x-dev"
},
"require-dev": {
"drupal/core-dev": "^9",
"drupal/drupal-extension": "^4.1.0",
"squizlabs/php_codesniffer": "^3.3"
},
"config": {
"secure-http": false
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
}
],
"scripts": {
"post-create-project-cmd": "rm -r -f .travis.yml behat.yml .travis-ci",
"quick-start": [
"composer install"
]
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "html/"
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"html/core": [
"type:drupal-core"
],
"html/libraries/{$name}": [
"type:drupal-console-library",
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"html/modules/contrib/{$name}": [
"type:drupal-module"
],
"html/profiles/{$name}": [
"type:drupal-profile"
],
"html/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"2652000 Views do not add the active class anymore":
"https://www.drupal.org/files/issues/2020-01-09/2652000-84.patch",
"2885278 - Node local tasks tabs do not appear on node revisions":
"https://www.drupal.org/files/issues/2019-11-12/drupal-node_revision_local_tasks_canonical-2885278-15.patch",
"2845144 - User cannot reference unpublished content":
"https://www.drupal.org/files/issues/2019-03-26/user_cant_reference_unpublished_content-2845144-24.patch",
"2797583 - Dynamically provide action plugins for every moderation state change":
"https://www.drupal.org/files/issues/2020-01-25/2797583-149.patch",
"Cannot save unpublished versions of published content for users without manage book privileges":
"https://www.drupal.org/files/issues/2020-10-18/2918537-63.patch",
"3001188 - Make it possible to add relationships to layout builder":
"https://www.drupal.org/files/issues/2019-06-05/3001188-8.patch",
"2429699 - Add Views EntityReference filter to be available for all entity reference fields":
"https://www.drupal.org/files/issues/2020-06-21/2429699-334.patch",
"2928108 - Call to a member function isTranslatable() on null in SqlContentEntityStorage":
"https://www.drupal.org/files/issues/2019-12-05/2928108-49.patch",
"2972308 - Allow users to translate content they can edit":
"https://www.drupal.org/files/issues/2019-12-03/allow-users-to-translate-editable-content-2972308-41.patch",
"2988018 - Performance issues with path alias generated queries on PostgreSQL":
"https://www.drupal.org/files/issues/2020-12-08/2988018-by-xurizaemon-rob.barnett-bzrudi71-RoS.patch"
},
"drupal/diff": {
"3004705 - The getModerationState() function fails to take translations into consideration":
"https://www.drupal.org/files/issues/2018-12-03/ModerationState-error-of-translated-node-in-revision-overview-page-3004705-4.patch",
"2882334: Revisions are not visible for some nodes":
"https://www.drupal.org/files/issues/2020-09-28/2882334-diff-missing_some_revisions-13.patch",
"3169729 - No local tasks on compare revisions page":
"https://www.drupal.org/files/issues/2020-09-08/diff_add-local-tasks-3169729-2.patch"
},
"drupal/entityqueue": {
"3124403 - Type error when subqueue creation fails":
"https://www.drupal.org/files/issues/2020-04-02/type-error-3124403-2.patch"
},
"drupal/features": {
"3147028 - Update theme functions for Drupal 9":
"https://www.drupal.org/files/issues/2020-10-14/3147028-features_templates.patch"
},
"drupal/file_delete": {
"3115158 - Add functionality to immediately delete files and override usage check":
"https://www.drupal.org/files/issues/2020-02-21/3115158-2.patch"
},
"drupal/linkchecker": {
"Move linkchecker_watchdog_log out of .module to a dedicated service.":
"https://www.drupal.org/files/issues/2020-04-23/3109178-14.patch",
"Undefined offset error":
"https://www.drupal.org/files/issues/2020-08-24/undefined-offset-error-3065045-13.patch"
},
"drupal/pathauto": {
"2973478 - Aliases are not created for affected translations":
"https://www.drupal.org/files/issues/2018-07-12/2973478-4.patch"
}
},
"patches-ignore": {
"acquia/lightning": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
},
"drupal/lightning_core": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
}
}
},
"autoload": {
"classmap": [
"scripts/ScriptHandler.php"
]
}
}