composer.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "name": "drupal-composer/drupal-project",
  3. "description": "Project template for Drupal 8 projects with composer",
  4. "type": "project",
  5. "license": "GPL-2.0-or-later",
  6. "authors": [
  7. {
  8. "name": "",
  9. "role": ""
  10. }
  11. ],
  12. "repositories": [
  13. {
  14. "type": "composer",
  15. "url": "https://packages.drupal.org/8"
  16. },
  17. {
  18. "type": "composer",
  19. "url": "https://asset-packagist.org"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=5.6",
  24. "composer/installers": "^1.7",
  25. "cweagans/composer-patches": "^1.6.5",
  26. "drupal/addtoany": "^2.0",
  27. "drupal/admin_toolbar": "^3.5",
  28. "drupal/adminimal_theme": "^1.4",
  29. "drupal/audiofield": "^1.13",
  30. "drupal/autologout": "^2",
  31. "drupal/basic": "^3.0@alpha",
  32. "drupal/bulkdelete": "1.x-dev@dev",
  33. "drupal/classy": "^1.0",
  34. "drupal/color_field": "^3.0",
  35. "drupal/composer_deploy": "^1.7",
  36. "drupal/config_devel": "^1.9",
  37. "drupal/config_filter": "^2.6",
  38. "drupal/config_ignore": "^3.3",
  39. "drupal/config_update": "^2.0@alpha",
  40. "drupal/context": "^5.0@RC",
  41. "drupal/core-composer-scaffold": "^10",
  42. "drupal/core-project-message": "^10",
  43. "drupal/core-recommended": "^10",
  44. "drupal/ctools": "^4.1",
  45. "drupal/date_range_formatter": "^4.0",
  46. "drupal/devel": "^5.1",
  47. "drupal/domain": "^2.0@beta",
  48. "drupal/domain_menu_access": "^2.0",
  49. "drupal/domain_site_settings": "^1.6",
  50. "drupal/email_registration": "^1.1",
  51. "drupal/entity": "^1.4",
  52. "drupal/field_group": "^3.6",
  53. "drupal/filefield_sources": "2.0.x-dev@dev",
  54. "drupal/filter_perms": "^2.0",
  55. "drupal/honeypot": "^2.1",
  56. "drupal/jquery_ui_draggable": "^2.1",
  57. "drupal/jquery_ui_droppable": "^2.1",
  58. "drupal/jquery_ui_sortable": "^2.0",
  59. "drupal/js_cookie": "^1.0",
  60. "drupal/linkit": "^6.0@beta",
  61. "drupal/login_emailusername": "^2.1",
  62. "drupal/maillog": "^1.1",
  63. "drupal/menu_admin_per_menu": "^1.5",
  64. "drupal/metatag": "^2.0",
  65. "drupal/pathauto": "^1.13",
  66. "drupal/profile": "^1.0",
  67. "drupal/redirect": "^1.10",
  68. "drupal/redis": "^1.8",
  69. "drupal/restui": "^1.17",
  70. "drupal/search_api": "^1.30",
  71. "drupal/simple_sitemap": "^4.1",
  72. "drupal/synonyms": "^2.1",
  73. "drupal/token": "^1.15",
  74. "drupal/translation_views": "^1.0",
  75. "drupal/upgrade_status": "^4.3",
  76. "drupal/views_bulk_edit": "^3",
  77. "drupal/views_bulk_operations": "^4.2",
  78. "drupal/workflow": "^1.8",
  79. "drush/drush": "^12",
  80. "kint-php/kint": "^5.1",
  81. "vlucas/phpdotenv": "^2.4",
  82. "webflo/drupal-finder": "^1.0.0",
  83. "webmozart/path-util": "^2.3"
  84. },
  85. "conflict": {
  86. "drupal/drupal": "*"
  87. },
  88. "minimum-stability": "dev",
  89. "prefer-stable": true,
  90. "config": {
  91. "sort-packages": true,
  92. "allow-plugins": {
  93. "composer/installers": true,
  94. "cweagans/composer-patches": true,
  95. "drupal/core-composer-scaffold": true,
  96. "drupal/core-project-message": true
  97. }
  98. },
  99. "autoload": {
  100. "classmap": [
  101. "scripts/composer/ScriptHandler.php"
  102. ],
  103. "files": ["load.environment.php"]
  104. },
  105. "scripts": {
  106. "pre-install-cmd": [
  107. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  108. ],
  109. "pre-update-cmd": [
  110. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  111. ],
  112. "post-install-cmd": [
  113. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  114. ],
  115. "post-update-cmd": [
  116. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  117. ]
  118. },
  119. "extra": {
  120. "composer-exit-on-patch-failure": true,
  121. "patchLevel": {
  122. "drupal/core": "-p2"
  123. },
  124. "installer-paths": {
  125. "web/core": ["type:drupal-core"],
  126. "web/libraries/{$name}": ["type:drupal-library"],
  127. "web/modules/contrib/{$name}": ["type:drupal-module"],
  128. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  129. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  130. "drush/Commands/{$name}": ["type:drupal-drush"]
  131. },
  132. "patches": {
  133. "drupal/login_emailusername": {
  134. "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",
  135. "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"
  136. },
  137. "drupal/date_range_formatter":{
  138. "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"
  139. }
  140. },
  141. "old-patches": {
  142. "drupal/domain_site_settings": {
  143. "Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
  144. },
  145. "drupal/autologout": {
  146. "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"
  147. },
  148. "drupal/domain": {
  149. "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"
  150. }
  151. },
  152. "drupal-scaffold": {
  153. "initial": {
  154. ".editorconfig": "../.editorconfig",
  155. ".gitattributes": "../.gitattributes"
  156. },
  157. "allowed-packages": [
  158. "drupal/core"
  159. ],
  160. "locations": {
  161. "web-root": "./web"
  162. },
  163. "file-mapping": {
  164. "[web-root]/sites/development.services.yml": false
  165. }
  166. }
  167. }
  168. }