composer.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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.2",
  25. "drupal/entity_type_clone": "^1.7",
  26. "drupal/formatter_suite": "^1.3",
  27. "drupal/geocoder": "^3.25",
  28. "drupal/geofield": "^1.36",
  29. "drupal/image_delta_formatter": "^1.1",
  30. "drupal/image_field_caption": "^1.1",
  31. "drupal/leaflet": "^2.1",
  32. "drupal/leaflet_more_maps": "^2.1",
  33. "drupal/leaflet_more_markers": "^1.1",
  34. "drupal/linked_field": "^1.3",
  35. "drupal/manage_display": "1.x-dev@dev",
  36. "drupal/page_manager": "4.x-dev@dev",
  37. "drupal/panels": "^4.6",
  38. "drupal/paragraphs": "1.x-dev@dev",
  39. "drupal/role_delegation": "^1.1",
  40. "drupal/structure_sync": "^2.0",
  41. "drupal/views_conditional": "^1.5",
  42. "drupal/webform": "^6.1",
  43. "geocoder-php/mapquest-provider": "^4.2",
  44. "wikimedia/composer-merge-plugin": "^2.0"
  45. },
  46. "conflict": {
  47. "drupal/drupal": "*"
  48. },
  49. "minimum-stability": "stable",
  50. "prefer-stable": true,
  51. "config": {
  52. "sort-packages": true,
  53. "allow-plugins": {
  54. "composer/installers": true,
  55. "drupal/console-extend-plugin": true,
  56. "cweagans/composer-patches": true,
  57. "drupal/core-composer-scaffold": true,
  58. <<<<<<< HEAD
  59. "drupal/core-project-message": false,
  60. =======
  61. "drupal/core-project-message": true,
  62. >>>>>>> d96e14918d8744277184836ca08599e09512fdba
  63. "wikimedia/composer-merge-plugin": true
  64. }
  65. },
  66. "extra": {
  67. "drupal-scaffold": {
  68. "locations": {
  69. "web-root": "web/"
  70. }
  71. },
  72. "installer-paths": {
  73. "web/core": [
  74. "type:drupal-core"
  75. ],
  76. "web/libraries/{$name}": [
  77. "type:drupal-library"
  78. ],
  79. "web/modules/contrib/{$name}": [
  80. "type:drupal-module"
  81. ],
  82. "web/profiles/contrib/{$name}": [
  83. "type:drupal-profile"
  84. ],
  85. "web/themes/contrib/{$name}": [
  86. "type:drupal-theme"
  87. ],
  88. "drush/Commands/contrib/{$name}": [
  89. "type:drupal-drush"
  90. ],
  91. "web/modules/custom/{$name}": [
  92. "type:drupal-custom-module"
  93. ],
  94. "web/profiles/custom/{$name}": [
  95. "type:drupal-custom-profile"
  96. ],
  97. "web/themes/custom/{$name}": [
  98. "type:drupal-custom-theme"
  99. ]
  100. },
  101. "drupal-core-project-message": {
  102. "include-keys": [
  103. "homepage",
  104. "support"
  105. ],
  106. "post-create-project-cmd-message": [
  107. "<bg=blue;fg=white> </>",
  108. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  109. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  110. "<bg=blue;fg=white> </>",
  111. "",
  112. "<bg=yellow;fg=black>Next steps</>:",
  113. " * Install the site: https://www.drupal.org/docs/8/install",
  114. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  115. " * Get support: https://www.drupal.org/support",
  116. " * Get involved with the Drupal community:",
  117. " https://www.drupal.org/getting-involved",
  118. " * Remove the plugin that prints this message:",
  119. " composer remove drupal/core-project-message"
  120. ]
  121. },
  122. "merge-plugin": {
  123. "include": [
  124. "web/profiles/d8-starterkit-profile/composer.json"
  125. ],
  126. "recurse": true,
  127. "replace": false,
  128. "merge-extra": true
  129. },
  130. "patches": {
  131. "drupal/core": {
  132. "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"
  133. },
  134. "drupal/paragraphs": {
  135. "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"
  136. },
  137. "drupal/page_manager": {
  138. "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"
  139. }
  140. }
  141. }
  142. }