composer.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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/administerusersbyrole": "^3.0",
  20. "drupal/computed_token_field": "^1.0@beta",
  21. "drupal/config_enforce": "^1.0",
  22. "drupal/config_pages": "^2.17",
  23. "drupal/core-composer-scaffold": "^10",
  24. "drupal/core-project-message": "^10",
  25. "drupal/core-recommended": "^10",
  26. "drupal/entity_browser_enhanced": "^2.0",
  27. "drupal/entity_type_clone": "^4.0.3",
  28. "drupal/extlink": "^2.0",
  29. "drupal/geocoder": "^3.47 || ^4.0",
  30. "drupal/geofield": "^1.36",
  31. "drupal/honeypot": "^2.1",
  32. "drupal/image_delta_formatter": "^1.1",
  33. "drupal/image_field_caption": "^3.0",
  34. "drupal/leaflet": "^10.2",
  35. "drupal/leaflet_more_maps": "^2.1",
  36. "drupal/leaflet_more_markers": "^1.1",
  37. "drupal/linked_field": "^1.3",
  38. "drupal/mailsystem": "^4.4",
  39. "drupal/manage_display": "^3.0",
  40. "drupal/page_manager": "^4.0@RC",
  41. "drupal/panels": "^4.6",
  42. "drupal/paragraphs": "^1.17",
  43. "drupal/role_delegation": "^1.1",
  44. "drupal/search_api": "^1.30",
  45. "drupal/slick": "^2.9",
  46. "drupal/smart_trim": "^2.1.0",
  47. "drupal/structure_sync": "^2.0",
  48. "drupal/upgrade_status": "^4.3",
  49. "drupal/video_embed_dailymotion": "^2.0",
  50. "drupal/views_conditional": "^1.5",
  51. "drupal/views_ef_fieldset": "^1.6",
  52. "drupal/views_pdf": "^3.0@alpha",
  53. "drupal/webform": "^6.1",
  54. "drush/drush": "^13",
  55. "geocoder-php/mapquest-provider": "^4.2",
  56. "wikimedia/composer-merge-plugin": "^2.0"
  57. },
  58. "conflict": {
  59. "drupal/drupal": "*"
  60. },
  61. "minimum-stability": "stable",
  62. "prefer-stable": true,
  63. "config": {
  64. "sort-packages": true,
  65. "allow-plugins": {
  66. "composer/installers": true,
  67. "drupal/console-extend-plugin": true,
  68. "cweagans/composer-patches": true,
  69. "drupal/core-composer-scaffold": true,
  70. "drupal/core-project-message": false,
  71. "wikimedia/composer-merge-plugin": true,
  72. "php-http/discovery": true
  73. }
  74. },
  75. "extra": {
  76. "drupal-scaffold": {
  77. "locations": {
  78. "web-root": "web/"
  79. }
  80. },
  81. "installer-paths": {
  82. "web/core": [
  83. "type:drupal-core"
  84. ],
  85. "web/libraries/{$name}": [
  86. "type:drupal-library"
  87. ],
  88. "web/modules/contrib/{$name}": [
  89. "type:drupal-module"
  90. ],
  91. "web/profiles/contrib/{$name}": [
  92. "type:drupal-profile"
  93. ],
  94. "web/themes/contrib/{$name}": [
  95. "type:drupal-theme"
  96. ],
  97. "drush/Commands/contrib/{$name}": [
  98. "type:drupal-drush"
  99. ],
  100. "web/modules/custom/{$name}": [
  101. "type:drupal-custom-module"
  102. ],
  103. "web/profiles/custom/{$name}": [
  104. "type:drupal-custom-profile"
  105. ],
  106. "web/themes/custom/{$name}": [
  107. "type:drupal-custom-theme"
  108. ]
  109. },
  110. "drupal-core-project-message": {
  111. "include-keys": [
  112. "homepage",
  113. "support"
  114. ],
  115. "post-create-project-cmd-message": [
  116. "<bg=blue;fg=white> </>",
  117. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  118. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  119. "<bg=blue;fg=white> </>",
  120. "",
  121. "<bg=yellow;fg=black>Next steps</>:",
  122. " * Install the site: https://www.drupal.org/docs/8/install",
  123. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  124. " * Get support: https://www.drupal.org/support",
  125. " * Get involved with the Drupal community:",
  126. " https://www.drupal.org/getting-involved",
  127. " * Remove the plugin that prints this message:",
  128. " composer remove drupal/core-project-message"
  129. ]
  130. },
  131. "merge-plugin": {
  132. "include": [
  133. "web/profiles/d8-starterkit-profile/composer.json"
  134. ],
  135. "recurse": true,
  136. "replace": false,
  137. "merge-extra": true
  138. },
  139. "old_patches": {
  140. "drupal/core": {
  141. "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"
  142. },
  143. "drupal/leaflet_more_maps": {
  144. "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"
  145. },
  146. "drupal/page_manager": {
  147. "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"
  148. }
  149. },
  150. "patches": {
  151. "drupal/paragraphs": {
  152. "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"
  153. },
  154. "drupal/page_manager": {
  155. "https://www.drupal.org/project/page_manager/issues/3438993": "https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch"
  156. }
  157. }
  158. }
  159. }