131 lines
5.1 KiB
JSON
131 lines
5.1 KiB
JSON
{
|
|
"name": "agaric-sites/agaric_coop",
|
|
"description": "Agaric site modified from template for composer-based Drutopia projects.",
|
|
"type": "project",
|
|
"license": "GPL-2.0-or-later",
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"composer/installers": "^1.7",
|
|
"cweagans/composer-patches": "^1.0",
|
|
"drupal/admin_links_access_filter": "^1.0@alpha",
|
|
"drupal/allowed_formats": "^1.1",
|
|
"drupal/antibot": "^1.2",
|
|
"drupal/block_theme_sync": "^1.0@alpha",
|
|
"drupal/ckeditor_markdown": "^1.1",
|
|
"drupal/coffee": "1.x-dev",
|
|
"drupal/comment_notify": "dev-1.x",
|
|
"drupal/core-recommended": "^8.8",
|
|
"drupal/customerror": "1.x-dev",
|
|
"drupal/diff": "^1.0@RC",
|
|
"drupal/dropdown_language": "^2.2",
|
|
"drupal/drutopia_core": "1.x-dev",
|
|
"drupal/drutopia_site": "dev-1.x",
|
|
"drupal/google_analytics": "^2.3",
|
|
"drupal/honeypot": "^1.29",
|
|
"drupal/hotjar": "^1.2",
|
|
"drupal/http_cache_control": "^1.0",
|
|
"drupal/http_client_error_status": "^1.0",
|
|
"drupal/indieweb": "1.x-dev",
|
|
"drupal/mailsystem": "^4.3",
|
|
"drupal/markdown": "^1.2",
|
|
"drupal/menu_trail_by_path": "^1.1",
|
|
"drupal/migrate_plus": "^4.0",
|
|
"drupal/migrate_tools": "^4.0",
|
|
"drupal/mimemail": "^1.0@alpha",
|
|
"drupal/minimalhtml": "^1.0",
|
|
"drupal/multiline_config": "^1.0",
|
|
"drupal/paragraphs_features": "^1.4",
|
|
"drupal/preview_link": "^1.1",
|
|
"drupal/redirect": "^1.2",
|
|
"drupal/regionincontent": "1.x-dev",
|
|
"drupal/scheduler": "^1.0",
|
|
"drupal/scn": "^1.1",
|
|
"drupal/search404": "^1.0",
|
|
"drupal/stripe_webform": "^1.1",
|
|
"drupal/swiftmailer": "^1.0@beta",
|
|
"drupal/textarea_widget_for_text": "^1.1",
|
|
"drupal/twigsuggest": "1.x-dev",
|
|
"drupal/ui_patterns": "^1.0@RC",
|
|
"drupal/upgrade_status": "^2.0",
|
|
"drupal/viewsreference": "^1.2",
|
|
"drupal/webform": "^5.0@RC",
|
|
"drupal/webform_mailchimp": "^5.4",
|
|
"drupal/wysiwyg_linebreaks": "1.x-dev",
|
|
"drush/drush": "^10.0",
|
|
"drutopia/drutopia": "^1.0-beta1",
|
|
"wikimedia/composer-merge-plugin": "^1.4",
|
|
"zaporylie/composer-drupal-optimizations": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.4",
|
|
"behat/mink": "^1.7",
|
|
"behat/mink-goutte-driver": "^1.2",
|
|
"phpunit/phpunit": "^7"
|
|
},
|
|
"repositories": {
|
|
"drupal": {
|
|
"type": "composer",
|
|
"url": "https://packages.drupal.org/8"
|
|
},
|
|
"drutopia": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/drutopia/drutopia"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"process-timeout": 600
|
|
},
|
|
"conflict": {
|
|
"drupal/drupal": "*"
|
|
},
|
|
"extra": {
|
|
"drupal-scaffold": {
|
|
"locations": {
|
|
"web-root": "web/"
|
|
}
|
|
},
|
|
"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"],
|
|
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
|
|
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
|
|
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
|
|
},
|
|
"merge-plugin": {
|
|
"include": [
|
|
"web/modules/contrib/webform/composer.libraries.json"
|
|
]
|
|
},
|
|
"enable-patching": true,
|
|
"patches": {
|
|
"drupal/search404": {
|
|
"Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch"
|
|
},
|
|
"drupal/coffee": {
|
|
"Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch"
|
|
},
|
|
"drupal/wysiwyg_linebreaks": {
|
|
"Drupal 9 readiness and code standars": "https://www.drupal.org/files/issues/2020-04-21/drupal_9_readiness_and_code_standarts_3129608-7.patch",
|
|
"Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch"
|
|
},
|
|
"drupal/textarea_widget_for_text": {
|
|
"Automated Drupal Rector fixes":"https://www.drupal.org/files/issues/2020-05-23/textarea_widget_for_text.1.1.rector.patch"
|
|
},
|
|
"drupal/similarterms": {
|
|
"Compatibility with Drupal 9": "https://www.drupal.org/files/issues/2020-06-20/Compatibility_with_Drupal_9-3120089-5.patch"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib",
|
|
"quick-start": [
|
|
"composer install",
|
|
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
|
|
]
|
|
}
|
|
}
|