composer.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. "require": {
  19. "php": ">=7.3",
  20. "composer/installers": "^1.2",
  21. "cweagans/composer-patches": "^1.6.5",
  22. "drupal-composer/drupal-scaffold": "^2.5",
  23. "drupal/amswap": "^2.0",
  24. "drupal/auto_entitylabel": "2.x-dev",
  25. "drupal/commerce": "^2.12",
  26. "drupal/commerce_license": "^2.0@alpha",
  27. "drupal/commerce_migrate": "^2.0",
  28. "drupal/commerce_monetico": "^1.0",
  29. "drupal/commerce_pricelist": "2.x-dev",
  30. "drupal/commerce_recurring": "1.x-dev",
  31. "drupal/commerce_variation_cart_form": "1.x-dev",
  32. "drupal/computed_field": "^2.0@beta",
  33. "drupal/config_split": "^1.4",
  34. "drupal/console": "^1.0.2",
  35. "drupal/consumer_image_styles": "3.x-dev",
  36. "drupal/core": "^8.7.1",
  37. "drupal/entity_clone": "^1.0",
  38. "drupal/error_log": "^1.0",
  39. "drupal/genpass": "1.x-dev",
  40. "drupal/image_delta_formatter": "1.x-dev",
  41. "drupal/jsonapi_extras": "^3.7",
  42. "drupal/jsonrpc": "1.x-dev",
  43. "drupal/login_history": "1.x-dev",
  44. "drupal/mailgun": "1.x-dev",
  45. "drupal/mailsystem": "^4.1",
  46. "drupal/migrate_plus": "4.x-dev",
  47. "drupal/migrate_tools": "4.x-dev",
  48. "drupal/mimemail": "1.x-dev",
  49. "drupal/modules_weight": "^1.8",
  50. "drupal/restui": "^1.16",
  51. "drupal/search_api_autocomplete": "^1.2",
  52. "drupal/search_api_page": "1.x-dev",
  53. "drupal/search_api_solr": "^3.0",
  54. "drupal/select_translation": "1.x-dev",
  55. "drupal/simplenews": "1.x-dev",
  56. "drupal/subrequests": "^2.0",
  57. "drupal/telephone_formatter": "^1.0@beta",
  58. "drupal/telephone_validation": "^2.1",
  59. "drupal/ultimate_cron": "2.x-dev",
  60. "drupal/views_conditional": "1.x-dev",
  61. "drush/drush": "^9.0.0",
  62. "vlucas/phpdotenv": "^2.4",
  63. "webflo/drupal-finder": "^1.0.0",
  64. "webmozart/path-util": "^2.3",
  65. "wikimedia/composer-merge-plugin": "^1.4",
  66. "zaporylie/composer-drupal-optimizations": "^1.0"
  67. },
  68. "require-dev": {
  69. "webflo/drupal-core-require-dev": "^8.6.0"
  70. },
  71. "conflict": {
  72. "drupal/drupal": "*"
  73. },
  74. "minimum-stability": "dev",
  75. "prefer-stable": true,
  76. "config": {
  77. "sort-packages": true
  78. },
  79. "autoload": {
  80. "classmap": [
  81. "scripts/composer/ScriptHandler.php"
  82. ],
  83. "files": ["load.environment.php"]
  84. },
  85. "scripts": {
  86. "pre-install-cmd": [
  87. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  88. ],
  89. "pre-update-cmd": [
  90. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  91. ],
  92. "post-install-cmd": [
  93. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  94. ],
  95. "post-update-cmd": [
  96. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  97. ]
  98. },
  99. "extra": {
  100. "composer-exit-on-patch-failure": true,
  101. "patchLevel": {
  102. "drupal/core": "-p2"
  103. },
  104. "merge-plugin": {
  105. "include": [
  106. "web/profiles/d8-starterkit-profile/composer.json"
  107. ],
  108. "recurse": true,
  109. "replace": false,
  110. "merge-extra": true
  111. },
  112. "installer-paths": {
  113. "web/core": ["type:drupal-core"],
  114. "web/libraries/{$name}": ["type:drupal-library"],
  115. "web/modules/contrib/{$name}": ["type:drupal-module"],
  116. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  117. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  118. "drush/Commands/{$name}": ["type:drupal-drush"]
  119. },
  120. "patches": {
  121. "drupal/core": {
  122. "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch"
  123. },
  124. "drupal/migrate_tools": {
  125. "The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
  126. },
  127. "drupal/email_registration": {
  128. "allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch"
  129. }
  130. },
  131. "drupal-scaffold": {
  132. "initial": {
  133. ".editorconfig": "../.editorconfig",
  134. ".gitattributes": "../.gitattributes"
  135. }
  136. }
  137. }
  138. }