Newer
Older
{
"name": "osu-asc-webservices/d8-upstream",
"description": "OSU ASC Pantheon custom upstream for Drupal 8",
"type": "project",
"license": "None",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "desandro/imagesloaded",
"version": "4.1.4",
"type": "drupal-library",
"source": {
"url": "https://github.com/desandro/imagesloaded",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
"name": "browserstate/history.js",
"version": "1.8.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/browserstate/history.js",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
"name": "gdsmith/jquery.easing",
"version": "1.4.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/gdsmith/jquery.easing",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
"name": "desandro/masonry",
"version": "4.2.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor/indentblock",
"version": "4.8.0",
"type": "drupal-library",
"extra": {
Brian Canini
committed
"installer-name": "indentblock"
},
"dist": {
"url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
"browserstate/history.js": "^1.8",
"ckeditor/indentblock": "4.8.0",
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "^1.0",
"desandro/imagesloaded": "4.1.4",
"desandro/masonry": "^4.2",
"dimsemenov/magnific-popup": "^1.1",
"drupal-composer/drupal-scaffold": "^2.0.1",
"drupal/address": "1.1",
"drupal/addtocalendar": "3.1",
"drupal/admin_toolbar": "1.26",
Brian Canini
committed
"drupal/bigmenu": "^1.0@alpha",
"drupal/bootstrap": "3.16",
Brian Canini
committed
"drupal/console": "^1",
"drupal/content_access": "1.0-alpha1",
"drupal/crop": "2.0-rc1",
"drupal/ctools": "3.0",
"drupal/ctools_views": "3.0",
"drupal/devel": "2.0",
"drupal/draggableviews": "1.0",
"drupal/dropzonejs": "2.0-alpha3",
"drupal/editor_advanced_link": "1.4",
"drupal/embed": "1.0",
"drupal/entity": "1.0-beta1",
"drupal/entity_browser": "1.4",
"drupal/externalauth": "1.1",
"drupal/features": "3.8",
"drupal/field_group": "1.0",
"drupal/field_permissions": "1.0-beta1",
"drupal/file_browser": "1.1",
"drupal/focal_point": "1.0-beta6",
"drupal/geolocation": "1.10",
"drupal/google_analytics": "2.2",
"drupal/libraries": "^3.0@alpha",
"drupal/link_attributes": "1.0",
"drupal/linkit": "5.0-beta6",
"drupal/magnific_popup": "1.3",
Brian Canini
committed
"drupal/menu_block_title": "^1.1",
"drupal/metatag": "1.8",
"drupal/migrate_devel": "1.x-dev",
"drupal/migrate_plus": "4.0",
"drupal/migrate_tools": "4.0",
"drupal/paragraphs": "1.6",
"drupal/redis": "1.0",
"drupal/scheduler": "1.0",
"drupal/search_api": "1.1",
"drupal/search_api_db": "1.1",
"drupal/search_api_glossary": "3.4",
bcweaver
committed
Brian Canini
committed
"drupal/social_media": "^1.3",
"drupal/userprotect": "1.0",
"drupal/video_embed_field": "2.0",
"drupal/views_accordion": "1.1",
"drupal/views_bootstrap": "3.1",
"drupal/views_bulk_operations": "2.4",
"drupal/views_fieldsets": "3.3",
"drupal/views_infinite_scroll": "1.5",
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
"drupal/views_slideshow": "4.4",
"drupal/webform": "5.0-rc12",
"drupal/webform_views": "5.0-alpha2",
"drush-ops/behat-drush-endpoint": "^0.0.5",
"drush/drush": "~8",
"enyo/dropzone": "^5.1",
"gdsmith/jquery.easing": "1.4.1",
"oomphinc/composer-installers-extender": "^1.1",
"pantheon-systems/quicksilver-pushback": "~1",
"rvtraveller/qs-composer-installer": "^1.1",
"webflo/drupal-core-strict": "^8"
},
"require-dev": {
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"build-assets": [
"@prepare-for-pantheon",
"composer install --optimize-autoloader --no-dev"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon",
"post-install-cmd": [
"@drupal-scaffold",
"rm -rf vendor/simplesamlphp/simplesamlphp/config",
"cp -r config/simplesamlphp/config vendor/simplesamlphp/simplesamlphp/config",
"rm -f web/simplesaml",
"ln -s ../vendor/simplesamlphp/simplesamlphp/www web/simplesaml",
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-package-install": [
"rm -rf web/modules/smtp/.git"
],
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-create-project-cmd": [
"@drupal-scaffold",
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"installer-types": ["library"],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library", "enyo/dropzone", "desandro/masonry", "dimsemenov/magnific-popup"],
"web/modules/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"build-env": {
"install-cms": [
"drush site-install standard --account-mail={account-mail} --account-name={account-name} --account-pass={account-pass} --site-mail={site-mail} --site-name={site-name} --yes",
"drush pm-enable config_direct_save simple_block --yes",
"drush pm-uninstall block_content --yes"
],
"export-configuration": "drush config-export --yes"
},
"drupal-scaffold": {
"source": "https://raw.githubusercontent.com/pantheon-systems/drops-8-scaffolding/{version}/{path}",
"includes": [
"sites/default/default.services.pantheon.preproduction.yml",
"sites/default/settings.pantheon.php"
],
"excludes": [
".csslintrc",
".editorconfig",
".eslintignore",
".eslintrc.json",
".htaccess",
"web.config"
]
},
"patches": {
"drupal/core": {
"2799049": "patches/role_based_email_access-2799049-d86.patch"
"drupal/better_exposed_filters": {
"2961022": "https://www.drupal.org/files/issues/2018-09-27/better_exposed_filters-autosubmit-fix-2961022-4.patch"
},
"mehrpadin/superfish": {
"Fontawesome Tags": "patches/superfish-fontawesome-tags.patch"
Brian Canini
committed
},
"drupal/addtocalendar": {
"UTC Time Adjustment": "patches/utc-time-adjustment.patch"
},
"drupal/block_permissions": {
"2962965": "https://www.drupal.org/files/issues/2018-09-01/block-permissions-2962965-4.patch"
},
"drupal/menu_block": {
Brian Canini
committed
"2809699": "https://www.drupal.org/files/issues/2018-10-26/menu_block-label_configuration-2809699-82.patch",
"2811337": "https://www.drupal.org/files/issues/menu_block-2_level_menu_block_not_limited_to_active_parent-2811337-58.patch"
},
"drupal/entity_embed": {
"2881745": "https://www.drupal.org/files/issues/2018-12-04/2881745-22.patch"
},
"drupal/smtp": {
"2781157": "https://www.drupal.org/files/issues/2018-11-07/2781157-n10.patch"