-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
198 lines (198 loc) · 6.9 KB
/
Copy pathcomposer.json
File metadata and controls
198 lines (198 loc) · 6.9 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
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
{
"name": "dropsolid/rocketship",
"description": "Dropsolid Rocketship is a distribution that enables small to mid-market business to profit from an optimal start when getting your feet wet in Drupal.",
"type": "project",
"license": "GPL-2.0+",
"_readme": [
"This is the Dropsolid drupal 8 skeleton composer.json. The composer file is configured to handle patches and drupal core updates.",
"ALL VERSIONS THAT ARE LOCKED ARE LOCKED FOR A REASON. PAY ATTENTION WHEN YOU WANT TO UPDATE THEM. ALWAYS CHECK THE README!",
"!IMPORTANT!: captcha modules are set to dev version, so be careful when updating. We'll try and get these stable asap."
],
"require": {
"composer/installers": "~1.0.21",
"cweagans/composer-patches": "^1.6.5",
"drush/drush": "~8.1",
"drupal-composer/drupal-scaffold": "~2.2",
"drupal/core": "~8.7.0",
"drupal/claro": "1.0.0-alpha5",
"zaporylie/composer-drupal-optimizations": "^1.0",
"drupal-pattern-lab/unified-twig-extensions": "~0.1.0",
"harvesthq/chosen": "~1.8",
"kenwheeler/slick": "1.8.1",
"vardot/blazy": "~1.8",
"jackmoore/colorbox": "^1.0",
"imakewebthings/waypoints": "~4.0.1",
"drupal/purge": "^3.0@beta",
"drupal/dropsolid_purge": "^1.0@beta",
"platformsh/config-reader": "^1.0"
},
"authors": [
{
"name": "Mattias Michaux",
"homepage": "https://www.drupal.org/u/mollux",
"role": "Maintainer"
},
{
"name": "Nick Vanpraet",
"homepage": "https://www.drupal.org/u/grayle",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"autoloader-suffix": "Drupal8",
"platform": {
"php": "7.0.28"
}
},
"extra": {
"_readme": [
"By default Drupal loads the autoloader from ./vendor/autoload.php.",
"To change the autoloader you can edit ./autoload.php."
],
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"enable-patching": true,
"patches": {
"drupal/blazy": {
"responsive image performance": "https://www.drupal.org/files/issues/2018-03-09/responsive-image-performance-2951529-2.patch"
},
"drupal/captcha": {
"patch to bring captcha module up to dev#1d21e6864ced543312d8d819a170c3553281b485": "etc/patches/captcha-dev1d21e6864ced543312d8d819a170c3553281b485.patch",
"don't set $_SESSION unless needed - https://www.drupal.org/project/captcha/issues/2996495": "https://www.drupal.org/files/issues/2018-08-31/captcha.no-needless-sessions-2.patch"
},
"drupal/claro": {
"Add a font-size toggle -- https://www.drupal.org/project/claro/issues/3067208": "https://www.drupal.org/files/issues/2019-10-08/alpha5.size-switcher-7.patch",
"Dropbutton list resizes table cells -- https://www.drupal.org/project/claro/issues/3067262": "https://www.drupal.org/files/issues/2019-10-08/alpha5.dropbutton-sizing-11.patch"
},
"drupal/core": {
"Allow dropping the database when restarting the installer": "etc/patches/drop_tables_on_site_reinstall.patch"
},
"drupal/ds": {
"https://www.drupal.org/files/issues/2019-11-26/3096815-revert-early-deprecation.patch": "https://www.drupal.org/files/issues/2019-11-26/3096815-revert-early-deprecation.patch"
},
"drupal/metatag": {
"Classname lowercase to uppercase": "https://www.drupal.org/files/issues/2019-12-24/class-alternateHandheld-not-found-3102937-2.patch"
}
},
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"docroot/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"docroot/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
]
},
"drupal-scaffold": {
"excludes": [
"robots.txt",
".htaccess"
],
"initial": {
"robots.txt": "robots.txt",
".htaccess": ".htaccess"
}
}
},
"autoload": {
"psr-4": {
"Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
}
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
"post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess",
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
"post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
"post-install-cmd": [
"cd vendor && find . -name \".git\" -type d -prune -exec rm -r \"{}\" \\; && cd ..",
"cd docroot/themes/custom/dropsolid-theme-starter-8 && bash scripts/preinstall.sh && cd ../../../../",
"cd docroot/themes/custom/dropsolid-theme-flex-8 && bash scripts/preinstall.sh && cd ../../../../"
],
"post-update-cmd": [
"@drupal-scaffold",
"cd vendor && find . -name \".git\" -type d -prune -exec rm -r \"{}\" \\; && cd ..",
"cd docroot/themes/custom/dropsolid-theme-starter-8 && bash scripts/preinstall.sh && cd ../../../../",
"cd docroot/themes/custom/dropsolid-theme-flex-8 && bash scripts/preinstall.sh && cd ../../../../"
]
},
"repositories": [
{
"type": "package",
"package": {
"name": "harvesthq/chosen",
"version": "1.8.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/harvesthq/chosen/releases/download/v1.8.2/chosen_v1.8.2.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "kenwheeler/slick",
"version": "1.8.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/kenwheeler/slick/archive/v1.8.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "jackmoore/colorbox",
"version": "1.6.4",
"type": "drupal-library",
"dist": {
"url": "https://github.com/jackmoore/colorbox/archive/1.x.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "imakewebthings/waypoints",
"version": "4.0.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/imakewebthings/waypoints/archive/master.zip",
"type": "zip"
}
}
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require-dev": {
"drupal/entity_browser": "^1.5",
"webflo/drupal-core-require-dev": "^8.7.0",
"behat/mink-selenium2-driver": "dev-master as 1.3.x-dev"
}
}