composer.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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.3",
  24. "drupal/core-project-message": "^9.3",
  25. "drupal/core-recommended": "^9.3",
  26. "drupal/geocoder": "^3.20",
  27. "drupal/geofield": "^1.22",
  28. "drupal/hreflang": "^1.9",
  29. "drupal/image_field_caption": "^1.1",
  30. "drupal/imce": "^2.4",
  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/metatag": "^1.21",
  36. "drupal/page_manager": "4.x-dev@dev",
  37. "drupal/panelizer": "^4.4",
  38. "drupal/panels": "^4.6",
  39. "drupal/paragraphs": "1.x-dev@dev",
  40. "drupal/perimeter": "2.0.x-dev@dev",
  41. "drupal/robotstxt": "^1.4",
  42. "drupal/role_delegation": "^1.1",
  43. "drupal/selective_better_exposed_filters": "2.x-dev@dev",
  44. "drupal/seo_checklist": "^5.1",
  45. "drupal/smart_date": "^3.1",
  46. "drupal/structure_sync": "^2.0",
  47. "drupal/twig_xdebug": "^1.2",
  48. "drupal/video_embed_dailymotion": "^1.2",
  49. "drupal/video_embed_field": "^2.4",
  50. "drupal/views_argument_token": "2.0.x-dev@dev",
  51. "drupal/views_conditional": "^1.4",
  52. "drupal/xmlsitemap": "^1.3",
  53. "geocoder-php/google-maps-provider": "^4.6",
  54. "geocoder-php/mapquest-provider": "^4.2",
  55. "wikimedia/composer-merge-plugin": "^2.0"
  56. },
  57. "conflict": {
  58. "drupal/drupal": "*"
  59. },
  60. "minimum-stability": "stable",
  61. "prefer-stable": true,
  62. "config": {
  63. "sort-packages": true,
  64. "allow-plugins": {
  65. "composer/installers": true,
  66. "drupal/console-extend-plugin": true,
  67. "cweagans/composer-patches": true,
  68. "drupal/core-composer-scaffold": true,
  69. "drupal/core-project-message": true,
  70. "wikimedia/composer-merge-plugin": true
  71. }
  72. },
  73. "extra": {
  74. "drupal-scaffold": {
  75. "locations": {
  76. "web-root": "web/"
  77. },
  78. "file-mapping": {
  79. "[web-root]/sites/development.services.yml": false
  80. }
  81. },
  82. "installer-paths": {
  83. "web/core": [
  84. "type:drupal-core"
  85. ],
  86. "web/libraries/{$name}": [
  87. "type:drupal-library"
  88. ],
  89. "web/modules/contrib/{$name}": [
  90. "type:drupal-module"
  91. ],
  92. "web/profiles/contrib/{$name}": [
  93. "type:drupal-profile"
  94. ],
  95. "web/themes/contrib/{$name}": [
  96. "type:drupal-theme"
  97. ],
  98. "drush/Commands/contrib/{$name}": [
  99. "type:drupal-drush"
  100. ],
  101. "web/modules/custom/{$name}": [
  102. "type:drupal-custom-module"
  103. ],
  104. "web/profiles/custom/{$name}": [
  105. "type:drupal-custom-profile"
  106. ],
  107. "web/themes/custom/{$name}": [
  108. "type:drupal-custom-theme"
  109. ]
  110. },
  111. "drupal-core-project-message": {
  112. "include-keys": [
  113. "homepage",
  114. "support"
  115. ],
  116. "post-create-project-cmd-message": [
  117. "<bg=blue;fg=white> </>",
  118. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  119. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  120. "<bg=blue;fg=white> </>",
  121. "",
  122. "<bg=yellow;fg=black>Next steps</>:",
  123. " * Install the site: https://www.drupal.org/docs/8/install",
  124. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  125. " * Get support: https://www.drupal.org/support",
  126. " * Get involved with the Drupal community:",
  127. " https://www.drupal.org/getting-involved",
  128. " * Remove the plugin that prints this message:",
  129. " composer remove drupal/core-project-message"
  130. ]
  131. },
  132. "merge-plugin": {
  133. "include": [
  134. "web/profiles/d8-starterkit-profile/composer.json"
  135. ],
  136. "recurse": true,
  137. "replace": false,
  138. "merge-extra": true
  139. },
  140. "patches": {
  141. "drupal/core": {
  142. "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",
  143. "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-12-02/2429699-453-9.3.x.patch"
  144. },
  145. "drupal/paragraphs": {
  146. "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"
  147. },
  148. "drupal/leaflet_more_maps": {
  149. "add cartodb maps to leaflet_more_maps": "./patches/leaflet_more_maps_cartodb.patch"
  150. },
  151. "drupal/ctools": {
  152. "How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2022-05-22/2759445-86.patch"
  153. }
  154. }
  155. }
  156. }