composer.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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": "^1.1",
  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/slick": "^2.9",
  44. "drupal/smart_trim": "^2.1.0",
  45. "drupal/structure_sync": "^2.0",
  46. "drupal/views_conditional": "^1.5",
  47. "drupal/views_ef_fieldset": "^1.6",
  48. "drupal/webform": "^6.1",
  49. "geocoder-php/mapquest-provider": "^4.2",
  50. "wikimedia/composer-merge-plugin": "^2.0"
  51. },
  52. "conflict": {
  53. "drupal/drupal": "*"
  54. },
  55. "minimum-stability": "stable",
  56. "prefer-stable": true,
  57. "config": {
  58. "sort-packages": true,
  59. "allow-plugins": {
  60. "composer/installers": true,
  61. "drupal/console-extend-plugin": true,
  62. "cweagans/composer-patches": true,
  63. "drupal/core-composer-scaffold": true,
  64. "drupal/core-project-message": false,
  65. "wikimedia/composer-merge-plugin": true,
  66. "php-http/discovery": true
  67. }
  68. },
  69. "extra": {
  70. "drupal-scaffold": {
  71. "locations": {
  72. "web-root": "web/"
  73. }
  74. },
  75. "installer-paths": {
  76. "web/core": [
  77. "type:drupal-core"
  78. ],
  79. "web/libraries/{$name}": [
  80. "type:drupal-library"
  81. ],
  82. "web/modules/contrib/{$name}": [
  83. "type:drupal-module"
  84. ],
  85. "web/profiles/contrib/{$name}": [
  86. "type:drupal-profile"
  87. ],
  88. "web/themes/contrib/{$name}": [
  89. "type:drupal-theme"
  90. ],
  91. "drush/Commands/contrib/{$name}": [
  92. "type:drupal-drush"
  93. ],
  94. "web/modules/custom/{$name}": [
  95. "type:drupal-custom-module"
  96. ],
  97. "web/profiles/custom/{$name}": [
  98. "type:drupal-custom-profile"
  99. ],
  100. "web/themes/custom/{$name}": [
  101. "type:drupal-custom-theme"
  102. ]
  103. },
  104. "drupal-core-project-message": {
  105. "include-keys": [
  106. "homepage",
  107. "support"
  108. ],
  109. "post-create-project-cmd-message": [
  110. "<bg=blue;fg=white> </>",
  111. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  112. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  113. "<bg=blue;fg=white> </>",
  114. "",
  115. "<bg=yellow;fg=black>Next steps</>:",
  116. " * Install the site: https://www.drupal.org/docs/8/install",
  117. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  118. " * Get support: https://www.drupal.org/support",
  119. " * Get involved with the Drupal community:",
  120. " https://www.drupal.org/getting-involved",
  121. " * Remove the plugin that prints this message:",
  122. " composer remove drupal/core-project-message"
  123. ]
  124. },
  125. "merge-plugin": {
  126. "include": [
  127. "web/profiles/d8-starterkit-profile/composer.json"
  128. ],
  129. "recurse": true,
  130. "replace": false,
  131. "merge-extra": true
  132. },
  133. "old_patches": {
  134. "drupal/core": {
  135. "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"
  136. }
  137. },
  138. "patches": {
  139. "drupal/paragraphs": {
  140. "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"
  141. },
  142. "drupal/page_manager": {
  143. "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"
  144. },
  145. "drupal/leaflet_more_maps": {
  146. "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"
  147. }
  148. }
  149. }
  150. }