composer.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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+",
  6. "require": {
  7. "php": ">=5.5.9",
  8. "symfony/class-loader": "~3.2.8",
  9. "symfony/console": "~3.2.8",
  10. "symfony/dependency-injection": "~3.2.8",
  11. "symfony/event-dispatcher": "~3.2.8",
  12. "symfony/http-foundation": "~3.2.8",
  13. "symfony/http-kernel": "~3.2.8",
  14. "symfony/routing": "~3.2.8",
  15. "symfony/serializer": "~3.2.8",
  16. "symfony/translation": "~3.2.8",
  17. "symfony/validator": "~3.2.8",
  18. "symfony/process": "~3.2.8",
  19. "symfony/polyfill-iconv": "^1.0",
  20. "symfony/yaml": "~3.2.8",
  21. "twig/twig": "^1.23.1",
  22. "doctrine/common": "^2.5",
  23. "doctrine/annotations": "^1.2",
  24. "guzzlehttp/guzzle": "^6.2.1",
  25. "symfony-cmf/routing": "^1.4",
  26. "easyrdf/easyrdf": "^0.9",
  27. "zendframework/zend-feed": "^2.4",
  28. "stack/builder": "^1.0",
  29. "egulias/email-validator": "^1.2",
  30. "masterminds/html5": "^2.1",
  31. "symfony/psr-http-message-bridge": "^1.0",
  32. "zendframework/zend-diactoros": "^1.1",
  33. "composer/semver": "^1.0",
  34. "paragonie/random_compat": "^1.0|^2.0",
  35. "asm89/stack-cors": "^1.1"
  36. },
  37. "conflict": {
  38. "drush/drush": "<8.1.10"
  39. },
  40. "require-dev": {
  41. "behat/mink": "1.7.x-dev",
  42. "behat/mink-goutte-driver": "^1.2",
  43. "drupal/coder": "^8.2.12",
  44. "jcalderonzumba/gastonjs": "^1.0.2",
  45. "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
  46. "mikey179/vfsStream": "^1.2",
  47. "phpunit/phpunit": ">=4.8.35 <5",
  48. "phpspec/prophecy": "^1.4",
  49. "symfony/css-selector": "~3.2.8",
  50. "symfony/phpunit-bridge": "~3.2.8"
  51. },
  52. "replace": {
  53. "drupal/action": "self.version",
  54. "drupal/aggregator": "self.version",
  55. "drupal/automated_cron": "self.version",
  56. "drupal/bartik": "self.version",
  57. "drupal/ban": "self.version",
  58. "drupal/basic_auth": "self.version",
  59. "drupal/big_pipe": "self.version",
  60. "drupal/block": "self.version",
  61. "drupal/block_content": "self.version",
  62. "drupal/block_place": "self.version",
  63. "drupal/book": "self.version",
  64. "drupal/breakpoint": "self.version",
  65. "drupal/ckeditor": "self.version",
  66. "drupal/classy": "self.version",
  67. "drupal/color": "self.version",
  68. "drupal/comment": "self.version",
  69. "drupal/config": "self.version",
  70. "drupal/config_translation": "self.version",
  71. "drupal/contact": "self.version",
  72. "drupal/content_moderation": "self.version",
  73. "drupal/content_translation": "self.version",
  74. "drupal/contextual": "self.version",
  75. "drupal/core-annotation": "self.version",
  76. "drupal/core-assertion": "self.version",
  77. "drupal/core-bridge": "self.version",
  78. "drupal/core-class-finder": "self.version",
  79. "drupal/core-datetime": "self.version",
  80. "drupal/core-dependency-injection": "self.version",
  81. "drupal/core-diff": "self.version",
  82. "drupal/core-discovery": "self.version",
  83. "drupal/core-event-dispatcher": "self.version",
  84. "drupal/core-file-cache": "self.version",
  85. "drupal/core-filesystem": "self.version",
  86. "drupal/core-gettext": "self.version",
  87. "drupal/core-graph": "self.version",
  88. "drupal/core-http-foundation": "self.version",
  89. "drupal/core-php-storage": "self.version",
  90. "drupal/core-plugin": "self.version",
  91. "drupal/core-proxy-builder": "self.version",
  92. "drupal/core-render": "self.version",
  93. "drupal/core-serialization": "self.version",
  94. "drupal/core-transliteration": "self.version",
  95. "drupal/core-utility": "self.version",
  96. "drupal/core-uuid": "self.version",
  97. "drupal/datetime": "self.version",
  98. "drupal/datetime_range": "self.version",
  99. "drupal/dblog": "self.version",
  100. "drupal/dynamic_page_cache": "self.version",
  101. "drupal/editor": "self.version",
  102. "drupal/entity_reference": "self.version",
  103. "drupal/field": "self.version",
  104. "drupal/field_layout": "self.version",
  105. "drupal/field_ui": "self.version",
  106. "drupal/file": "self.version",
  107. "drupal/filter": "self.version",
  108. "drupal/forum": "self.version",
  109. "drupal/hal": "self.version",
  110. "drupal/help": "self.version",
  111. "drupal/history": "self.version",
  112. "drupal/image": "self.version",
  113. "drupal/inline_form_errors": "self.version",
  114. "drupal/language": "self.version",
  115. "drupal/layout_discovery": "self.version",
  116. "drupal/link": "self.version",
  117. "drupal/locale": "self.version",
  118. "drupal/minimal": "self.version",
  119. "drupal/media": "self.version",
  120. "drupal/menu_link_content": "self.version",
  121. "drupal/menu_ui": "self.version",
  122. "drupal/migrate": "self.version",
  123. "drupal/migrate_drupal": "self.version",
  124. "drupal/migrate_drupal_ui": "self.version",
  125. "drupal/node": "self.version",
  126. "drupal/options": "self.version",
  127. "drupal/page_cache": "self.version",
  128. "drupal/path": "self.version",
  129. "drupal/quickedit": "self.version",
  130. "drupal/rdf": "self.version",
  131. "drupal/responsive_image": "self.version",
  132. "drupal/rest": "self.version",
  133. "drupal/search": "self.version",
  134. "drupal/serialization": "self.version",
  135. "drupal/settings_tray": "self.version",
  136. "drupal/seven": "self.version",
  137. "drupal/shortcut": "self.version",
  138. "drupal/simpletest": "self.version",
  139. "drupal/standard": "self.version",
  140. "drupal/stark": "self.version",
  141. "drupal/statistics": "self.version",
  142. "drupal/syslog": "self.version",
  143. "drupal/system": "self.version",
  144. "drupal/taxonomy": "self.version",
  145. "drupal/telephone": "self.version",
  146. "drupal/text": "self.version",
  147. "drupal/toolbar": "self.version",
  148. "drupal/tour": "self.version",
  149. "drupal/tracker": "self.version",
  150. "drupal/update": "self.version",
  151. "drupal/user": "self.version",
  152. "drupal/views": "self.version",
  153. "drupal/views_ui": "self.version",
  154. "drupal/workflows": "self.version"
  155. },
  156. "minimum-stability": "dev",
  157. "prefer-stable": true,
  158. "autoload": {
  159. "psr-4": {
  160. "Drupal\\Core\\": "lib/Drupal/Core",
  161. "Drupal\\Component\\": "lib/Drupal/Component",
  162. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  163. },
  164. "classmap": [
  165. "lib/Drupal.php",
  166. "lib/Drupal/Component/Utility/Timer.php",
  167. "lib/Drupal/Component/Utility/Unicode.php",
  168. "lib/Drupal/Core/Database/Database.php",
  169. "lib/Drupal/Core/DrupalKernel.php",
  170. "lib/Drupal/Core/DrupalKernelInterface.php",
  171. "lib/Drupal/Core/Site/Settings.php"
  172. ]
  173. },
  174. "config": {
  175. "preferred-install": "dist",
  176. "autoloader-suffix": "Drupal8"
  177. },
  178. "scripts": {
  179. "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
  180. "post-autoload-dump": [
  181. "Drupal\\Core\\Composer\\Composer::ensureHtaccess"
  182. ]
  183. }
  184. }