composer.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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/address": "^1.10",
  66. "drupal/admin_theme": "1.x-dev@dev",
  67. "drupal/advagg": "4.x-dev@dev",
  68. "drupal/allowed_formats": "^1",
  69. "drupal/amswap": "^3.0",
  70. "drupal/audiofield": "^1.10",
  71. "drupal/auto_entitylabel": "3.x-dev@dev",
  72. "drupal/better_messages": "^2.0@alpha",
  73. "drupal/ckeditor_codemirror": "^2.3",
  74. "drupal/ckeditor_font": "^1.2",
  75. "drupal/ckeditor_uploadimage": "^2.0",
  76. "drupal/colorbutton": "^1.3",
  77. "drupal/commerce": "^2.29.0",
  78. "drupal/commerce_cart_api": "^1.4",
  79. "drupal/commerce_cart_redirection": "^3.0",
  80. "drupal/commerce_license": "2.x-dev@dev",
  81. "drupal/commerce_migrate": "^3",
  82. "drupal/commerce_monetico": "^1.0",
  83. "drupal/commerce_pricelist": "2.x-dev",
  84. "drupal/commerce_recurring": "^1.x-dev",
  85. "drupal/commerce_stripe": "1.x-dev@dev",
  86. "drupal/commerce_variation_cart_form": "^1.x-dev",
  87. "drupal/computed_field": "^3.0@alpha",
  88. "drupal/config_devel": "^1.7",
  89. "drupal/config_pages": "^2.9",
  90. "drupal/config_split": "^2.0@beta",
  91. "drupal/console": "^1.0.2",
  92. "drupal/consumer_image_styles": "^4.0",
  93. "drupal/content_sync": "2.x-dev@dev",
  94. "drupal/core-recommended": "^9",
  95. "drupal/core-composer-scaffold": "^9",
  96. "drupal/core-project-message": "^9",
  97. "drupal/ctools": "^3.6",
  98. "drupal/debug_bar": "^1.4",
  99. "drupal/devel": "^4.1",
  100. "drupal/devel_entity_updates": "^3.0",
  101. "drupal/editor_advanced_link": "^1.8",
  102. "drupal/entity_clone": "^1.0",
  103. "drupal/error_log": "^1.0",
  104. "drupal/eu_cookie_compliance": "^1.14",
  105. "drupal/field_group": "3.x-dev@dev",
  106. "drupal/field_permissions": "^1.0",
  107. "drupal/flag": "4.x-dev@dev",
  108. "drupal/flag_lists": "4.0.x-dev@dev",
  109. "drupal/flood_control": "^2.1",
  110. "drupal/gdpr": "^3.0@alpha",
  111. "drupal/genpass": "^1.x-dev",
  112. "drupal/google_analytics": "^4.0",
  113. "drupal/graphql": "^4.0",
  114. "drupal/image_delta_formatter": "^1.x-dev",
  115. "drupal/image_effects": "3.x-dev@dev",
  116. "drupal/jsonapi_extras": "^3.7",
  117. "drupal/jsonrpc": "^2.0",
  118. "drupal/login_destination": "2.x-dev@dev",
  119. "drupal/login_history": "^1.x-dev",
  120. "drupal/login_tracker": "^1.4",
  121. "drupal/mailgun": "^1.x-dev",
  122. "drupal/mailsystem": "^4.1",
  123. "drupal/masquerade": "2.x-dev@dev",
  124. "drupal/migrate_devel": "2.x-dev@dev",
  125. "drupal/migrate_plus": "5.x-dev@dev",
  126. "drupal/migrate_tools": "5.x-dev@dev",
  127. "drupal/mimemail": "^1.x-dev",
  128. "drupal/modules_weight": "^1.8",
  129. "drupal/password_policy": "^3.0",
  130. "drupal/payment": "^2.1",
  131. "drupal/permissions_filter": "^1.1",
  132. "drupal/printable": "^2.0",
  133. "drupal/pwa": "^1.5",
  134. "drupal/recurring_period": "^1.0",
  135. "drupal/redirect": "1.x-dev@dev",
  136. "drupal/redis": "^1.5",
  137. "drupal/restui": "^1.16",
  138. "drupal/role_delegation": "^1.1",
  139. "drupal/role_expire": "^2.0",
  140. "drupal/search_api": "^1.19",
  141. "drupal/search_api_autocomplete": "^1.2",
  142. "drupal/search_api_page": "^1.x-dev",
  143. "drupal/search_api_solr": "^4.0",
  144. "drupal/select_translation": "^1.x-dev",
  145. "drupal/session_limit": "^2.0@beta",
  146. "drupal/simplenews": "^2.0@beta",
  147. "drupal/social_media_links": "^2.8",
  148. "drupal/string_translation_ui": "^1.2",
  149. "drupal/strings_i18n_json_export": "1.x-dev@dev",
  150. "drupal/structure_sync": "^2.0",
  151. "drupal/swiftmailer": "2.x-dev@dev",
  152. "drupal/synonyms": "2.0.0-beta2",
  153. "drupal/telephone_formatter": "^1.0@beta",
  154. "drupal/telephone_validation": "^2.1",
  155. "drupal/term_reference_tree": "^1",
  156. "drupal/translate_side_by_side": "^1.x-dev",
  157. "drupal/translation_views": "^1.x-dev",
  158. "drupal/ultimate_cron": "^2.x-dev",
  159. "drupal/unique_content_field_validation": "^1.0",
  160. "drupal/url_to_video_filter": "^2.0",
  161. "drupal/user_csv_import": "^2.0",
  162. "drupal/user_email_verification": "1.x-dev@dev",
  163. "drupal/views_conditional": "^1.x-dev",
  164. "drupal/views_ef_fieldset": "^1.5",
  165. "drupal/webform": "^6.0",
  166. "drupal/workflow": "^1.5",
  167. "drush/drush": "^10.6",
  168. "kint-php/kint": "^3.3",
  169. "smalot/pdfparser": "*",
  170. "vlucas/phpdotenv": "^2.4",
  171. "w8tcha/ckeditor_codemirror": "v1.17.8",
  172. "wa72/htmlpagedom": "1.3.*",
  173. "webflo/drupal-finder": "^1.0.0",
  174. "webmozart/path-util": "^2.3",
  175. "wikimedia/composer-merge-plugin": "^2.0",
  176. "zaporylie/composer-drupal-optimizations": "^1.0"
  177. },
  178. "conflict": {
  179. "drupal/drupal": "*"
  180. },
  181. "minimum-stability": "dev",
  182. "prefer-stable": true,
  183. "config": {
  184. "sort-packages": true,
  185. "platform": {
  186. "php": "7.3"
  187. },
  188. "discard-changes": true,
  189. "allow-plugins": {
  190. "composer/installers": true,
  191. "cweagans/composer-patches": true,
  192. "drupal/console-extend-plugin": true,
  193. "drupal/core-composer-scaffold": true,
  194. "wikimedia/composer-merge-plugin": true,
  195. "zaporylie/composer-drupal-optimizations": true,
  196. "drupal/core-project-message": true
  197. }
  198. },
  199. "autoload": {
  200. "classmap": [
  201. "scripts/composer/ScriptHandler.php"
  202. ],
  203. "files": ["load.environment.php"]
  204. },
  205. "scripts": {
  206. "pre-install-cmd": [
  207. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  208. ],
  209. "pre-update-cmd": [
  210. "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
  211. ],
  212. "post-install-cmd": [
  213. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  214. ],
  215. "post-update-cmd": [
  216. "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
  217. ]
  218. },
  219. "extra": {
  220. "composer-exit-on-patch-failure": true,
  221. "patchLevel": {
  222. "drupal/core": "-p2",
  223. "drupal/commerce_stripe": "-p1"
  224. },
  225. "merge-plugin": {
  226. "include": [
  227. "web/profiles/d8-starterkit-profile/composer.json"
  228. ],
  229. "recurse": true,
  230. "replace": false,
  231. "merge-extra": true
  232. },
  233. "installer-paths": {
  234. "web/core": ["type:drupal-core"],
  235. "web/libraries/{$name}": ["type:drupal-library"],
  236. "web/modules/contrib/{$name}": ["type:drupal-module"],
  237. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  238. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  239. "drush/Commands/{$name}": ["type:drupal-drush"]
  240. },
  241. "patches": {
  242. "drupal/core": {
  243. "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
  244. "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",
  245. "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",
  246. "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",
  247. "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"
  248. },
  249. "drupal/email_registration": {
  250. "allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
  251. },
  252. "drupal/field_group": {
  253. "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",
  254. "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"
  255. },
  256. "drupal/stripe": {
  257. "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"
  258. },
  259. "drupal/commerce_stripe" : {
  260. "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"
  261. },
  262. "drupal/address": {
  263. "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"
  264. },
  265. "drupal/flag": {
  266. "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
  267. },
  268. "drupal/pwa": {
  269. "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"
  270. },
  271. "drupal/term_reference_tree": {
  272. "Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
  273. },
  274. "drupal/flag_lists": {
  275. "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",
  276. "Call to a member function id() on null in flaglistspermissionshandler": "./patches/flaglist-flaglistspermissionshandler.patch"
  277. },
  278. "drupal/toolbar_theme": {
  279. "Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
  280. }
  281. },
  282. "drupal-scaffold": {
  283. "locations": {
  284. "web-root": "./web"
  285. },
  286. "initial": {
  287. ".editorconfig": "../.editorconfig",
  288. ".gitattributes": "../.gitattributes"
  289. }
  290. }
  291. }
  292. }