-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
173 lines (173 loc) · 6.2 KB
/
composer.json
File metadata and controls
173 lines (173 loc) · 6.2 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
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "indicia-drupal/dataoverheid",
"description": "Composer file for DataOverheid",
"type": "project",
"authors": [
{
"name": "Indicia Drupal Team",
"role": "Developer",
"email": "drupal@indicia.nl"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
"package": {
"name": "pandao/editor.md",
"version": "1.5.0 ",
"type": "drupal-library",
"extra": {
"installer-name": "editor.md"
},
"dist": {
"url": "https://github.com/pandao/editor.md/archive/v1.5.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
}
],
"require": {
"php": "7.3",
"ext-intl": "*",
"ext-json": "*",
"components/chosen": "^1.8.2",
"composer/installers": "^1.9.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/admin_toolbar": "^2.4.0",
"drupal/adminimal_admin_toolbar": "^1.11.0",
"drupal/adminimal_theme": "^1.6.0",
"drupal/allowed_formats": "^1.3",
"drupal/block_exclude_pages": "^2.0",
"drupal/components": "^2.1.0",
"drupal/config_default_image": "^2.0.0-beta1",
"drupal/config_ignore": "^2.3.0",
"drupal/config_split": "^1.7.0",
"drupal/core-composer-scaffold": "~9.1.3",
"drupal/core-recommended": "~9.1.3",
"drupal/easy_breadcrumb": "^1.13.0",
"drupal/editor_advanced_link": "^1.8.0",
"drupal/encrypt": "^3.0.0",
"drupal/field_group": "^3.1.0",
"drupal/field_permissions": "^1.1.0",
"drupal/image_widget_crop": "^2.3.0",
"drupal/imce": "^2.3.0",
"drupal/key": "^1.14.0",
"drupal/menu_trail_by_path": "^1.3.0",
"drupal/metatag": "^1.14.0",
"drupal/paragraphs": "^1.12.0",
"drupal/pathauto": "^1.8.0",
"drupal/r4032login": "^2.0.0",
"drupal/rabbit_hole": "1.0.0-beta7",
"drupal/real_aes": "^2.3.0",
"drupal/redirect": "^1.6.0",
"drupal/schema_metatag": "^1.8.0",
"drupal/select2": "^1.13.0",
"drupal/simple_sitemap": "^3.7.0",
"drupal/svg_image": "^1.14.0",
"drupal/ultimate_cron": "^2.0.0-alpha5",
"drupal/webform": "^6.0.2",
"drush/drush": "^10.3.1",
"hirak/prestissimo": "^0.3.10",
"league/commonmark": "^1.5.3",
"npm-asset/chosen-js": "~1.8.7",
"npm-asset/cropper": "~4.1.0",
"npm-asset/datatables": "~1.10.20",
"npm-asset/masonry-layout": "~4.2.2",
"npm-asset/select2": "~4.0.13",
"oomphinc/composer-installers-extender": "^1.1.2",
"pandao/editor.md": "1.5.0",
"swagger-api/swagger-ui": "^3.44.0",
"wterberg/dcat-ap-donl": "^0.5.1"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"file-mapping": {
"[web-root]/.eslintrc": false,
"[web-root]/.ht.router.php": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/example.gitignore": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/robots.txt": {
"append": "assets/robots.txt"
},
"[web-root]/sites/README.txt": false,
"[web-root]/sites/development.services.yml": false,
"[web-root]/sites/example.settings.local.php": false,
"[web-root]/sites/example.sites.php": false,
"[web-root]/themes/README.txt": false,
"[web-root]/web.config": false
},
"locations": {
"web-root": "drupal/"
}
},
"installer-types": [
"library",
"npm-asset"
],
"installer-paths": {
"drupal/core": [
"type:drupal-core"
],
"drupal/libraries/{$name}": [
"type:drupal-library",
"type:npm-asset",
"swagger-api/swagger-ui"
],
"drupal/modules/contrib/{$name}": [
"type:drupal-module"
],
"drupal/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"drupal/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/core": {
"Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD": "https://www.drupal.org/files/issues/2020-09-03/3007424-108.patch",
"Query string duplications": "https://www.drupal.org/files/issues/query_string_duplications-2885351-6.patch",
"Username enumeration via one time login route": "patches/2828724.patch",
"Entity view/form mode formatter/widget settings have no translation UI": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch"
},
"drupal/rabbit_hole": {
"Remove access bypass check": "patches/rabbit_hole-remove_access_bypass.patch"
},
"drupal/image_widget_crop": {
"Provide option to apply default crop if user doesn't select any": "https://www.drupal.org/files/issues/2019-09-23/image_widget_crop-apply_default_crop-2865396-44.patch"
}
}
}
}