composer.json 6.7 KB

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