-
-
Save brunodbo/399c793c289e878596abb152dc09f0da to your computer and use it in GitHub Desktop.
D8 Composer & Patches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "drupal-composer/drupal-project", | |
"description": "Project template for Drupal 8 projects with composer", | |
"type": "project", | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "", | |
"role": "" | |
} | |
], | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://packages.drupal.org/8" | |
}, | |
{ | |
"type": "package", | |
"package": { | |
"name": "ubc-web-services/galactus", | |
"version": "dev-master", | |
"type": "drupal-theme", | |
"source": { | |
"url": "https://github.com/ubc-web-services/galactus", | |
"type": "git", | |
"reference": "origin/master" | |
} | |
} | |
} | |
], | |
"require": { | |
"composer/installers": "^1.2", | |
"cweagans/composer-patches": "^1.6", | |
"drupal-composer/drupal-scaffold": "^2.2", | |
"drupal/admin_toolbar": "dev-1.x", | |
"drupal/adminimal_admin_toolbar": "^1.3", | |
"drupal/adminimal_theme": "^1.3", | |
"drupal/advagg": "dev-2.x", | |
"drupal/chosen": "^2.1", | |
"drupal/coffee": "dev-1.x", | |
"drupal/computed_field": "dev-2.x", | |
"drupal/conditional_fields": "dev-1.x", | |
"drupal/config_devel": "dev-1.x", | |
"drupal/config_inspector": "dev-1.x", | |
"drupal/console": "~1.0", | |
"drupal/core": "^8.4", | |
"drupal/diff": "^1.0@RC", | |
"drupal/dropzonejs": "^1.0@alpha", | |
"drupal/entity_browser": "dev-1.x", | |
"drupal/extlink": "^1.0", | |
"drupal/field_group": "dev-1.x", | |
"drupal/field_tools": "dev-1.x", | |
"drupal/file_browser": "^1.0@alpha", | |
"drupal/filefield_paths": "dev-1.x", | |
"drupal/formtips": "^1.0", | |
"drupal/honeypot": "^1.23", | |
"drupal/image_widget_crop": "dev-2.x", | |
"drupal/linkit": "dev-5.x", | |
"drupal/list_formatter": "dev-2.x", | |
"drupal/masquerade": "^2.0@beta", | |
"drupal/migrate_plus": "dev-3.x", | |
"drupal/migrate_tools": "dev-3.x", | |
"drupal/migrate_upgrade": "dev-3.x", | |
"drupal/module_filter": "^3.0", | |
"drupal/page_manager": "dev-1.x", | |
"drupal/panels": "dev-4.x", | |
"drupal/pathauto": "^1.0@RC", | |
"drupal/profile": "dev-1.x", | |
"drupal/redirect": "^1.0@alpha", | |
"drupal/search_api": "dev-1.x", | |
"drupal/search_api_solr": "dev-1.x", | |
"drush/drush": "~8.0", | |
"mile23/drupal-merge-plugin": "dev-master", | |
"ubc-web-services/galactus": "dev-master", | |
"webflo/drupal-finder": "^0.2.1", | |
"webmozart/path-util": "^2.3" | |
}, | |
"require-dev": { | |
"behat/mink": "~1.7", | |
"behat/mink-goutte-driver": "~1.2", | |
"deployer/deployer": "^4.3", | |
"deployer/recipes": "^4.0", | |
"jcalderonzumba/gastonjs": "~1.0.2", | |
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1", | |
"mikey179/vfsstream": "~1.2", | |
"phpunit/phpunit": ">=4.8.28 <5", | |
"symfony/css-selector": "~2.8" | |
}, | |
"conflict": { | |
"drupal/drupal": "*" | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"config": { | |
"preferred-install": "source", | |
"sort-packages": true, | |
"optimize-autoloader": true | |
}, | |
"autoload": { | |
"classmap": [ | |
"scripts/composer/ScriptHandler.php" | |
] | |
}, | |
"scripts": { | |
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", | |
"pre-install-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion" | |
], | |
"pre-update-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion" | |
], | |
"post-install-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
], | |
"post-update-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
], | |
"list-extensions": "Mile23\\DrupalMerge\\Script::listExtensions", | |
"list-managed-extensions": "Mile23\\DrupalMerge\\Script::listManagedExtensions", | |
"list-unmanaged-extensions": "Mile23\\DrupalMerge\\Script::listUnmanagedExtensions" | |
}, | |
"extra": { | |
"installer-paths": { | |
"web/core": ["type:drupal-core"], | |
"web/libraries/{$name}": ["type:drupal-library"], | |
"web/modules/contrib/{$name}": ["type:drupal-module"], | |
"web/profiles/contrib/{$name}": ["type:drupal-profile"], | |
"web/themes/contrib/{$name}": ["type:drupal-theme", "ubc-web-services/galactus"], | |
"drush/contrib/{$name}": ["type:drupal-drush"] | |
}, | |
"patches-file": "composer.patches.json" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"patches": { | |
"drupal/core": { | |
"Migration - For Drupal migration, identify the source module": "https://www.drupal.org/files/issues/for_drupal_migration-2569805-96.patch", | |
"Migration - Migrate Drupal source plugins should use dependency injection": "https://www.drupal.org/files/issues/2853647-6-reroll.patch", | |
"Migration - Get sourceid values sorted from Row": "https://www.drupal.org/files/issues/sort_surceids_in_row-2698023-22.patch", | |
"Migration - Preserving auto-increment IDs on migration is fragile": "https://www.drupal.org/files/issues/2748609.patch", | |
"Migration - ImageItem presave() depends on a non-existent 'entity' property": "https://www.drupal.org/files/issues/imageitem_presave-2705925-35.patch", | |
"Migration - Fix SqlBase fallback priorities and document them": "https://www.drupal.org/files/issues/fix_sqlbase_fallback-2830031-10.patch", | |
"Migration - D6 text area formatting settings not respected when migrating to D8": "https://www.drupal.org/files/issues/2849861-d6-textarea-format-2-reroll_0.patch", | |
"Migration - Rename DedupeBase/DedupeEntity process plugins to MakeUnique and add documentation": "https://www.drupal.org/files/issues/2824610-44.patch", | |
"Migration - Field formatter mappings defined in getFieldFormatterMap have no effect": "https://www.drupal.org/files/issues/2843617-11.patch", | |
"Migration - Menu link migrations should be defensive": "https://www.drupal.org/files/issues/menu_link_migrations-2551727-62.patch", | |
"Migration - Migrate never unsets existing data for content entitites":"https://www.drupal.org/files/issues/2711353-62.patch", | |
"Entity reference field normalization has target_type and target_uuid, but not used in denormalization": "https://www.drupal.org/files/issues/2827164-58.patch", | |
"Path alias filter by system path": "https://www.drupal.org/files/issues/path_alias_filter_by-2418755-33_0.patch", | |
"Provide more feedback when skipping deleted fields": "https://www.drupal.org/files/issues/2862308-2.patch" | |
}, | |
"drupal/migrate_tools": { | |
"Drush command migrate status option names-only doesn't work faster as expected": "https://www.drupal.org/files/issues/migrate_tools-drush-ms-names-only-2829971-2-d8.patch", | |
"Use hook_entity_type_build() instead of hook_entity_type_alter()": "https://www.drupal.org/files/issues/use-2845740-2.patch", | |
"Migrate Tools dashboard plugin manager/config deriver UI issues": "https://www.drupal.org/files/issues/2825846-3.patch" | |
}, | |
"drupal/migrate_plus": { | |
"Properly integrate configuration-entity-based migrations with the core plugin manager": "https://www.drupal.org/files/issues/properly_integrate-2752335-33.patch", | |
"Migration failed with source plugin exception: Serialization of SimpleXMLElement is not allowed": "https://www.drupal.org/files/issues/migrate_plus_xml_return_asxml.patch", | |
"Add 'cck_plugin_method' to migration configuration entity schema": "https://www.drupal.org/files/issues/2843612-3_0.patch" | |
}, | |
"drupal/config_devel": { | |
"Show differences between config & info.yml":"https://www.drupal.org/files/issues/show_differences_between-2801201-3.patch", | |
"Visual feedback": "https://www.drupal.org/files/issues/visual_feedback-2640458-5.patch" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment