composer.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "name": "drupal/core",
  3. "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  4. "type": "drupal-core",
  5. "license": "GPL-2.0-or-later",
  6. "require": {
  7. "ext-date": "*",
  8. "ext-dom": "*",
  9. "ext-filter": "*",
  10. "ext-gd": "*",
  11. "ext-hash": "*",
  12. "ext-json": "*",
  13. "ext-pcre": "*",
  14. "ext-PDO": "*",
  15. "ext-session": "*",
  16. "ext-SimpleXML": "*",
  17. "ext-SPL": "*",
  18. "ext-tokenizer": "*",
  19. "ext-xml": "*",
  20. "php": "^5.5.9|>=7.0.8",
  21. "symfony/class-loader": "~3.4.0",
  22. "symfony/console": "~3.4.0",
  23. "symfony/dependency-injection": "~3.4.0",
  24. "symfony/event-dispatcher": "~3.4.0",
  25. "symfony/http-foundation": "~3.4.14",
  26. "symfony/http-kernel": "~3.4.14",
  27. "symfony/routing": "~3.4.0",
  28. "symfony/serializer": "~3.4.0",
  29. "symfony/translation": "~3.4.0",
  30. "symfony/validator": "~3.4.0",
  31. "symfony/process": "~3.4.0",
  32. "symfony/polyfill-iconv": "^1.0",
  33. "symfony/yaml": "~3.4.5",
  34. "twig/twig": "^1.35.0",
  35. "doctrine/common": "^2.5",
  36. "doctrine/annotations": "^1.2",
  37. "guzzlehttp/guzzle": "^6.2.1",
  38. "symfony-cmf/routing": "^1.4",
  39. "easyrdf/easyrdf": "^0.9",
  40. "zendframework/zend-feed": "^2.4",
  41. "stack/builder": "^1.0",
  42. "egulias/email-validator": "^1.2",
  43. "masterminds/html5": "^2.1",
  44. "symfony/psr-http-message-bridge": "^1.0",
  45. "zendframework/zend-diactoros": "^1.1",
  46. "composer/semver": "^1.0",
  47. "paragonie/random_compat": "^1.0|^2.0",
  48. "asm89/stack-cors": "^1.1"
  49. },
  50. "conflict": {
  51. "drush/drush": "<8.1.10"
  52. },
  53. "require-dev": {
  54. "behat/mink": "1.7.x-dev",
  55. "behat/mink-goutte-driver": "^1.2",
  56. "behat/mink-selenium2-driver": "1.3.x-dev",
  57. "drupal/coder": "^8.2.12",
  58. "jcalderonzumba/gastonjs": "^1.0.2",
  59. "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
  60. "mikey179/vfsStream": "^1.2",
  61. "phpunit/phpunit": "^4.8.35 || ^6.5",
  62. "phpspec/prophecy": "^1.7",
  63. "symfony/css-selector": "^3.4.0",
  64. "symfony/phpunit-bridge": "^3.4.3",
  65. "symfony/debug": "^3.4.0"
  66. },
  67. "replace": {
  68. "drupal/action": "self.version",
  69. "drupal/aggregator": "self.version",
  70. "drupal/automated_cron": "self.version",
  71. "drupal/bartik": "self.version",
  72. "drupal/ban": "self.version",
  73. "drupal/basic_auth": "self.version",
  74. "drupal/big_pipe": "self.version",
  75. "drupal/block": "self.version",
  76. "drupal/block_content": "self.version",
  77. "drupal/block_place": "self.version",
  78. "drupal/book": "self.version",
  79. "drupal/breakpoint": "self.version",
  80. "drupal/ckeditor": "self.version",
  81. "drupal/classy": "self.version",
  82. "drupal/color": "self.version",
  83. "drupal/comment": "self.version",
  84. "drupal/config": "self.version",
  85. "drupal/config_translation": "self.version",
  86. "drupal/contact": "self.version",
  87. "drupal/content_moderation": "self.version",
  88. "drupal/content_translation": "self.version",
  89. "drupal/contextual": "self.version",
  90. "drupal/core-annotation": "self.version",
  91. "drupal/core-assertion": "self.version",
  92. "drupal/core-bridge": "self.version",
  93. "drupal/core-class-finder": "self.version",
  94. "drupal/core-datetime": "self.version",
  95. "drupal/core-dependency-injection": "self.version",
  96. "drupal/core-diff": "self.version",
  97. "drupal/core-discovery": "self.version",
  98. "drupal/core-event-dispatcher": "self.version",
  99. "drupal/core-file-cache": "self.version",
  100. "drupal/core-filesystem": "self.version",
  101. "drupal/core-gettext": "self.version",
  102. "drupal/core-graph": "self.version",
  103. "drupal/core-http-foundation": "self.version",
  104. "drupal/core-php-storage": "self.version",
  105. "drupal/core-plugin": "self.version",
  106. "drupal/core-proxy-builder": "self.version",
  107. "drupal/core-render": "self.version",
  108. "drupal/core-serialization": "self.version",
  109. "drupal/core-transliteration": "self.version",
  110. "drupal/core-utility": "self.version",
  111. "drupal/core-uuid": "self.version",
  112. "drupal/datetime": "self.version",
  113. "drupal/datetime_range": "self.version",
  114. "drupal/dblog": "self.version",
  115. "drupal/dynamic_page_cache": "self.version",
  116. "drupal/editor": "self.version",
  117. "drupal/entity_reference": "self.version",
  118. "drupal/field": "self.version",
  119. "drupal/field_layout": "self.version",
  120. "drupal/field_ui": "self.version",
  121. "drupal/file": "self.version",
  122. "drupal/filter": "self.version",
  123. "drupal/forum": "self.version",
  124. "drupal/hal": "self.version",
  125. "drupal/help": "self.version",
  126. "drupal/history": "self.version",
  127. "drupal/image": "self.version",
  128. "drupal/inline_form_errors": "self.version",
  129. "drupal/language": "self.version",
  130. "drupal/layout_builder": "self.version",
  131. "drupal/layout_discovery": "self.version",
  132. "drupal/link": "self.version",
  133. "drupal/locale": "self.version",
  134. "drupal/minimal": "self.version",
  135. "drupal/media": "self.version",
  136. "drupal/media_library": "self.version",
  137. "drupal/menu_link_content": "self.version",
  138. "drupal/menu_ui": "self.version",
  139. "drupal/migrate": "self.version",
  140. "drupal/migrate_drupal": "self.version",
  141. "drupal/migrate_drupal_multilingual": "self.version",
  142. "drupal/migrate_drupal_ui": "self.version",
  143. "drupal/node": "self.version",
  144. "drupal/options": "self.version",
  145. "drupal/page_cache": "self.version",
  146. "drupal/path": "self.version",
  147. "drupal/quickedit": "self.version",
  148. "drupal/rdf": "self.version",
  149. "drupal/responsive_image": "self.version",
  150. "drupal/rest": "self.version",
  151. "drupal/search": "self.version",
  152. "drupal/serialization": "self.version",
  153. "drupal/settings_tray": "self.version",
  154. "drupal/seven": "self.version",
  155. "drupal/shortcut": "self.version",
  156. "drupal/simpletest": "self.version",
  157. "drupal/standard": "self.version",
  158. "drupal/stark": "self.version",
  159. "drupal/statistics": "self.version",
  160. "drupal/syslog": "self.version",
  161. "drupal/system": "self.version",
  162. "drupal/taxonomy": "self.version",
  163. "drupal/telephone": "self.version",
  164. "drupal/text": "self.version",
  165. "drupal/toolbar": "self.version",
  166. "drupal/tour": "self.version",
  167. "drupal/tracker": "self.version",
  168. "drupal/update": "self.version",
  169. "drupal/user": "self.version",
  170. "drupal/views": "self.version",
  171. "drupal/views_ui": "self.version",
  172. "drupal/workflows": "self.version",
  173. "drupal/workspaces": "self.version"
  174. },
  175. "extra": {
  176. "merge-plugin": {
  177. "require": [
  178. "core/lib/Drupal/Component/Annotation/composer.json",
  179. "core/lib/Drupal/Component/Assertion/composer.json",
  180. "core/lib/Drupal/Component/Bridge/composer.json",
  181. "core/lib/Drupal/Component/ClassFinder/composer.json",
  182. "core/lib/Drupal/Component/Datetime/composer.json",
  183. "core/lib/Drupal/Component/DependencyInjection/composer.json",
  184. "core/lib/Drupal/Component/Diff/composer.json",
  185. "core/lib/Drupal/Component/Discovery/composer.json",
  186. "core/lib/Drupal/Component/EventDispatcher/composer.json",
  187. "core/lib/Drupal/Component/FileCache/composer.json",
  188. "core/lib/Drupal/Component/FileSystem/composer.json",
  189. "core/lib/Drupal/Component/Gettext/composer.json",
  190. "core/lib/Drupal/Component/Graph/composer.json",
  191. "core/lib/Drupal/Component/HttpFoundation/composer.json",
  192. "core/lib/Drupal/Component/PhpStorage/composer.json",
  193. "core/lib/Drupal/Component/Plugin/composer.json",
  194. "core/lib/Drupal/Component/ProxyBuilder/composer.json",
  195. "core/lib/Drupal/Component/Render/composer.json",
  196. "core/lib/Drupal/Component/Serialization/composer.json",
  197. "core/lib/Drupal/Component/Transliteration/composer.json",
  198. "core/lib/Drupal/Component/Utility/composer.json",
  199. "core/lib/Drupal/Component/Uuid/composer.json"
  200. ],
  201. "recurse": false,
  202. "replace": false,
  203. "merge-extra": false
  204. }
  205. },
  206. "minimum-stability": "dev",
  207. "prefer-stable": true,
  208. "autoload": {
  209. "psr-4": {
  210. "Drupal\\Core\\": "lib/Drupal/Core",
  211. "Drupal\\Component\\": "lib/Drupal/Component",
  212. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  213. },
  214. "classmap": [
  215. "lib/Drupal.php",
  216. "lib/Drupal/Component/Utility/Timer.php",
  217. "lib/Drupal/Component/Utility/Unicode.php",
  218. "lib/Drupal/Core/Database/Database.php",
  219. "lib/Drupal/Core/DrupalKernel.php",
  220. "lib/Drupal/Core/DrupalKernelInterface.php",
  221. "lib/Drupal/Core/Site/Settings.php"
  222. ]
  223. },
  224. "config": {
  225. "preferred-install": "dist",
  226. "autoloader-suffix": "Drupal8"
  227. },
  228. "scripts": {
  229. "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
  230. "post-autoload-dump": [
  231. "Drupal\\Core\\Composer\\Composer::ensureHtaccess"
  232. ]
  233. }
  234. }