-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
220 lines (220 loc) · 7.99 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
210
211
212
213
214
215
216
217
218
219
220
{
"name": "unocha/hpc-content-site",
"description": "HPC Content Module - Drupal 9 version",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "UNOCHA",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
"package": {
"name": "masonry/masonry",
"version": "v3.3.2",
"type": "drupal-library",
"extra": {
"installer-name": "masonry"
},
"dist": {
"url": "https://github.com/desandro/masonry/archive/v3.3.2.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
}
],
"require": {
"php": ">=8.2",
"composer/installers": "^1.10",
"cweagans/composer-patches": "^1.7",
"drupal/active_tags": "^1.0",
"drupal/admin_denied": "^2",
"drupal/admin_dialogs": "^1.0",
"drupal/admin_toolbar": "^3.1",
"drupal/allowed_formats": "^2",
"drupal/anonymous_login": "^2.0",
"drupal/bigint": "^2",
"drupal/bulk_update_fields": "^2.0@alpha",
"drupal/classy": "^1.0",
"drupal/components": "^3.0.0",
"drupal/computed_field": "^3.0",
"drupal/config_ignore": "^3.2",
"drupal/config_split": "^1.7",
"drupal/core-composer-scaffold": "^10",
"drupal/core-dev": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/csp": "^1.16",
"drupal/ctools": "^4.0",
"drupal/custom_field": "^3",
"drupal/diff": "^1.1",
"drupal/double_field": "^4.0",
"drupal/editor_advanced_link": "^2.0",
"drupal/entity_browser": "^2.9",
"drupal/entity_browser_table": "^1.4",
"drupal/entity_usage": "^2.0@beta",
"drupal/field_config_cardinality": "^3.0",
"drupal/field_group": "^3.4",
"drupal/gin": "3.0.0-rc13",
"drupal/google_tag": "^1.4",
"drupal/graphql": "^4.2",
"drupal/imageapi_optimize_binaries": "^1.0@alpha",
"drupal/imagemagick": "^3.3",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/layout_paragraphs": "^2",
"drupal/layout_paragraphs_limit": "^1.0",
"drupal/layout_paragraphs_toggle_publish": "^1.0",
"drupal/maintenance200": "^2",
"drupal/maxlength": "^2.1",
"drupal/metatag": "^1.16",
"drupal/override_node_options": "^2.6",
"drupal/paragraphs": "^1.15",
"drupal/paragraphs_viewmode": "^1.0",
"drupal/pathauto": "^1.8",
"drupal/redirect": "^1.6",
"drupal/redis": "^1.5",
"drupal/reference_table_formatter": "^1.2",
"drupal/replicate": "^1.0",
"drupal/replicate_actions": "^1.2",
"drupal/replicate_ui": "^1.0",
"drupal/seckit": "^2.0",
"drupal/social_auth_hid": "^3.1",
"drupal/stage_file_proxy": "^2",
"drupal/taxonomy_max_depth": "^2.1",
"drupal/taxonomy_term_depth": "^2.6",
"drupal/user_expire": "^1.0",
"drupal/username_enumeration_prevention": "^1.3",
"drupal/year": "^1.0",
"drush/drush": "^12.0",
"masonry/masonry": "^3.3",
"mglaman/composer-drupal-lenient": "^1.0",
"oomphinc/composer-installers-extender": "^2.0",
"phpoffice/phpspreadsheet": "^1.18",
"slevomat/coding-standard": "^7.0",
"symfony/flex": "^1.12",
"symfony/uid": "^5.3",
"unocha/common_design": "^9",
"unocha/ocha_monitoring": "^1.0",
"webflo/drupal-finder": "^1.2.2"
},
"require-dev": {
"drupal/coder": "^8.3.12",
"mikey179/vfsstream": "^1.6.8",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpmd/phpmd": "^2.9.1",
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpunit": "^9.5.4",
"weitzman/drupal-test-traits": "^2"
},
"conflict": {
"drupal/drupal": "*",
"symfony/symfony": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/",
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/console-extend-plugin": true,
"symfony/flex": true,
"oomphinc/composer-installers-extender": true,
"mglaman/composer-drupal-lenient": true,
"phpstan/extension-installer": true,
"drupal-composer/preserve-paths": true,
"php-http/discovery": true,
"tbachert/spi": true
}
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"DrupalProject\\composer\\ScriptHandler::removeUnnecessaryFiles",
"@git-hooks"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"DrupalProject\\composer\\ScriptHandler::removeUnnecessaryFiles",
"@git-hooks"
],
"sub-theme": "test -d html/themes/custom/common_design_subtheme || (cp -r html/themes/contrib/common_design/common_design_subtheme html/themes/custom/ && mv html/themes/custom/common_design_subtheme/common_design_subtheme.info.yml.example html/themes/custom/common_design_subtheme/common_design_subtheme.info.yml)",
"git-hooks": "test -d .git && git config core.hooksPath git-hooks || exit 0",
"sass-prepare": "cd html/themes/custom/common_design_subtheme && npm install",
"sass-build": "cd html/themes/custom/common_design_subtheme && ./node_modules/.bin/sass sass:build",
"sass-cleanup": "cd html/themes/custom/common_design_subtheme && rm -rf ./node_modules",
"sass": [
"@sass-prepare",
"@sass-build",
"@sass-cleanup"
]
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches-file": "composer.patches.json",
"patchLevel": {
"drupal/core": "-p2"
},
"installer-types": ["bower-asset", "npm-asset"],
"installer-paths": {
"html/core": ["type:drupal-core"],
"html/libraries/ckeditor/plugins/{$name}": ["vendor:ckeditor-plugin"],
"html/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"html/modules/contrib/{$name}": ["type:drupal-module"],
"html/profiles/contrib/{$name}": ["type:drupal-profile"],
"html/themes/contrib/{$name}": ["type:drupal-theme"],
"html/modules/custom/{$name}": ["type:drupal-custom-module"],
"html/themes/custom/{$name}": ["type:drupal-custom-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"locations": {
"web-root": "html/"
}
},
"drupal-lenient": {
"allowed-list": [
"drupal/bigint"
]
}
}
}