composer.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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": "~2.8",
  9. "symfony/console": "~2.8",
  10. "symfony/dependency-injection": "~2.8",
  11. "symfony/event-dispatcher": "~2.8",
  12. "symfony/http-foundation": "~2.8",
  13. "symfony/http-kernel": "~2.8",
  14. "symfony/routing": "~2.8",
  15. "symfony/serializer": "~2.8",
  16. "symfony/translation": "~2.8",
  17. "symfony/validator": "~2.8",
  18. "symfony/process": "~2.8",
  19. "symfony/polyfill-iconv": "~1.0",
  20. "symfony/yaml": "~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.3.*",
  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": "v0.2",
  32. "zendframework/zend-diactoros": "~1.1",
  33. "composer/semver": "~1.0",
  34. "paragonie/random_compat": "~1.0"
  35. },
  36. "require-dev": {
  37. "behat/mink": "~1.7",
  38. "behat/mink-goutte-driver": "~1.2",
  39. "jcalderonzumba/gastonjs": "~1.0.2",
  40. "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
  41. "mikey179/vfsStream": "~1.2",
  42. "phpunit/phpunit": "~4.8",
  43. "symfony/css-selector": "~2.8"
  44. },
  45. "replace": {
  46. "drupal/action": "self.version",
  47. "drupal/aggregator": "self.version",
  48. "drupal/automated_cron": "self.version",
  49. "drupal/bartik": "self.version",
  50. "drupal/ban": "self.version",
  51. "drupal/basic_auth": "self.version",
  52. "drupal/big_pipe": "self.version",
  53. "drupal/block": "self.version",
  54. "drupal/block_content": "self.version",
  55. "drupal/book": "self.version",
  56. "drupal/breakpoint": "self.version",
  57. "drupal/ckeditor": "self.version",
  58. "drupal/classy": "self.version",
  59. "drupal/color": "self.version",
  60. "drupal/comment": "self.version",
  61. "drupal/config": "self.version",
  62. "drupal/config_translation": "self.version",
  63. "drupal/contact": "self.version",
  64. "drupal/content_translation": "self.version",
  65. "drupal/contextual": "self.version",
  66. "drupal/core-annotation": "self.version",
  67. "drupal/core-assertion": "self.version",
  68. "drupal/core-bridge": "self.version",
  69. "drupal/core-datetime": "self.version",
  70. "drupal/core-dependency-injection": "self.version",
  71. "drupal/core-diff": "self.version",
  72. "drupal/core-discovery": "self.version",
  73. "drupal/core-event-dispatcher": "self.version",
  74. "drupal/core-file-cache": "self.version",
  75. "drupal/core-filesystem": "self.version",
  76. "drupal/core-gettext": "self.version",
  77. "drupal/core-graph": "self.version",
  78. "drupal/core-http-foundation": "self.version",
  79. "drupal/core-php-storage": "self.version",
  80. "drupal/core-plugin": "self.version",
  81. "drupal/core-proxy-builder": "self.version",
  82. "drupal/core-render": "self.version",
  83. "drupal/core-serialization": "self.version",
  84. "drupal/core-transliteration": "self.version",
  85. "drupal/core-utility": "self.version",
  86. "drupal/core-uuid": "self.version",
  87. "drupal/datetime": "self.version",
  88. "drupal/dblog": "self.version",
  89. "drupal/dynamic_page_cache": "self.version",
  90. "drupal/editor": "self.version",
  91. "drupal/entity_reference": "self.version",
  92. "drupal/field": "self.version",
  93. "drupal/field_ui": "self.version",
  94. "drupal/file": "self.version",
  95. "drupal/filter": "self.version",
  96. "drupal/forum": "self.version",
  97. "drupal/hal": "self.version",
  98. "drupal/help": "self.version",
  99. "drupal/history": "self.version",
  100. "drupal/image": "self.version",
  101. "drupal/inline_form_errors": "self.version",
  102. "drupal/language": "self.version",
  103. "drupal/link": "self.version",
  104. "drupal/locale": "self.version",
  105. "drupal/minimal": "self.version",
  106. "drupal/menu_link_content": "self.version",
  107. "drupal/menu_ui": "self.version",
  108. "drupal/migrate": "self.version",
  109. "drupal/migrate_drupal": "self.version",
  110. "drupal/migrate_drupal_ui": "self.version",
  111. "drupal/node": "self.version",
  112. "drupal/options": "self.version",
  113. "drupal/page_cache": "self.version",
  114. "drupal/path": "self.version",
  115. "drupal/quickedit": "self.version",
  116. "drupal/rdf": "self.version",
  117. "drupal/responsive_image": "self.version",
  118. "drupal/rest": "self.version",
  119. "drupal/search": "self.version",
  120. "drupal/serialization": "self.version",
  121. "drupal/seven": "self.version",
  122. "drupal/shortcut": "self.version",
  123. "drupal/simpletest": "self.version",
  124. "drupal/standard": "self.version",
  125. "drupal/stark": "self.version",
  126. "drupal/statistics": "self.version",
  127. "drupal/syslog": "self.version",
  128. "drupal/system": "self.version",
  129. "drupal/taxonomy": "self.version",
  130. "drupal/telephone": "self.version",
  131. "drupal/text": "self.version",
  132. "drupal/toolbar": "self.version",
  133. "drupal/tour": "self.version",
  134. "drupal/tracker": "self.version",
  135. "drupal/update": "self.version",
  136. "drupal/user": "self.version",
  137. "drupal/views": "self.version",
  138. "drupal/views_ui": "self.version"
  139. },
  140. "minimum-stability": "dev",
  141. "prefer-stable": true,
  142. "autoload": {
  143. "psr-4": {
  144. "Drupal\\Core\\": "lib/Drupal/Core",
  145. "Drupal\\Component\\": "lib/Drupal/Component",
  146. "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
  147. },
  148. "classmap": [
  149. "lib/Drupal.php",
  150. "lib/Drupal/Component/Utility/Timer.php",
  151. "lib/Drupal/Component/Utility/Unicode.php",
  152. "lib/Drupal/Core/Database/Database.php",
  153. "lib/Drupal/Core/DrupalKernel.php",
  154. "lib/Drupal/Core/DrupalKernelInterface.php",
  155. "lib/Drupal/Core/Site/Settings.php"
  156. ]
  157. },
  158. "config": {
  159. "preferred-install": "dist",
  160. "autoloader-suffix": "Drupal8"
  161. },
  162. "scripts": {
  163. "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
  164. "post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess"
  165. }
  166. }