installed.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. [
  2. {
  3. "name": "guzzle/guzzle",
  4. "version": "v3.9.3",
  5. "version_normalized": "3.9.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/guzzle/guzzle3.git",
  9. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  14. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-curl": "*",
  19. "php": ">=5.3.3",
  20. "symfony/event-dispatcher": "~2.1"
  21. },
  22. "replace": {
  23. "guzzle/batch": "self.version",
  24. "guzzle/cache": "self.version",
  25. "guzzle/common": "self.version",
  26. "guzzle/http": "self.version",
  27. "guzzle/inflection": "self.version",
  28. "guzzle/iterator": "self.version",
  29. "guzzle/log": "self.version",
  30. "guzzle/parser": "self.version",
  31. "guzzle/plugin": "self.version",
  32. "guzzle/plugin-async": "self.version",
  33. "guzzle/plugin-backoff": "self.version",
  34. "guzzle/plugin-cache": "self.version",
  35. "guzzle/plugin-cookie": "self.version",
  36. "guzzle/plugin-curlauth": "self.version",
  37. "guzzle/plugin-error-response": "self.version",
  38. "guzzle/plugin-history": "self.version",
  39. "guzzle/plugin-log": "self.version",
  40. "guzzle/plugin-md5": "self.version",
  41. "guzzle/plugin-mock": "self.version",
  42. "guzzle/plugin-oauth": "self.version",
  43. "guzzle/service": "self.version",
  44. "guzzle/stream": "self.version"
  45. },
  46. "require-dev": {
  47. "doctrine/cache": "~1.3",
  48. "monolog/monolog": "~1.0",
  49. "phpunit/phpunit": "3.7.*",
  50. "psr/log": "~1.0",
  51. "symfony/class-loader": "~2.1",
  52. "zendframework/zend-cache": "2.*,<2.3",
  53. "zendframework/zend-log": "2.*,<2.3"
  54. },
  55. "suggest": {
  56. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  57. },
  58. "time": "2015-03-18T18:23:50+00:00",
  59. "type": "library",
  60. "extra": {
  61. "branch-alias": {
  62. "dev-master": "3.9-dev"
  63. }
  64. },
  65. "installation-source": "dist",
  66. "autoload": {
  67. "psr-0": {
  68. "Guzzle": "src/",
  69. "Guzzle\\Tests": "tests/"
  70. }
  71. },
  72. "notification-url": "https://packagist.org/downloads/",
  73. "license": [
  74. "MIT"
  75. ],
  76. "authors": [
  77. {
  78. "name": "Michael Dowling",
  79. "email": "mtdowling@gmail.com",
  80. "homepage": "https://github.com/mtdowling"
  81. },
  82. {
  83. "name": "Guzzle Community",
  84. "homepage": "https://github.com/guzzle/guzzle/contributors"
  85. }
  86. ],
  87. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  88. "homepage": "http://guzzlephp.org/",
  89. "keywords": [
  90. "client",
  91. "curl",
  92. "framework",
  93. "http",
  94. "http client",
  95. "rest",
  96. "web service"
  97. ],
  98. "abandoned": "guzzlehttp/guzzle"
  99. },
  100. {
  101. "name": "symfony/event-dispatcher",
  102. "version": "v2.8.50",
  103. "version_normalized": "2.8.50.0",
  104. "source": {
  105. "type": "git",
  106. "url": "https://github.com/symfony/event-dispatcher.git",
  107. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
  108. },
  109. "dist": {
  110. "type": "zip",
  111. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
  112. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
  113. "shasum": ""
  114. },
  115. "require": {
  116. "php": ">=5.3.9"
  117. },
  118. "require-dev": {
  119. "psr/log": "~1.0",
  120. "symfony/config": "^2.0.5|~3.0.0",
  121. "symfony/dependency-injection": "~2.6|~3.0.0",
  122. "symfony/expression-language": "~2.6|~3.0.0",
  123. "symfony/stopwatch": "~2.3|~3.0.0"
  124. },
  125. "suggest": {
  126. "symfony/dependency-injection": "",
  127. "symfony/http-kernel": ""
  128. },
  129. "time": "2018-11-21T14:20:20+00:00",
  130. "type": "library",
  131. "extra": {
  132. "branch-alias": {
  133. "dev-master": "2.8-dev"
  134. }
  135. },
  136. "installation-source": "dist",
  137. "autoload": {
  138. "psr-4": {
  139. "Symfony\\Component\\EventDispatcher\\": ""
  140. },
  141. "exclude-from-classmap": [
  142. "/Tests/"
  143. ]
  144. },
  145. "notification-url": "https://packagist.org/downloads/",
  146. "license": [
  147. "MIT"
  148. ],
  149. "authors": [
  150. {
  151. "name": "Fabien Potencier",
  152. "email": "fabien@symfony.com"
  153. },
  154. {
  155. "name": "Symfony Community",
  156. "homepage": "https://symfony.com/contributors"
  157. }
  158. ],
  159. "description": "Symfony EventDispatcher Component",
  160. "homepage": "https://symfony.com"
  161. }
  162. ]