165 lines
5.9 KiB
JSON
165 lines
5.9 KiB
JSON
{
|
|
"name": "drupal-composer/drupal-project",
|
|
"description": "Project template for Drupal 8 projects with composer",
|
|
"type": "project",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "",
|
|
"role": ""
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://packages.drupal.org/8"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"composer/installers": "^1.7",
|
|
"cweagans/composer-patches": "^1.6.5",
|
|
"drupal/addtoany": "^1.4",
|
|
"drupal/admin_toolbar": "^2.3",
|
|
"drupal/adminimal_theme": "^1.4",
|
|
"drupal/audiofield": "^1.13",
|
|
"drupal/autologout": "^1.3",
|
|
"drupal/basic": "^2.1",
|
|
"drupal/better_messages": "^2.0@alpha",
|
|
"drupal/bulkdelete": "1.x-dev",
|
|
"drupal/color_field": "^2.4",
|
|
"drupal/config_devel": "^1.4",
|
|
"drupal/config_filter": "^1.6",
|
|
"drupal/config_ignore": "^3.3",
|
|
"drupal/context": "^4.1",
|
|
"drupal/core-composer-scaffold": "^8.9",
|
|
"drupal/core-project-message": "^8.9",
|
|
"drupal/core-recommended": "^8.9",
|
|
"drupal/ctools": "^3.4",
|
|
"drupal/date_range_formatter": "^4.0",
|
|
"drupal/devel": "^4.0",
|
|
"drupal/domain": "^1.0@alpha",
|
|
"drupal/domain_menu_access": "^1.0@alpha",
|
|
"drupal/domain_site_settings": "^1.6",
|
|
"drupal/email_registration": "^1.1",
|
|
"drupal/entity": "^1.3",
|
|
"drupal/features": "^3.11",
|
|
"drupal/field_group": "^3.1",
|
|
"drupal/filefield_sources": "^1.0@alpha",
|
|
"drupal/filter_perms": "^1.0@alpha",
|
|
"drupal/honeypot": "^2.0",
|
|
"drupal/jquery_ui_draggable": "^1.2",
|
|
"drupal/jquery_ui_droppable": "^1.2",
|
|
"drupal/jquery_ui_sortable": "^1.1",
|
|
"drupal/linkit": "^6.0@beta",
|
|
"drupal/login_emailusername": "^2.1",
|
|
"drupal/maillog": "^1.0@beta",
|
|
"drupal/menu_admin_per_menu": "1.1",
|
|
"drupal/metatag": "^1.14",
|
|
"drupal/migrate_tools": "^4.1",
|
|
"drupal/pathauto": "^1.6",
|
|
"drupal/profile": "^1.0",
|
|
"drupal/redirect": "^1.3",
|
|
"drupal/redis": "^1.1",
|
|
"drupal/restui": "^1.17",
|
|
"drupal/search_api": "^1.17",
|
|
"drupal/simple_sitemap": "^3.7",
|
|
"drupal/synonyms": "^1.0@alpha",
|
|
"drupal/translation_views": "^1.0",
|
|
"drupal/upgrade_status": "^3.19",
|
|
"drupal/url_to_video_filter": "^2.0",
|
|
"drupal/views_bulk_edit": "^2.6",
|
|
"drupal/views_bulk_operations": "^3.9",
|
|
"drupal/workflow": "1.3",
|
|
"drush/drush": "^9.0",
|
|
"kint-php/kint": "^5.1",
|
|
"vlucas/phpdotenv": "^2.4",
|
|
"webflo/drupal-finder": "^1.0.0",
|
|
"webmozart/path-util": "^2.3"
|
|
},
|
|
"conflict": {
|
|
"drupal/drupal": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"cweagans/composer-patches": true,
|
|
"drupal/core-composer-scaffold": true,
|
|
"drupal/core-project-message": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"scripts/composer/ScriptHandler.php"
|
|
],
|
|
"files": ["load.environment.php"]
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
]
|
|
},
|
|
"extra": {
|
|
"composer-exit-on-patch-failure": true,
|
|
"patchLevel": {
|
|
"drupal/core": "-p2"
|
|
},
|
|
"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/{$name}": ["type:drupal-drush"]
|
|
},
|
|
"patches": {
|
|
"drupal/login_emailusername": {
|
|
"rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
|
|
},
|
|
"drupal/autologout": {
|
|
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
|
|
},
|
|
"drupal/domain": {
|
|
"Drupal 8 compatibility DROP ONCE UPDATED TO 9 !! https://www.drupal.org/project/domain/issues/3342305" : "https://www.drupal.org/files/issues/2024-03-29/d8_compatibility-3342305.patch"
|
|
}
|
|
},
|
|
"old-patches": {
|
|
"drupal/domain_site_settings": {
|
|
"Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
|
|
}
|
|
},
|
|
"drupal-scaffold": {
|
|
"initial": {
|
|
".editorconfig": "../.editorconfig",
|
|
".gitattributes": "../.gitattributes"
|
|
},
|
|
"allowed-packages": [
|
|
"drupal/core"
|
|
],
|
|
"locations": {
|
|
"web-root": "./web"
|
|
},
|
|
"file-mapping": {
|
|
"[web-root]/sites/development.services.yml": false
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|