composer.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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.x-dev@dev",
  20. "drupal/administerusersbyrole": "3.x-dev@dev",
  21. "drupal/better_exposed_filters": "^5.0@beta",
  22. "drupal/config_ignore": "^2.3",
  23. "drupal/core-composer-scaffold": "^9.1",
  24. "drupal/core-project-message": "^9.1",
  25. "drupal/core-recommended": "^9.1",
  26. "drupal/geocoder": "^3.20",
  27. "drupal/geofield": "^1.22",
  28. "drupal/image_field_caption": "^1.1",
  29. "drupal/imce": "^2.4",
  30. "drupal/leaflet": "^2.1",
  31. "drupal/leaflet_more_maps": "^2.1",
  32. "drupal/leaflet_more_markers": "^1.1",
  33. "drupal/linked_field": "^1.3",
  34. "drupal/migrate_devel": "2.x-dev@dev",
  35. "drupal/migrate_plus": "^5.1",
  36. "drupal/migrate_tools": "5.x-dev@dev",
  37. "drupal/page_manager": "4.x-dev@dev",
  38. "drupal/panelizer": "^4.4",
  39. "drupal/panels": "^4.6",
  40. "drupal/paragraphs": "1.x-dev@dev",
  41. "drupal/perimeter": "2.0.x-dev@dev",
  42. "drupal/role_delegation": "^1.1",
  43. "drupal/selective_better_exposed_filters": "2.x-dev@dev",
  44. "drupal/smart_date": "^3.1",
  45. "drupal/structure_sync": "^2.0",
  46. "drupal/twig_xdebug": "^1.2",
  47. "drupal/video_embed_field": "^2.4",
  48. "drupal/views_conditional": "^1.4",
  49. "geocoder-php/google-maps-provider": "^4.6",
  50. "geocoder-php/mapquest-provider": "^4.2",
  51. "wikimedia/composer-merge-plugin": "^2.0"
  52. },
  53. "conflict": {
  54. "drupal/drupal": "*"
  55. },
  56. "minimum-stability": "stable",
  57. "prefer-stable": true,
  58. "config": {
  59. "sort-packages": true
  60. },
  61. "extra": {
  62. "drupal-scaffold": {
  63. "locations": {
  64. "web-root": "web/"
  65. },
  66. "file-mapping": {
  67. "[web-root]/sites/development.services.yml": false
  68. }
  69. },
  70. "installer-paths": {
  71. "web/core": [
  72. "type:drupal-core"
  73. ],
  74. "web/libraries/{$name}": [
  75. "type:drupal-library"
  76. ],
  77. "web/modules/contrib/{$name}": [
  78. "type:drupal-module"
  79. ],
  80. "web/profiles/contrib/{$name}": [
  81. "type:drupal-profile"
  82. ],
  83. "web/themes/contrib/{$name}": [
  84. "type:drupal-theme"
  85. ],
  86. "drush/Commands/contrib/{$name}": [
  87. "type:drupal-drush"
  88. ],
  89. "web/modules/custom/{$name}": [
  90. "type:drupal-custom-module"
  91. ],
  92. "web/profiles/custom/{$name}": [
  93. "type:drupal-custom-profile"
  94. ],
  95. "web/themes/custom/{$name}": [
  96. "type:drupal-custom-theme"
  97. ]
  98. },
  99. "drupal-core-project-message": {
  100. "include-keys": [
  101. "homepage",
  102. "support"
  103. ],
  104. "post-create-project-cmd-message": [
  105. "<bg=blue;fg=white> </>",
  106. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  107. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  108. "<bg=blue;fg=white> </>",
  109. "",
  110. "<bg=yellow;fg=black>Next steps</>:",
  111. " * Install the site: https://www.drupal.org/docs/8/install",
  112. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  113. " * Get support: https://www.drupal.org/support",
  114. " * Get involved with the Drupal community:",
  115. " https://www.drupal.org/getting-involved",
  116. " * Remove the plugin that prints this message:",
  117. " composer remove drupal/core-project-message"
  118. ]
  119. },
  120. "merge-plugin": {
  121. "include": [
  122. "web/profiles/d8-starterkit-profile/composer.json"
  123. ],
  124. "recurse": true,
  125. "replace": false,
  126. "merge-extra": true
  127. },
  128. "patches": {
  129. "drupal/jquery_ui_touch_punch": {
  130. "jQuery UI Touch Punch library https://www.drupal.org/project/jquery_ui_touch_punch/issues/3159222":"https://www.drupal.org/files/issues/2021-02-26/jquery_ui_touch_punch.patch"
  131. },
  132. "drupal/core": {
  133. "Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch",
  134. "Add Views EntityReference filter to be available for all entity reference fields https://www.drupal.org/project/drupal/issues/2429699" : "https://www.drupal.org/files/issues/2021-06-02/2429699-404.patch"
  135. },
  136. "drupal/paragraphs": {
  137. "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"
  138. },
  139. "drupal/leaflet_more_maps": {
  140. "add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.patch"
  141. }
  142. }
  143. }
  144. }