Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

150 Zeilen
4.9 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "e55e86b08121ef02ee55eeb9438df815",
  8. "packages": [
  9. {
  10. "name": "symfony/console",
  11. "version": "v4.1.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/symfony/console.git",
  15. "reference": "c74f4d1988dfcd8760273e53551694da32b056d0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/symfony/console/zipball/c74f4d1988dfcd8760273e53551694da32b056d0",
  20. "reference": "c74f4d1988dfcd8760273e53551694da32b056d0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.1.3",
  25. "symfony/polyfill-mbstring": "~1.0"
  26. },
  27. "conflict": {
  28. "symfony/dependency-injection": "<3.4",
  29. "symfony/process": "<3.3"
  30. },
  31. "require-dev": {
  32. "psr/log": "~1.0",
  33. "symfony/config": "~3.4|~4.0",
  34. "symfony/dependency-injection": "~3.4|~4.0",
  35. "symfony/event-dispatcher": "~3.4|~4.0",
  36. "symfony/lock": "~3.4|~4.0",
  37. "symfony/process": "~3.4|~4.0"
  38. },
  39. "suggest": {
  40. "psr/log-implementation": "For using the console logger",
  41. "symfony/event-dispatcher": "",
  42. "symfony/lock": "",
  43. "symfony/process": ""
  44. },
  45. "type": "library",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "4.1-dev"
  49. }
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "Symfony\\Component\\Console\\": ""
  54. },
  55. "exclude-from-classmap": [
  56. "/Tests/"
  57. ]
  58. },
  59. "notification-url": "https://packagist.org/downloads/",
  60. "license": [
  61. "MIT"
  62. ],
  63. "authors": [
  64. {
  65. "name": "Fabien Potencier",
  66. "email": "fabien@symfony.com"
  67. },
  68. {
  69. "name": "Symfony Community",
  70. "homepage": "https://symfony.com/contributors"
  71. }
  72. ],
  73. "description": "Symfony Console Component",
  74. "homepage": "https://symfony.com",
  75. "time": "2018-11-26T14:00:40+00:00"
  76. },
  77. {
  78. "name": "symfony/polyfill-mbstring",
  79. "version": "v1.10.0",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/symfony/polyfill-mbstring.git",
  83. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  88. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "php": ">=5.3.3"
  93. },
  94. "suggest": {
  95. "ext-mbstring": "For best performance"
  96. },
  97. "type": "library",
  98. "extra": {
  99. "branch-alias": {
  100. "dev-master": "1.9-dev"
  101. }
  102. },
  103. "autoload": {
  104. "psr-4": {
  105. "Symfony\\Polyfill\\Mbstring\\": ""
  106. },
  107. "files": [
  108. "bootstrap.php"
  109. ]
  110. },
  111. "notification-url": "https://packagist.org/downloads/",
  112. "license": [
  113. "MIT"
  114. ],
  115. "authors": [
  116. {
  117. "name": "Nicolas Grekas",
  118. "email": "p@tchwork.com"
  119. },
  120. {
  121. "name": "Symfony Community",
  122. "homepage": "https://symfony.com/contributors"
  123. }
  124. ],
  125. "description": "Symfony polyfill for the Mbstring extension",
  126. "homepage": "https://symfony.com",
  127. "keywords": [
  128. "compatibility",
  129. "mbstring",
  130. "polyfill",
  131. "portable",
  132. "shim"
  133. ],
  134. "time": "2018-09-21T13:07:52+00:00"
  135. }
  136. ],
  137. "packages-dev": [],
  138. "aliases": [],
  139. "minimum-stability": "stable",
  140. "stability-flags": [],
  141. "prefer-stable": false,
  142. "prefer-lowest": false,
  143. "platform": {
  144. "php": ">=7",
  145. "ext-mbstring": "*",
  146. "ext-yaml": "*"
  147. },
  148. "platform-dev": []
  149. }