Advertisement
Guest User

Untitled

a guest
Jul 26th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  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. "drupal/admin_toolbar": "^3.0",
  20. "drupal/asset_injector": "^2.7",
  21. "drupal/auto_entitylabel": "^3.0@beta",
  22. "drupal/bootstrap_layouts": "^5.2",
  23. "drupal/bootstrap_styles": "^1.0",
  24. "drupal/captcha": "^1.1",
  25. "drupal/codetag": "^1.2",
  26. "drupal/core-composer-scaffold": "^9.2.0",
  27. "drupal/core-project-message": "^9.2.0",
  28. "drupal/core-recommended": "^9.2.0",
  29. "drupal/creative_responsive_theme": "^2.0",
  30. "drupal/ctools": "^3.4",
  31. "drupal/danland": "^1.1",
  32. "drupal/ds": "^3.9",
  33. "drupal/entity": "^1.2",
  34. "drupal/entity_clone": "^1.0@beta",
  35. "drupal/exclude_node_title": "^1.1",
  36. "drupal/feeds": "^3.0@alpha",
  37. "drupal/field_group": "^3.1",
  38. "drupal/field_permissions": "^1.1",
  39. "drupal/honeypot": "^2.0",
  40. "drupal/imce": "^2.3",
  41. "drupal/inline_entity_form": "^1.0@RC",
  42. "drupal/job_scheduler": "^3.1",
  43. "drupal/jquery_ui_accordion": "^1.1",
  44. "drupal/layout_builder_blocks": "^1.0",
  45. "drupal/layout_builder_styles": "^1.0@beta",
  46. "drupal/layout_library": "^1.0@beta",
  47. "drupal/libraries": "^3.0@beta",
  48. "drupal/login_security": "^2.0",
  49. "drupal/metatag": "^1.15",
  50. "drupal/migrate_plus": "^5.1",
  51. "drupal/migrate_tools": "^5.0",
  52. "drupal/migrate_upgrade": "^3.2",
  53. "drupal/page_manager": "^4.0@beta",
  54. "drupal/panelizer": "^4.4",
  55. "drupal/panels": "^4.6",
  56. "drupal/panels_everywhere": "^4.0@beta",
  57. "drupal/panels_ipe": "^4.6",
  58. "drupal/pathauto": "^1.8",
  59. "drupal/profile": "^1.2",
  60. "drupal/recaptcha": "^3.0",
  61. "drupal/redirect": "^1.6",
  62. "drupal/responsive_menu": "^4.4",
  63. "drupal/spambot": "^1.0@alpha",
  64. "drupal/title_field_for_manage_display": "^2.0",
  65. "drupal/token": "^1.9",
  66. "drupal/upgrade_status": "^3.4",
  67. "drupal/uuid_extra": "^2.0",
  68. "drupal/visitors": "^2.7",
  69. "drupal/webform": "^6.0",
  70. "drupal/webform_views": "^5.0@alpha",
  71. "wikimedia/composer-merge-plugin": "^2.0"
  72. },
  73. "require-dev": {
  74. "drupal/core-dev": "9.2.6"
  75. },
  76. "conflict": {
  77. "drupal/drupal": "*"
  78. },
  79. "minimum-stability": "dev",
  80. "prefer-stable": true,
  81. "config": {
  82. "sort-packages": true,
  83. "allow-plugins": {
  84. "composer/installers": true,
  85. "drupal/core-composer-scaffold": true,
  86. "drupal/core-project-message": true,
  87. "wikimedia/composer-merge-plugin": true,
  88. "dealerdirect/phpcodesniffer-composer-installer": true
  89. }
  90. },
  91. "extra": {
  92. "drupal-scaffold": {
  93. "locations": {
  94. "web-root": "web/"
  95. }
  96. },
  97. "installer-paths": {
  98. "web/core": ["type:drupal-core"],
  99. "web/libraries/{$name}": ["type:drupal-library"],
  100. "web/modules/contrib/{$name}": ["type:drupal-module"],
  101. "web/profiles/contrib/{$name}": ["type:drupal-profile"],
  102. "web/themes/contrib/{$name}": ["type:drupal-theme"],
  103. "drush/Commands/contrib/{$name}": ["type:drupal-drush"],
  104. "web/modules/custom/{$name}": ["type:drupal-custom-module"],
  105. "web/themes/custom/{$name}": ["type:drupal-custom-theme"]
  106. },
  107. "drupal-core-project-message": {
  108. "include-keys": ["homepage", "support"],
  109. "post-create-project-cmd-message": [
  110. "<bg=blue;fg=white> </>",
  111. "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
  112. "<bg=blue;fg=white> from the drupal/recommended-project template! </>",
  113. "<bg=blue;fg=white> </>",
  114. "",
  115. "<bg=yellow;fg=black>Next steps</>:",
  116.  
  117. " * Install the site: https://www.drupal.org/docs/8/install",
  118. " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
  119. " * Get support: https://www.drupal.org/support",
  120. " * Get involved with the Drupal community:",
  121. " https://www.drupal.org/getting-involved",
  122. " * Remove the plugin that prints this message:",
  123. " composer remove drupal/core-project-message"
  124. ]
  125. },
  126. "merge-plugin": {
  127. "include": [
  128. "web/modules/contrib/webform/composer.libraries.json"
  129. ]
  130. }
  131. }
  132. }
  133.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement