Files
edlp_d8/composer.json
T
2025-09-01 15:38:38 +02:00

173 lines
6.6 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": "^2.0",
"drupal/admin_toolbar": "^3.5",
"drupal/adminimal_theme": "^1.4",
"drupal/audiofield": "^1.13",
"drupal/autologout": "^2",
"drupal/basic": "^3.0@alpha",
"drupal/bulkdelete": "1.x-dev@dev",
"drupal/classy": "^1.0",
"drupal/color_field": "^3.0",
"drupal/composer_deploy": "^1.7",
"drupal/config_devel": "^1.9",
"drupal/config_filter": "^2.6",
"drupal/config_ignore": "^3.3",
"drupal/config_update": "^2.0@alpha",
"drupal/context": "^5.0@RC",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/ctools": "^4.1",
"drupal/date_range_formatter": "^4.0",
"drupal/devel": "^5.1",
"drupal/domain": "^2.0@beta",
"drupal/domain_menu_access": "^2.0",
"drupal/domain_site_settings": "^1.6",
"drupal/email_registration": "^1.1",
"drupal/entity": "^1.4",
"drupal/field_group": "^3.6",
"drupal/filefield_sources": "2.0.x-dev@dev",
"drupal/filter_perms": "^2.0",
"drupal/honeypot": "^2.1",
"drupal/jquery_ui_draggable": "^2.1",
"drupal/jquery_ui_droppable": "^2.1",
"drupal/jquery_ui_sortable": "^2.0",
"drupal/js_cookie": "^1.0",
"drupal/linkit": "^6.0@beta",
"drupal/login_emailusername": "^2.1",
"drupal/maillog": "^1.1",
"drupal/menu_admin_per_menu": "^1.5",
"drupal/metatag": "^2.0",
"drupal/pathauto": "^1.13",
"drupal/profile": "^1.0",
"drupal/redirect": "^1.10",
"drupal/redis": "^1.8",
"drupal/restui": "^1.17",
"drupal/search_api": "^1.30",
"drupal/simple_sitemap": "^4.1",
"drupal/synonyms": "^2.1",
"drupal/token": "^1.15",
"drupal/translation_views": "^1.0",
"drupal/upgrade_status": "^4.3",
"drupal/views_bulk_edit": "^3",
"drupal/views_bulk_operations": "^4.3",
"drupal/workflow": "^1.8",
"drush/drush": "^12",
"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",
"Flood service is undefined https://www.drupal.org/project/login_emailusername/issues/3276966" : "https://www.drupal.org/files/issues/2024-09-30/login_emailusername_issues_3276966_%2312.patch"
},
"drupal/date_range_formatter":{
"Passing empty value to t() when same day + time for start and end date https://www.drupal.org/project/date_range_formatter/issues/3309324":"https://www.drupal.org/files/issues/2024-10-10/date_range_formatter_3309324_%2330.patch"
},
"drupal/domain":{
"WSOD Undefined method Drupal/domain/DomainListBuilder::formBuilder https://www.drupal.org/project/domain/issues/3450485":"https://www.drupal.org/files/issues/2024-05-29/3450485-domain-form-builder.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/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"
}
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes"
},
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "./web"
},
"file-mapping": {
"[web-root]/sites/development.services.yml": false
}
}
}
}