Newer
Older
{
"name": "osu-asc-webservices/d8-upstream",
"description": "OSU ASC Pantheon custom upstream for Drupal 8",
"type": "project",
"license": "None",
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"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": "ckeditor/indentblock",
"version": "4.8.0",
"type": "drupal-library",
"extra": {
"installer-name": "indentblock"
},
"dist": {
"url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
{
"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": "desandro/masonry",
"version": "4.2.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
"type": "zip"
}
}
"name": "gdsmith/jquery.easing",
"version": "1.4.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/gdsmith/jquery.easing",
"type": "git",
"reference": "origin/master"
}
"ckeditor/indentblock": "4.8.0",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"desandro/masonry": "4.2",
"dimsemenov/magnific-popup": "1.1",
"drupal/addtocalendar": "3.2",
"drupal/admin_toolbar": "3.2.1",
"drupal/allowed_formats": "1.5",
"drupal/block_permissions": "1.2",
"drupal/bootstrap": "^3.23",
"drupal/config_direct_save": "2.1",
"drupal/config_filter": "1.10",
"drupal/config_ignore": "2.3",
"drupal/console": "1.9.7",

Brian Weaver
committed
"drupal/entity_browser": "2.8",
"drupal/entity_embed": "1.3",
"drupal/externalauth": "1.4",
"drupal/field_group": "3.4",
"drupal/focal_point": "1.5",
"drupal/google_analytics": "^4.0",
"drupal/libraries": "3.0-beta1",
"drupal/link_attributes": "1.12",
"drupal/mathjax": "3.0.0",
"drupal/menu_breadcrumb": "1.16",
"drupal/migrate_plus": "5.1",
"drupal/migrate_tools": "5.0",
"drupal/module_filter": "3.2",
"drupal/paragraphs": "1.12",
"drupal/recaptcha_v3": "^1.4",
"drupal/roleassign": "1.0.0-beta1",
"drupal/simple_gmap": "3.0.1",
"drupal/simplesamlphp_auth": "3.3",
"drupal/social_media": "1.9-rc2",
"drupal/userprotect": "1.1",
"drupal/video_embed_field": "2.4",
"drupal/view_unpublished": "1.0",
"drupal/views_ajax_history": "1.6",
"drupal/views_bootstrap": "3.6",
"provide": {
"drupal/ckeditor": "*"
},
"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 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-create-project-cmd": [
"@drupal-scaffold",
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"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}",

Brian Weaver
committed
"locations": {

Brian Weaver
committed
},
"file-mapping": {
"[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]/sites/README.txt": false,
"[web-root]/themes/README.txt": false,
"[web-root]/web.config": false

Brian Weaver
committed
}
"2862291": "https://www.drupal.org/files/issues/2021-01-11/2862291-34.patch",
"2949017": "https://www.drupal.org/files/issues/2019-12-12/2949017-59.patch",
"rm nolink": "patches/rm-nolink.patch"
Brian Canini
committed
"drupal/addtocalendar": {
"UTC Time Adjustment": "patches/utc-time-adjustment.patch"
"3050027": "https://www.drupal.org/files/issues/2022-10-10/entity_clone-clone_layout_builder-3050027-34.patch"
},
"drupal/entity_embed": {
"3077225": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch"
},
"2811189": "https://www.drupal.org/files/issues/2022-05-25/honeypot-field_weight-2811189-27_0.patch"
"drupal/inline_entity_form": {
"3208279": "https://www.drupal.org/files/issues/2021-05-08/inline_entity_form-n3208279-13.patch"
"2712951": "https://www.drupal.org/files/issues/2021-04-07/linkit-for-link-field-2712951-216.patch"
"drupal/multiple_fields_remove_button": {
"Adding Date Range": "patches/multiple_fields_remove_button-daterange-addition.patch"
},
"drupal/social_media_links": {
"Remove Google Plus": "patches/rm-googleplus.patch"
},
"mehrpadin/superfish": {
"Fontawesome Tags": "patches/superfish-fontawesome-tags.patch"
},
"drupal/views_ajax_history": {
"3028400": "https://www.drupal.org/files/issues/2019-05-16/wrong-url-with-infinit-scroll-3028400-1.patch"
}
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"platform": {
},
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/console-extend-plugin": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true