composer.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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": "package",
  19. "package": {
  20. "name": "ckeditor-plugin/panelbutton",
  21. "version": "4.16.2",
  22. "type": "drupal-library",
  23. "dist": {
  24. "url": "https://download.ckeditor.com/panelbutton/releases/panelbutton_4.16.2.zip",
  25. "type": "zip"
  26. }
  27. }
  28. },
  29. {
  30. "type": "package",
  31. "package": {
  32. "name": "ckeditor-plugin/colorbutton",
  33. "version": "4.16.2",
  34. "type": "drupal-library",
  35. "dist": {
  36. "url": "https://download.ckeditor.com/colorbutton/releases/colorbutton_4.16.2.zip",
  37. "type": "zip"
  38. }
  39. }
  40. },
  41. {
  42. "type": "package",
  43. "package": {
  44. "name": "w8tcha/ckeditor_codemirror",
  45. "version": "v1.17.8",
  46. "type": "drupal-library",
  47. "extra": {
  48. "installer-name": "ckeditor_codemirror"
  49. },
  50. "dist": {
  51. "url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin/releases/download/untagged-f790a6bee2e01b538b13/CKEditor-CodeMirror-Plugin.zip",
  52. "type": "zip"
  53. },
  54. "require": {
  55. "composer/installers": "~1.0"
  56. }
  57. }
  58. }
  59. ],
  60. "require": {
  61. "php": ">=7.3",
  62. "ckeditor-plugin/colorbutton": "4.16.2",
  63. "ckeditor-plugin/panelbutton": "4.16.2",
  64. "composer/installers": "^1.2",
  65. "drupal/admin_theme": "1.x-dev@dev",
  66. "drupal/advagg": "4.x-dev@dev",
  67. "drupal/amswap": "^3.0",
  68. "drupal/audiofield": "^1.10",
  69. "drupal/auto_entitylabel": "^2.x-dev",
  70. "drupal/better_messages": "^1.0@alpha",
  71. "drupal/ckeditor_codemirror": "^2.3",
  72. "drupal/ckeditor_font": "^1.2",
  73. "drupal/ckeditor_uploadimage": "^2.0",
  74. "drupal/colorbutton": "^1.3",
  75. "drupal/commerce": "^2.22",
  76. "drupal/commerce_cart_api": "^1.4",
  77. "drupal/commerce_cart_redirection": "^3.0",
  78. "drupal/commerce_license": "2.x-dev@dev",
  79. "drupal/commerce_migrate": "^2.0",
  80. "drupal/commerce_monetico": "^1.0",
  81. "drupal/commerce_pricelist": "2.x-dev",
  82. "drupal/commerce_recurring": "^1.x-dev",
  83. "drupal/commerce_stripe": "1.x-dev@dev",
  84. "drupal/commerce_variation_cart_form": "^1.x-dev",
  85. "drupal/computed_field": "^2.0@beta",
  86. "drupal/config_devel": "^1.7",
  87. "drupal/config_pages": "^2.9",
  88. "drupal/config_split": "^1.4",
  89. "drupal/console": "^1.0.2",
  90. "drupal/consumer_image_styles": "^4.0",
  91. "drupal/content_sync": "2.x-dev@dev",
  92. "drupal/core": "8.9.19",
  93. "drupal/core-composer-scaffold": "^9.0",
  94. "drupal/ctools": "^3.6",
  95. "drupal/debug_bar": "^1.4",
  96. "drupal/devel": "^4.1",
  97. "drupal/devel_entity_updates": "^3.0",
  98. "drupal/editor_advanced_link": "^1.8",
  99. "drupal/entity_clone": "^1.0",
  100. "drupal/error_log": "^1.0",
  101. "drupal/eu_cookie_compliance": "^1.14",
  102. "drupal/field_group": "3.x-dev@dev",
  103. "drupal/field_permissions": "^1.0",
  104. "drupal/flag": "4.x-dev@dev",
  105. "drupal/flag_lists": "4.0.x-dev@dev",
  106. "drupal/flood_control": "^2.1",
  107. "drupal/gdpr": "^3.0@alpha",
  108. "drupal/genpass": "^1.x-dev",
  109. "drupal/google_analytics": "^2.5",
  110. "drupal/graphql": "^4.0",
  111. "drupal/image_delta_formatter": "^1.x-dev",
  112. "drupal/image_effects": "3.x-dev@dev",
  113. "drupal/jsonapi_extras": "^3.7",
  114. "drupal/jsonrpc": "^1.x-dev",
  115. "drupal/login_destination": "2.x-dev@dev",
  116. "drupal/login_history": "^1.x-dev",
  117. "drupal/login_tracker": "^1.4",
  118. "drupal/mailgun": "^1.x-dev",
  119. "drupal/mailsystem": "^4.1",
  120. "drupal/migrate_devel": "2.x-dev@dev",
  121. "drupal/migrate_plus": "5.x-dev@dev",
  122. "drupal/migrate_tools": "5.x-dev@dev",
  123. "drupal/mimemail": "^1.x-dev",
  124. "drupal/modules_weight": "^1.8",
  125. "drupal/password_policy": "^3.0",
  126. "drupal/payment": "^2.1",
  127. "drupal/payment_commerce": "2.x-dev@dev",
  128. "drupal/permissions_filter": "^1.1",
  129. "drupal/printable": "^2.0",
  130. "drupal/pwa": "^1.5",
  131. "drupal/recurring_period": "^1.0",
  132. "drupal/redis": "^1.5",
  133. "drupal/restui": "^1.16",
  134. "drupal/role_delegation": "^1.1",
  135. "drupal/search_api": "^1.19",
  136. "drupal/search_api_autocomplete": "^1.2",
  137. "drupal/search_api_page": "^1.x-dev",
  138. "drupal/search_api_solr": "^4.1",
  139. "drupal/select_translation": "^1.x-dev",
  140. "drupal/session_limit": "^2.0@beta",
  141. "drupal/simplenews": "^2.0@beta",
  142. "drupal/social_media_links": "^2.8",
  143. "drupal/string_translation_ui": "^1.2",
  144. "drupal/strings_i18n_json_export": "1.x-dev@dev",
  145. "drupal/structure_sync": "^2.0",
  146. "drupal/swiftmailer": "2.x-dev@dev",
  147. "drupal/synonyms": "2.0.0-beta2",
  148. "drupal/telephone_formatter": "^1.0@beta",
  149. "drupal/telephone_validation": "^2.1",
  150. "drupal/term_reference_tree": "1.x-dev@dev",
  151. "drupal/toolbar_themes": "^1.0@alpha",
  152. "drupal/translate_side_by_side": "^1.x-dev",
  153. "drupal/translation_views": "^1.x-dev",
  154. "drupal/ultimate_cron": "^2.x-dev",
  155. "drupal/unique_content_field_validation": "^1.0",
  156. "drupal/url_to_video_filter": "^2.0",
  157. "drupal/user_email_verification": "1.x-dev@dev",
  158. "drupal/views_conditional": "^1.x-dev",
  159. "drupal/views_ef_fieldset": "^1.5",
  160. "drupal/webform": "^6.0",
  161. "drupal/workflow": "^1.5",
  162. "drush/drush": "^10.6",
  163. "kint-php/kint": "^3.3",
  164. "smalot/pdfparser": "*",
  165. "symfony/event-dispatcher": "4.3.4 as 3.4.99",
  166. "vlucas/phpdotenv": "^2.4",
  167. "w8tcha/ckeditor_codemirror": "v1.17.8",
  168. "wa72/htmlpagedom": "1.3.*",
  169. "webflo/drupal-finder": "^1.0.0",
  170. "webmozart/path-util": "^2.3",
  171. "wikimedia/composer-merge-plugin": "^2.0",
  172. "zaporylie/composer-drupal-optimizations": "^1.0"
  173. },
  174. "conflict": {
  175. "drupal/drupal": "*"
  176. },
  177. "minimum-stability": "dev",
  178. "prefer-stable": true,
  179. "config": {
  180. "sort-packages": true,
  181. "platform": {
  182. "php": "7.3"
  183. },
  184. "discard-changes": true
  185. },
  186. "autoload": {
  187. "classmap": [
  188. "scripts/composer/ScriptHandler.php"
  189. ],
  190. "files": ["load.environment.php"]
  191. },
  192. "scripts": {
  193. "pre-install-cmd": [
  194. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  195. ],
  196. "pre-update-cmd": [
  197. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  198. ],
  199. "post-install-cmd": [
  200. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  201. ],
  202. "post-update-cmd": [
  203. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  204. ]
  205. },
  206. "extra": {
  207. "composer-exit-on-patch-failure": true,
  208. "patchLevel": {
  209. "drupal/core": "-p2",
  210. "drupal/commerce_stripe": "-p1"
  211. },
  212. "merge-plugin": {
  213. "include": [
  214. "web/profiles/d8-starterkit-profile/composer.json"
  215. ],
  216. "recurse": true,
  217. "replace": false,
  218. "merge-extra": true
  219. },
  220. "installer-paths": {
  221. "web/core": ["type:drupal-core"],
  222. "web/libraries/{$name}": ["type:drupal-library"],
  223. "web/modules/contrib/{$name}": ["type:drupal-module"],
  224. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  225. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  226. "drush/Commands/{$name}": ["type:drupal-drush"]
  227. },
  228. "patches": {
  229. "drupal/core": {
  230. "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
  231. "language negociation exeption https://www.drupal.org/project/drupal/issues/3134349" : "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch",
  232. "Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344":"https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch",
  233. "ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
  234. "Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
  235. "Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch",
  236. "Register a user without email verification should still send an email https://www.drupal.org/project/drupal/issues/3002019": "https://www.drupal.org/files/issues/2019-08-30/3002019-n11.patch"
  237. },
  238. "drupal/email_registration": {
  239. "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"
  240. },
  241. "drupal/field_group": {
  242. "undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
  243. "undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
  244. },
  245. "drupal/stripe": {
  246. "Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
  247. },
  248. "drupal/commerce_stripe" : {
  249. "Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
  250. },
  251. "drupal/address": {
  252. "Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
  253. },
  254. "drupal/flag": {
  255. "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
  256. },
  257. "drupal/pwa": {
  258. "Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2020-08-26/pwa_icon_purpose-3165433-9.patch"
  259. },
  260. "drupal/term_reference_tree": {
  261. "Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2021-07-16/3064280_bring_back_tracklist-15.patch"
  262. },
  263. "drupal/flag_lists": {
  264. "Call to a member function id() on null in flag_lists_flag_action_access https://www.drupal.org/project/flag_lists/issues/3230729": "./patches/hook_flag_access_id_on_null_4.patch"
  265. }
  266. },
  267. "drupal-scaffold": {
  268. "locations": {
  269. "web-root": "./web"
  270. },
  271. "initial": {
  272. ".editorconfig": "../.editorconfig",
  273. ".gitattributes": "../.gitattributes"
  274. }
  275. }
  276. }
  277. }