composer.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "drupal/recommended-project",
  3. "description": "Project template for Drupal 9 projects with a relocated document root",
  4. "type": "project",
  5. "license": "GPL-2.0-or-later",
  6. "homepage": "https://www.drupal.org/project/drupal",
  7. "support": {
  8. "docs": "https://www.drupal.org/docs/user_guide/en/index.html",
  9. "chat": "https://www.drupal.org/node/314178"
  10. },
  11. "repositories": [
  12. {
  13. "type": "composer",
  14. "url": "https://packages.drupal.org/8"
  15. }
  16. ],
  17. "require": {
  18. "composer/installers": "^1.9",
  19. "drupal/address": "^1.10",
  20. "drupal/administerusersbyrole": "^3.0",
  21. "drupal/config_pages": "2.x-dev@dev",
  22. "drupal/core-composer-scaffold": "^9.2",
  23. "drupal/core-project-message": "^9.2",
  24. "drupal/core-recommended": "^9.5",
  25. "drupal/entity_browser_enhanced": "^2.0",
  26. "drupal/entity_type_clone": "^4.0.3",
  27. "drupal/formatter_suite": "^1.3",
  28. "drupal/geocoder": "^3.25",
  29. "drupal/geofield": "^1.36",
  30. "drupal/honeypot": "^2.1",
  31. "drupal/image_delta_formatter": "^1.1",
  32. "drupal/image_field_caption": "^2.0",
  33. "drupal/leaflet": "^10.2",
  34. "drupal/leaflet_more_maps": "^2.1",
  35. "drupal/leaflet_more_markers": "^1.1",
  36. "drupal/linked_field": "^1.3",
  37. "drupal/mailsystem": "^4.4",
  38. "drupal/manage_display": "1.x-dev@dev",
  39. "drupal/page_manager": "4.x-dev@dev",
  40. "drupal/panels": "^4.6",
  41. "drupal/paragraphs": "1.x-dev@dev",
  42. "drupal/role_delegation": "^1.1",
  43. "drupal/search_api": "^1.30",
  44. "drupal/slick": "^2.9",
  45. "drupal/smart_trim": "^2.1.0",
  46. "drupal/structure_sync": "^2.0",
  47. "drupal/video_embed_dailymotion": "^2.0",
  48. "drupal/views_conditional": "^1.5",
  49. "drupal/views_ef_fieldset": "^1.6",
  50. "drupal/webform": "^6.1",
  51. "geocoder-php/mapquest-provider": "^4.2",
  52. "wikimedia/composer-merge-plugin": "^2.0"
  53. },
  54. "conflict": {
  55. "drupal/drupal": "*"
  56. },
  57. "minimum-stability": "stable",
  58. "prefer-stable": true,
  59. "config": {
  60. "sort-packages": true,
  61. "allow-plugins": {
  62. "composer/installers": true,
  63. "drupal/console-extend-plugin": true,
  64. "cweagans/composer-patches": true,
  65. "drupal/core-composer-scaffold": true,
  66. "drupal/core-project-message": false,
  67. "wikimedia/composer-merge-plugin": true,
  68. "php-http/discovery": true
  69. }
  70. },
  71. "extra": {
  72. "drupal-scaffold": {
  73. "locations": {
  74. "web-root": "web/"
  75. }
  76. },
  77. "installer-paths": {
  78. "web/core": [
  79. "type:drupal-core"
  80. ],
  81. "web/libraries/{$name}": [
  82. "type:drupal-library"
  83. ],
  84. "web/modules/contrib/{$name}": [
  85. "type:drupal-module"
  86. ],
  87. "web/profiles/contrib/{$name}": [
  88. "type:drupal-profile"
  89. ],
  90. "web/themes/contrib/{$name}": [
  91. "type:drupal-theme"
  92. ],
  93. "drush/Commands/contrib/{$name}": [
  94. "type:drupal-drush"
  95. ],
  96. "web/modules/custom/{$name}": [
  97. "type:drupal-custom-module"
  98. ],
  99. "web/profiles/custom/{$name}": [
  100. "type:drupal-custom-profile"
  101. ],
  102. "web/themes/custom/{$name}": [
  103. "type:drupal-custom-theme"
  104. ]
  105. },
  106. "drupal-core-project-message": {
  107. "include-keys": [
  108. "homepage",
  109. "support"
  110. ],
  111. "post-create-project-cmd-message": [
  112. "<bg=blue;fg=white> </>",
  113. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  114. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  115. "<bg=blue;fg=white> </>",
  116. "",
  117. "<bg=yellow;fg=black>Next steps</>:",
  118. " * Install the site: https://www.drupal.org/docs/8/install",
  119. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  120. " * Get support: https://www.drupal.org/support",
  121. " * Get involved with the Drupal community:",
  122. " https://www.drupal.org/getting-involved",
  123. " * Remove the plugin that prints this message:",
  124. " composer remove drupal/core-project-message"
  125. ]
  126. },
  127. "merge-plugin": {
  128. "include": [
  129. "web/profiles/d8-starterkit-profile/composer.json"
  130. ],
  131. "recurse": true,
  132. "replace": false,
  133. "merge-extra": true
  134. },
  135. "old_patches": {
  136. "drupal/core": {
  137. "Title formatting broken due to flawed EntityViewController->buildTitle https://www.drupal.org/project/drupal/issues/2941208": "https://www.drupal.org/files/issues/2021-12-01/entity.title-2941208-147.patch"
  138. }
  139. },
  140. "patches": {
  141. "drupal/paragraphs": {
  142. "Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch"
  143. },
  144. "drupal/page_manager": {
  145. "optional path arguments https://www.drupal.org/project/page_manager/issues/2810329" : "https://www.drupal.org/files/issues/2020-06-04/page_manager-allow_optional_parameters-2810329-16.patch"
  146. },
  147. "drupal/leaflet_more_maps": {
  148. "Stamen map tiles moving to Stadia hosting and will no longer be available at old URL https://www.drupal.org/project/leaflet_more_maps/issues/3393412": "https://git.drupalcode.org/project/leaflet_more_maps/-/merge_requests/5.diff"
  149. }
  150. }
  151. }
  152. }