composer.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "name": "drupal-composer/drupal-project",
  3. "description": "Project template for Drupal 8 projects with composer",
  4. "type": "project",
  5. "license": "GPL-2.0-or-later",
  6. "authors": [
  7. {
  8. "name": "",
  9. "role": ""
  10. }
  11. ],
  12. "repositories": [
  13. {
  14. "type": "composer",
  15. "url": "https://packages.drupal.org/8"
  16. },
  17. {
  18. "type": "composer",
  19. "url": "https://asset-packagist.org"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=5.6",
  24. "composer/installers": "^1.7",
  25. "cweagans/composer-patches": "^1.6.5",
  26. "drupal/addtoany": "^1.4",
  27. "drupal/admin_toolbar": "^2.3",
  28. "drupal/adminimal_theme": "^1.4",
  29. "drupal/audiofield": "1.9",
  30. "drupal/autologout": "^1.3",
  31. "drupal/basic": "1.3.0",
  32. "drupal/better_messages": "1.0.0-alpha2",
  33. "drupal/bulkdelete": "1.x-dev",
  34. "drupal/color_field": "^2.4",
  35. "drupal/config_devel": "^1.4",
  36. "drupal/config_filter": "^1.6",
  37. "drupal/config_ignore": "^2.2",
  38. "drupal/console": "^1.0.2",
  39. "drupal/context": "4.0.0-beta2",
  40. "drupal/core-composer-scaffold": "^8.8.6",
  41. "drupal/core-recommended": "^8.9.13",
  42. "drupal/ctools": "^3.4",
  43. "drupal/date_range_formatter": "3.1.0",
  44. "drupal/devel": "2.1",
  45. "drupal/domain": "^1.0",
  46. "drupal/domain_menu_access": "1.x-dev",
  47. "drupal/domain_site_settings": "1.3.0",
  48. "drupal/email_registration": "^1.1",
  49. "drupal/entity": "1.x-dev",
  50. "drupal/features": "^3.11",
  51. "drupal/field_group": "^3.1",
  52. "drupal/filefield_sources": "1.x-dev",
  53. "drupal/filter_perms": "1.x-dev",
  54. "drupal/honeypot": "^1.30",
  55. "drupal/linkit": "^5.0",
  56. "drupal/login_emailusername": "^1.1",
  57. "drupal/maillog": "1.x-dev",
  58. "drupal/matomo": "1.9.0",
  59. "drupal/menu_admin_per_menu": "1.1",
  60. "drupal/metatag": "^1.14",
  61. "drupal/migrate_tools": "^4.1",
  62. "drupal/path_alias_xt": "1.x-dev",
  63. "drupal/pathauto": "^1.6",
  64. "drupal/piwik": "^1.4",
  65. "drupal/profile": "^1.0",
  66. "drupal/redirect": "^1.3",
  67. "drupal/redis": "^1.1",
  68. "drupal/restui": "^1.17",
  69. "drupal/search_api": "^1.17",
  70. "drupal/simple_sitemap": "^3.7",
  71. "drupal/synonyms": "1.x-dev",
  72. "drupal/toolbar_themes": "1.x-dev",
  73. "drupal/translation_views": "^1.0",
  74. "drupal/url_to_video_filter": "^1.4",
  75. "drupal/views_bulk_edit": "^2.2",
  76. "drupal/views_bulk_operations": "^3.9",
  77. "drupal/workflow": "1.x-dev",
  78. "drush/drush": "^9.0.0",
  79. "oomphinc/composer-installers-extender": "^1.1",
  80. "vlucas/phpdotenv": "^2.4",
  81. "webflo/drupal-finder": "^1.0.0",
  82. "webmozart/path-util": "^2.3",
  83. "zaporylie/composer-drupal-optimizations": "^1.0"
  84. },
  85. "require-dev": {
  86. },
  87. "conflict": {
  88. "drupal/drupal": "*"
  89. },
  90. "minimum-stability": "dev",
  91. "prefer-stable": true,
  92. "config": {
  93. "sort-packages": true
  94. },
  95. "autoload": {
  96. "classmap": [
  97. "scripts/composer/ScriptHandler.php"
  98. ],
  99. "files": ["load.environment.php"]
  100. },
  101. "scripts": {
  102. "pre-install-cmd": [
  103. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  104. ],
  105. "pre-update-cmd": [
  106. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  107. ],
  108. "post-install-cmd": [
  109. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  110. ],
  111. "post-update-cmd": [
  112. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  113. ]
  114. },
  115. "extra": {
  116. "composer-exit-on-patch-failure": true,
  117. "patchLevel": {
  118. "drupal/core": "-p2"
  119. },
  120. "installer-paths": {
  121. "web/core": ["type:drupal-core"],
  122. "web/libraries/{$name}": ["type:drupal-library"],
  123. "web/modules/contrib/{$name}": ["type:drupal-module"],
  124. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  125. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  126. "drush/Commands/{$name}": ["type:drupal-drush"]
  127. },
  128. "patches": {
  129. "drupal/domain_site_settings": {
  130. "Circular Error or Conflict with Language_Manager" : "https://www.drupal.org/files/issues/2018-10-09/2930391-21.patch"
  131. },
  132. "drupal/login_emailusername": {
  133. "rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
  134. },
  135. "drupal/autologout": {
  136. "AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
  137. }
  138. },
  139. "drupal-scaffold": {
  140. "initial": {
  141. ".editorconfig": "../.editorconfig",
  142. ".gitattributes": "../.gitattributes"
  143. },
  144. "allowed-packages": [
  145. "drupal/core"
  146. ],
  147. "locations": {
  148. "web-root": "./web"
  149. },
  150. "file-mapping": {
  151. "[web-root]/sites/development.services.yml": false
  152. }
  153. }
  154. }
  155. }