composer.json 5.8 KB

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