-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
156 lines (156 loc) · 6 KB
/
composer.json
File metadata and controls
156 lines (156 loc) · 6 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
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 projects with a relocated document root",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "github",
"url": "git@github.com:dof-dss/nicsdru_origins_profile.git",
"no-api": true
},
{
"type": "github",
"url": "git@github.com:dof-dss/nicsdru_origins_modules.git",
"no-api": true
}
],
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"dof-dss/nicsdru_origins_modules": "^0.9",
"dof-dss/nicsdru_origins_profile": "^0.1",
"drupal/admin_toolbar": "^2.0",
"drupal/adminimal_theme": "^1.6",
"drupal/config_filter": "^2.2",
"drupal/config_ignore": "^2.3",
"drupal/config_readonly": "^1.0@beta",
"drupal/config_split": "^2.0-beta",
"drupal/config_update": "^1.7",
"drupal/cookie_content_blocker": "^1.7",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-recommended": "^9.2",
"drupal/csp": "^1.15",
"drupal/diff": "^1.0",
"drupal/entity_embed": "^1.1",
"drupal/eu_cookie_compliance": "^1.14",
"drupal/fastly": "^3.14",
"drupal/handy_cache_tags": "^1.1",
"drupal/linkit": "^6.0.0",
"drupal/metatag": "^1.16",
"drupal/moderation_sidebar": "^1.4",
"drupal/noreferrer": "^1.10",
"drupal/pathauto": "^1.8",
"drupal/redirect": "^1.6",
"drupal/redis": "^1.5",
"drupal/scheduled_transitions": "^2.1",
"drupal/scheduler": "^1.4",
"drupal/scheduler_content_moderation_integration": "^1.3",
"drupal/schema_metatag": "^2.2",
"drupal/search_api": "^1.20",
"drupal/search_api_autocomplete": "^1.5",
"drupal/search_api_solr": "^4.2",
"drupal/search_api_spellcheck": "^3.0@beta",
"drupal/simplei": "^1.2",
"drupal/taxonomy_access_fix": "^3.1",
"drupal/taxonomy_manager": "^2.0",
"drupal/token": "^1.9",
"drupal/token_filter": "^1.2",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.1",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^3.8",
"drupal/views_custom_cache_tag": "^1.2",
"drupal/whatlinkshere": "^2.1",
"drush/drush": "^10.5"
},
"require-dev": {
"drupal/coder": "^8.3",
"drupal/core-dev": "^9.2",
"drupal/devel": "^4.1",
"drupal/easy_install": "^10.5",
"drupal/permissions_filter": "^1.2",
"drupal/stage_file_proxy": "^1.1",
"mglaman/drupal-check": "^1.1",
"previousnext/phpunit-finder": "^2.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/origins": [
"dof-dss/nicsdru_origins_modules"
],
"web/profiles/origins/{$name}": [
"dof-dss/nicsdru_origins_profile"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"patches": {
"drupal/core": {
"Prevent leftover fields from causing errors like 'Call to a member function getLabel() after enabling layout_builder'": "https://www.drupal.org/files/issues/2020-01-20/2985882-53.patch",
"Render blocks in preview page": "https://www.drupal.org/files/issues/2019-10-03/3085364_2.patch"
},
"drupal/easy_install": {
"Handle missing core version": "https://www.drupal.org/files/issues/2019-12-19/easy_install_core_version-3101883-0.patch"
},
"drupal/redirect": {
"Add URL Redirects tab to taxonomy term edit form": "https://www.drupal.org/files/issues/2021-03-26/redirect_provide_redirect_tab_on_taxonomy_terms_3205896.patch",
"URL redirects listing only displays operations": "https://www.drupal.org/files/issues/2019-04-05/redirects_list_builder-3031125-9-d8.patch",
"Fix ajax error when creating redirects": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch"
},
"drupal/cookie_content_blocker": {
"Disable XSS for tag settings to allow HTML output": "https://gist.githubusercontent.com/omahm/eb99bc8278b57798a7d82bf06c27b8d1/raw/d9d75e06300a102b072dd8166f82ec381f211b9d/cookie_content_blocker_disable_xss"
},
"drupal/ultimate_cron": {
"Fix test function issue": "https://www.drupal.org/files/issues/2021-04-13/kernel_test-3208608-1.patch"
}
}
}
}