composer.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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": "^1.4",
  27. "drupal/admin_toolbar": "^2.3",
  28. "drupal/adminimal_theme": "^1.4",
  29. "drupal/audiofield": "^1.13",
  30. "drupal/autologout": "^1.3",
  31. "drupal/basic": "^2.1",
  32. "drupal/better_messages": "^2.0@alpha",
  33. "drupal/bulkdelete": "1.x-dev",
  34. "drupal/color_field": "^2.4",
  35. "drupal/config_devel": "^1.4",
  36. "drupal/config_filter": "^1.6",
  37. "drupal/config_ignore": "^3.3",
  38. "drupal/context": "^4.1",
  39. "drupal/core-composer-scaffold": "^9.1.0",
  40. "drupal/core-project-message": "^9.1.0",
  41. "drupal/core-recommended": "^9.1.0",
  42. "drupal/ctools": "^3.4",
  43. "drupal/date_range_formatter": "^4.0",
  44. "drupal/devel": "^4.0",
  45. "drupal/domain": "^1.0@alpha",
  46. "drupal/domain_site_settings": "^1.6",
  47. "drupal/email_registration": "^1.1",
  48. "drupal/entity": "^1.3",
  49. "drupal/features": "^3.11",
  50. "drupal/field_group": "^3.1",
  51. "drupal/filefield_sources": "^1.0@alpha",
  52. "drupal/filter_perms": "^1.0@alpha",
  53. "drupal/honeypot": "^2.0",
  54. "drupal/jquery_ui_draggable": "^1.2",
  55. "drupal/jquery_ui_droppable": "^1.2",
  56. "drupal/jquery_ui_sortable": "^1.1",
  57. "drupal/linkit": "^6.0@beta",
  58. "drupal/login_emailusername": "^2.1",
  59. "drupal/maillog": "^1.0@beta",
  60. "drupal/menu_admin_per_menu": "1.1",
  61. "drupal/metatag": "^1.14",
  62. "drupal/pathauto": "^1.6",
  63. "drupal/profile": "^1.0",
  64. "drupal/redirect": "^1.3",
  65. "drupal/redis": "^1.1",
  66. "drupal/restui": "^1.17",
  67. "drupal/search_api": "^1.17",
  68. "drupal/simple_sitemap": "^3.7",
  69. "drupal/synonyms": "^1.0@alpha",
  70. "drupal/translation_views": "^1.0",
  71. "drupal/upgrade_status": "^3.19",
  72. "drupal/url_to_video_filter": "^2.0",
  73. "drupal/views_bulk_edit": "^2.6",
  74. "drupal/views_bulk_operations": "^3.9",
  75. "drupal/workflow": "1.6",
  76. "drush/drush": "^10",
  77. "kint-php/kint": "^5.1",
  78. "vlucas/phpdotenv": "^2.4",
  79. "webflo/drupal-finder": "^1.0.0",
  80. "webmozart/path-util": "^2.3"
  81. },
  82. "conflict": {
  83. "drupal/drupal": "*"
  84. },
  85. "minimum-stability": "dev",
  86. "prefer-stable": true,
  87. "config": {
  88. "sort-packages": true,
  89. "allow-plugins": {
  90. "composer/installers": true,
  91. "cweagans/composer-patches": true,
  92. "drupal/core-composer-scaffold": true,
  93. "drupal/core-project-message": true
  94. }
  95. },
  96. "autoload": {
  97. "classmap": [
  98. "scripts/composer/ScriptHandler.php"
  99. ],
  100. "files": ["load.environment.php"]
  101. },
  102. "scripts": {
  103. "pre-install-cmd": [
  104. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  105. ],
  106. "pre-update-cmd": [
  107. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  108. ],
  109. "post-install-cmd": [
  110. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  111. ],
  112. "post-update-cmd": [
  113. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  114. ]
  115. },
  116. "extra": {
  117. "composer-exit-on-patch-failure": true,
  118. "patchLevel": {
  119. "drupal/core": "-p2"
  120. },
  121. "installer-paths": {
  122. "web/core": ["type:drupal-core"],
  123. "web/libraries/{$name}": ["type:drupal-library"],
  124. "web/modules/contrib/{$name}": ["type:drupal-module"],
  125. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  126. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  127. "drush/Commands/{$name}": ["type:drupal-drush"]
  128. },
  129. "patches": {
  130. "drupal/login_emailusername": {
  131. "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"
  132. },
  133. "drupal/autologout": {
  134. "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"
  135. },
  136. "drupal/domain": {
  137. "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"
  138. }
  139. },
  140. "old-patches": {
  141. "drupal/domain_site_settings": {
  142. "Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
  143. }
  144. },
  145. "drupal-scaffold": {
  146. "initial": {
  147. ".editorconfig": "../.editorconfig",
  148. ".gitattributes": "../.gitattributes"
  149. },
  150. "allowed-packages": [
  151. "drupal/core"
  152. ],
  153. "locations": {
  154. "web-root": "./web"
  155. },
  156. "file-mapping": {
  157. "[web-root]/sites/development.services.yml": false
  158. }
  159. }
  160. }
  161. }