Skip to content

Instantly share code, notes, and snippets.

@tobybellwood
Last active April 5, 2020 00:31
Show Gist options
  • Save tobybellwood/c493afa80f7c02d13bba9039ae94342e to your computer and use it in GitHub Desktop.
Save tobybellwood/c493afa80f7c02d13bba9039ae94342e to your computer and use it in GitHub Desktop.
GovCMS8 D9 version
{
"name": "govcms/govcms",
"description": "GovCMS8 Drupal Distribution",
"keywords": ["GovCMS", "GovCMS8"],
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"homepage": "https://www.govcms.gov.au",
"support": {
"issues:": "https://github.com/govCMS/govCMS8/issues",
"wik": "https://github.com/govCMS/govCMS8/wiki",
"source": "https://github.com/govCMS/govCMS8/releases"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": "^7.3",
"bower-asset/chosen": "1.8.7",
"bower-asset/dropzone": "5.5.0",
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.4",
"drupal/admin_toolbar": "2.2.0",
"drupal/adminimal_admin_toolbar": "1.x-dev",
"drupal/chosen": "2.9.0",
"drupal/components": "2.0-beta2",
"drupal/config_filter": "1.5.0",
"drupal/config_ignore": "3.x-dev",
"drupal/consumers": "1.11.0",
"drupal/contact_storage": "1.0.0",
"drupal/core-recommended": "9.0.0-beta2",
"drupal/ctools": "3.4.0",
"drupal/diff": "1.0.0",
"drupal/devel": "3.x-dev",
"drupal/dropzonejs": "2.1.0",
"drupal/ds": "4.x-dev",
"drupal/dynamic_entity_reference": "2.0.0-alpha11",
"drupal/entity_browser": "2.4.0",
"drupal/entity_class_formatter": "1.3.0",
"drupal/entity_embed": "1.1.0",
"drupal/entity_reference_display": "1.3.0",
"drupal/entity_reference_revisions": "1.8.0",
"drupal/facets": "1.x-dev",
"drupal/field_group": "3.0.0",
"drupal/focal_point": "1.3.0",
"drupal/honeypot": "1.x-dev",
"drupal/inline_entity_form": "1.0.0-rc3",
"drupal/linked_field": "1.3.0",
"drupal/linkit": "5.x-dev",
"drupal/menu_trail_by_path": "1.x-dev",
"drupal/metatag": "1.12.0",
"drupal/modifiers": "1.4.0",
"drupal/page_manager": "4.0.0-beta5",
"drupal/panelizer": "4.3.0",
"drupal/panels": "4.6.0",
"drupal/paragraphs": "1.11.0",
"drupal/pathauto": "1.x-dev",
"drupal/redirect": "1.5.0",
"drupal/restui": "1.x-dev",
"drupal/robotstxt": "1.4.0",
"drupal/search_api_solr": "3.9.0",
"drupal/search_api_attachments": "1.0-beta16",
"drupal/shield": "1.4.0",
"drupal/simple_oauth": "4.4.0",
"drupal/simple_sitemap": "3.5.0",
"drupal/swiftmailer": "2.x-dev",
"drupal/token": "1.6.0",
"drupal/video_embed_field": "2.3.0",
"drupal/webform": "5.9.0",
"oomphinc/composer-installers-extender": "^1.1",
"swiftmailer/swiftmailer": "5.4.12",
"symfony/phpunit-bridge": "^3.4.6",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"require-dev": {
"grasmash/drupal-security-warning": "^1.1",
"phing/phing": "^2.16"
},
"extra": {
"drupal-scaffold": {
"initial": {
"sites/default/default.services.yml": "sites/default/services.yml",
"sites/default/default.settings.php": "sites/default/settings.php"
},
"excludes": [
"sites/development.services.yml"
]
},
"installer-types": ["bower-asset", "npm-asset"],
"installer-paths": {
"docroot/core": ["type:drupal-core"],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/modules/custom/{$name}": ["type:drupal-custom-module"],
"docroot/profiles/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"],
"docroot/libraries/{$name}": ["type:drupal-library", "type:bower-asset", "type:npm-asset"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"enable-patching": true,
"patches": {
"drupal/config_ignore": {
"Offset error within IgnoreFilter::activeReadMultiple() - https://www.drupal.org/project/config_ignore/issues/2972302": "https://www.drupal.org/files/issues/2018-07-31/offset-error-within-2972302-13.patch"
},
"drupal/panelizer": {
"PanelizerWizardContextForm calls parent constructor without enough arguments under CTools 3.1 - https://www.drupal.org/project/panelizer/issues/3031671": "https://www.drupal.org/files/issues/2019-04-03/3031671-8.patch"
},
"drupal/metatag": {
"Unset link rel: shortlink, edit-form, version-history and revision, and meta name: Generator, MobileOptimized, HandheldFriendly, viewport from <head> - https://www.drupal.org/project/metatag/issues/2735195#comment-12991008": "https://www.drupal.org/files/issues/2019-02-28/metatag-unset-2735195-42.patch"
},
"drupal/events_log_track": {
"Events Log Track breaks Entity Browser #5 - https://www.drupal.org/project/events_log_track/issues/2934036": "https://www.drupal.org/files/issues/2018-04-19/2934036-check_empty_submit-5.patch",
"Entities with title longer than 50 characters - https://www.drupal.org/project/events_log_track/issues/2930817": "https://www.drupal.org/files/issues/increase-character-length-2930817-2.patch",
"Event logs for change in workflows - https://www.drupal.org/project/events_log_track/issues/2974170": "https://www.drupal.org/files/issues/2018-06-26/events_log_track-add-workflows-2974170-7.patch",
"Add handlers for file and media entities - https://www.drupal.org/project/events_log_track/issues/2959769": "https://www.drupal.org/files/issues/2018-06-26/events-log-track_add-file-media-2959769-9.patch",
"Skip password logging during failed authentication attempt - https://www.drupal.org/project/events_log_track/issues/3027463": "https://www.drupal.org/files/issues/2019-01-22/event-log-track-auth-3027463-2.patch",
"Fix fatal error when we request password with non-existing users/emails on the Events Log Track User Authentication - https://www.drupal.org/project/events_log_track/issues/3060838#comment-13141212": "https://www.drupal.org/files/issues/2019-06-11/3060838-4.patch"
},
"drupal/google_analytics": {
"Fatal error when there is a view with the path search/node": "https://www.drupal.org/files/issues/2018-06-18/patch_google_analytics.patch"
},
"drupal/tfa": {
"The tfa.settings route should use the permission 'admin tfa settings' - https://www.drupal.org/project/tfa/issues/2943972": "https://www.drupal.org/files/issues/2943972-2.patch",
"Bad UX around 'required to setup TFA' concept and users who have skipped validation too many times - https://www.drupal.org/project/tfa/issues/2937336": "https://www.drupal.org/files/issues/2019-03-01/2937336-17.patch",
"Users' recovery codes exposed to admin users - https://www.drupal.org/project/tfa/issues/3075304": "https://www.drupal.org/files/issues/2019-08-16/tfa-3075304_2.patch"
}
}
},
"autoload": {
"psr-4": {
"govCMS\\Core\\": "src"
}
},
"config": {
"bin-dir": "bin/",
"sort-packages": true,
"optimize-autoloader": true
},
"conflict": {
"drupal/core": "7.*",
"drush/drush": "<8.1.10"
},
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold",
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"nuke": "rm -r -f composer.lock bin app vendor"
},
"suggest": {
"hirak/prestissimo": "^0.3"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment