Created
October 12, 2016 20:20
-
-
Save heddn/9b60c7a7f1d92b8251af6d5a4b7da8f6 to your computer and use it in GitHub Desktop.
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": "thinksimply/nepc", | |
"description": "Drupal 8 Install", | |
"type": "project", | |
"repositories": [ | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "ckeditor/ckeditor", | |
"version": "4.5.10", | |
"type" : "drupal-library", | |
"dist": { | |
"url": "https://github.com/ckeditor/ckeditor-dev/archive/4.5.10.zip", | |
"type": "zip" | |
} | |
} | |
}, | |
{ | |
"type": "composer", | |
"url": "https://packages.drupal.org/8" | |
} | |
], | |
"require": { | |
"ckeditor/ckeditor": "~4", | |
"composer/installers": "~1", | |
"cweagans/composer-patches": "~1.0", | |
"drupal-composer/drupal-scaffold": "~1", | |
"drupal/admin_toolbar": "~1", | |
"drupal/ckeditor_media_embed": "1.x-dev", | |
"drupal/config_installer": "~1", | |
"drupal/config_update": "~1", | |
"drupal/console": "~1", | |
"drupal/contact_block": "~1", | |
"drupal/contact_storage": "~1", | |
"drupal/core": "~8", | |
"drupal/ctools": "~3", | |
"drupal/devel": "1.x-dev", | |
"drupal/diff": "~1", | |
"drupal/easy_breadcrumb": "~1", | |
"drupal/facets": "~1", | |
"drupal/google_analytics": "~2", | |
"drupal/honeypot": "~1", | |
"drupal/masquerade": "~1", | |
"drupal/media_entity": "~1", | |
"drupal/menu_admin_per_menu": "~1", | |
"drupal/metatag": "1.x-dev", | |
"drupal/ng_lightbox": "~1", | |
"drupal/paragraphs": "~1", | |
"drupal/pathauto": "~1", | |
"drupal/pathologic": "~1", | |
"drupal/redirect": "~1", | |
"drupal/redis": "~1", | |
"drupal/search_api": "~1", | |
"drupal/search_api_attachments": "1.x-dev#f30413e71dc0a1b2daa2106e8bc60d5db066a198", | |
"drupal/search_api_solr": "1.x-dev", | |
"drupal/token": "~1", | |
"drupal/twig_tweak": "~1", | |
"drupal/video_embed_field": "~1", | |
"drupal/view_unpublished": "~1", | |
"drupal/image_raw_formatter": "1.x-dev", | |
"drush/drush": "~8", | |
"geerlingguy/drupal-vm": "dev-master", | |
"pixo/labcoat": "dev-master", | |
"solarium/solarium": "~3" | |
}, | |
"conflict": { | |
"drupal/drupal": "*" | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"autoload": { | |
"classmap": ["scripts/composer/ScriptHandler.php"] | |
}, | |
"scripts": { | |
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", | |
"post-install-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::buildScaffold", | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
], | |
"post-update-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::buildScaffold", | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
] | |
}, | |
"extra": { | |
"installer-paths": { | |
"web/core": ["type:drupal-core"], | |
"web/modules/contrib/{$name}": ["type:drupal-module"], | |
"web/profiles/contrib/{$name}": ["type:drupal-profile"], | |
"web/themes/contrib/{$name}": ["type:drupal-theme"], | |
"web/libraries/{$name}" : ["type:drupal-library"], | |
"drush/contrib/{$name}": ["type:drupal-drush"] | |
}, | |
"patches": { | |
"drupal/core": { | |
"Array merge failure on line 153 of core/lib/Drupal/Core/Utility/LinkGenerator.php":"https://www.drupal.org/files/issues/link_gen_array_merge-2596937-59.patch" | |
}, | |
"drupal/facets": { | |
"Create a date query type" : "https://www.drupal.org/files/issues/create_a_date_query_type-2611812-27.patch" | |
}, | |
"drupal/search_api_attachments": { | |
"Display configuration form": "https://www.drupal.org/files/issues/search_api_attachments.FileExtractor-configform.patch", | |
"Allow save 'Maximum upload size' config as suggest the description": "https://www.drupal.org/files/issues/allow_save_maximum_filesize-2799619-2.patch" | |
}, | |
"drupal/search_api_solr": { | |
"Error while indexing fulltext fields with values larger than 32766 characters": "https://www.drupal.org/files/issues/sort_fulltext-2809429-4.patch" | |
}, | |
"drupal/search_api": { | |
"Taxonomy terms are not indexed as expected for multilingual sites": "https://www.drupal.org/files/issues/2684465-23-nontranslated_related_entities.patch" | |
} | |
} | |
}, | |
"config": { | |
"optimize-autoloader": true, | |
"preferred-install": "dist", | |
"platform": { | |
"php": "5.5.33" | |
}, | |
"sort-packages": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment