composer.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "drupal/recommended-project",
  3. "description": "Project template for Drupal 8 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.2",
  19. "cweagans/composer-patches": "^1.7",
  20. "drupal/address": "^2.0",
  21. "drupal/address_map_link": "^1.4",
  22. "drupal/admin_toolbar": "^3.4",
  23. "drupal/adminimal_theme": "^1.7",
  24. "drupal/audiofield": "^1.9",
  25. "drupal/backup_migrate": "^5.0",
  26. "drupal/charts": "^5.0",
  27. "drupal/core-composer-scaffold": "^10",
  28. "drupal/core-project-message": "^10",
  29. "drupal/core-recommended": "^10",
  30. "drupal/ctools": "^4.0",
  31. "drupal/entity_browser": "^2.10",
  32. "drupal/entity_browser_enhanced": "^2.0",
  33. "drupal/entity_reference_revisions": "^1.11",
  34. "drupal/field_group": "^3.0",
  35. "drupal/field_pager": "^2.0@beta",
  36. "drupal/field_token_value": "^3.0",
  37. "drupal/geolocation": "^3.2",
  38. "drupal/jquery_ui": "^1.6",
  39. "drupal/jquery_ui_draggable": "^2.0",
  40. "drupal/jquery_ui_droppable": "^2.0",
  41. "drupal/linked_field": "^1.5",
  42. "drupal/linkit": "^6.0",
  43. "drupal/masonry": "^4.0",
  44. "drupal/matomo": "^1.11",
  45. "drupal/mediteran": "^1.10",
  46. "drupal/menu_link_attributes": "^1.3",
  47. "drupal/metatag": "^1.13",
  48. "drupal/page_manager": "^4.0",
  49. "drupal/panels": "^4.7",
  50. "drupal/paragraphs": "^1.12",
  51. "drupal/pathauto": "^1.8",
  52. "drupal/redirect": "^1.6",
  53. "drupal/redirect_after_login": "^2.6",
  54. "drupal/redis": "^1.4",
  55. "drupal/schema_metatag": "^2.5",
  56. "drupal/search_api": "^1.18",
  57. "drupal/site_settings": "^2.0@alpha",
  58. "drupal/structure_sync": "^2.0",
  59. "drupal/subpathauto": "^1.1",
  60. "drupal/tacjs": "^6.5",
  61. "drupal/time_range": "^9.0",
  62. "drupal/token": "^1.13",
  63. "drupal/video_embed_field": "^2.4",
  64. "drupal/views_url_path_arguments": "^1.1",
  65. "drupal/yaml_editor": "^1.2",
  66. "drush/drush": "^12",
  67. "twbs/bootstrap": "4.5.0"
  68. },
  69. "conflict": {
  70. "drupal/drupal": "*"
  71. },
  72. "minimum-stability": "dev",
  73. "prefer-stable": true,
  74. "config": {
  75. "sort-packages": true,
  76. "allow-plugins": {
  77. "composer/installers": true,
  78. "drupal/core-composer-scaffold": true,
  79. "cweagans/composer-patches": true,
  80. "oomphinc/composer-installers-extender": true,
  81. "drupal/core-project-message": true
  82. }
  83. },
  84. "extra": {
  85. "drupal-scaffold": {
  86. "locations": {
  87. "web-root": "web/"
  88. }
  89. },
  90. "installer-paths": {
  91. "web/core": [
  92. "type:drupal-core"
  93. ],
  94. "web/libraries/{$name}": [
  95. "type:drupal-library"
  96. ],
  97. "web/modules/contrib/{$name}": [
  98. "type:drupal-module"
  99. ],
  100. "web/profiles/contrib/{$name}": [
  101. "type:drupal-profile"
  102. ],
  103. "web/themes/contrib/{$name}": [
  104. "type:drupal-theme"
  105. ],
  106. "drush/Commands/contrib/{$name}": [
  107. "type:drupal-drush"
  108. ],
  109. "web/modules/custom/{$name}": [
  110. "type:drupal-custom-module"
  111. ],
  112. "web/themes/custom/{$name}": [
  113. "type:drupal-custom-theme"
  114. ]
  115. },
  116. "drupal-core-project-message": {
  117. "include-keys": [
  118. "homepage",
  119. "support"
  120. ],
  121. "post-create-project-cmd-message": [
  122. "<bg=blue;fg=white> </>",
  123. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  124. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  125. "<bg=blue;fg=white> </>",
  126. "",
  127. "<bg=yellow;fg=black>Next steps</>:",
  128. " * Install the site: https://www.drupal.org/docs/8/install",
  129. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  130. " * Get support: https://www.drupal.org/support",
  131. " * Get involved with the Drupal community:",
  132. " https://www.drupal.org/getting-involved",
  133. " * Remove the plugin that prints this message:",
  134. " composer remove drupal/core-project-message"
  135. ]
  136. },
  137. "patches": {
  138. "drupal/video_embed_field": {
  139. "Support Youtube Live urls https://www.drupal.org/project/video_embed_field/issues/3417567" : "https://www.drupal.org/files/issues/2024-01-27/video_embed_field--support-live--3417567--2.patch"
  140. }
  141. },
  142. "oldpatches": {}
  143. }
  144. }