installed.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. [
  2. {
  3. "name": "symfony/event-dispatcher",
  4. "version": "v2.4.5",
  5. "version_normalized": "2.4.5.0",
  6. "target-dir": "Symfony/Component/EventDispatcher",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/symfony/EventDispatcher.git",
  10. "reference": "e539602e5455aa086c0e81e604745af7789e4d8a"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e539602e5455aa086c0e81e604745af7789e4d8a",
  15. "reference": "e539602e5455aa086c0e81e604745af7789e4d8a",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.3"
  20. },
  21. "require-dev": {
  22. "symfony/dependency-injection": "~2.0"
  23. },
  24. "suggest": {
  25. "symfony/dependency-injection": "",
  26. "symfony/http-kernel": ""
  27. },
  28. "time": "2014-04-16 10:34:31",
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "2.4-dev"
  33. }
  34. },
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-0": {
  38. "Symfony\\Component\\EventDispatcher\\": ""
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Fabien Potencier",
  48. "email": "fabien@symfony.com",
  49. "homepage": "http://fabien.potencier.org",
  50. "role": "Lead Developer"
  51. },
  52. {
  53. "name": "Symfony Community",
  54. "homepage": "http://symfony.com/contributors"
  55. }
  56. ],
  57. "description": "Symfony EventDispatcher Component",
  58. "homepage": "http://symfony.com"
  59. },
  60. {
  61. "name": "guzzle/guzzle",
  62. "version": "v3.9.1",
  63. "version_normalized": "3.9.1.0",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/guzzle/guzzle3.git",
  67. "reference": "92d9934f2fca1da15178c91239576ae26e505e60"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/92d9934f2fca1da15178c91239576ae26e505e60",
  72. "reference": "92d9934f2fca1da15178c91239576ae26e505e60",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "ext-curl": "*",
  77. "php": ">=5.3.3",
  78. "symfony/event-dispatcher": "~2.1"
  79. },
  80. "replace": {
  81. "guzzle/batch": "self.version",
  82. "guzzle/cache": "self.version",
  83. "guzzle/common": "self.version",
  84. "guzzle/http": "self.version",
  85. "guzzle/inflection": "self.version",
  86. "guzzle/iterator": "self.version",
  87. "guzzle/log": "self.version",
  88. "guzzle/parser": "self.version",
  89. "guzzle/plugin": "self.version",
  90. "guzzle/plugin-async": "self.version",
  91. "guzzle/plugin-backoff": "self.version",
  92. "guzzle/plugin-cache": "self.version",
  93. "guzzle/plugin-cookie": "self.version",
  94. "guzzle/plugin-curlauth": "self.version",
  95. "guzzle/plugin-error-response": "self.version",
  96. "guzzle/plugin-history": "self.version",
  97. "guzzle/plugin-log": "self.version",
  98. "guzzle/plugin-md5": "self.version",
  99. "guzzle/plugin-mock": "self.version",
  100. "guzzle/plugin-oauth": "self.version",
  101. "guzzle/service": "self.version",
  102. "guzzle/stream": "self.version"
  103. },
  104. "require-dev": {
  105. "doctrine/cache": "~1.3",
  106. "monolog/monolog": "~1.0",
  107. "phpunit/phpunit": "3.7.*",
  108. "psr/log": "~1.0",
  109. "symfony/class-loader": "~2.1",
  110. "zendframework/zend-cache": "2.*,<2.3",
  111. "zendframework/zend-log": "2.*,<2.3"
  112. },
  113. "time": "2014-05-07 17:04:22",
  114. "type": "library",
  115. "extra": {
  116. "branch-alias": {
  117. "dev-master": "3.8-dev"
  118. }
  119. },
  120. "installation-source": "dist",
  121. "autoload": {
  122. "psr-0": {
  123. "Guzzle": "src/",
  124. "Guzzle\\Tests": "tests/"
  125. }
  126. },
  127. "notification-url": "https://packagist.org/downloads/",
  128. "license": [
  129. "MIT"
  130. ],
  131. "authors": [
  132. {
  133. "name": "Michael Dowling",
  134. "email": "mtdowling@gmail.com",
  135. "homepage": "https://github.com/mtdowling"
  136. },
  137. {
  138. "name": "Guzzle Community",
  139. "homepage": "https://github.com/guzzle/guzzle/contributors"
  140. }
  141. ],
  142. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  143. "homepage": "http://guzzlephp.org/",
  144. "keywords": [
  145. "client",
  146. "curl",
  147. "framework",
  148. "http",
  149. "http client",
  150. "rest",
  151. "web service"
  152. ]
  153. },
  154. {
  155. "name": "mailgun/mailgun-php",
  156. "version": "v1.7.1",
  157. "version_normalized": "1.7.1.0",
  158. "source": {
  159. "type": "git",
  160. "url": "https://github.com/mailgun/mailgun-php.git",
  161. "reference": "b16608bd5f62108ab6fb279d40ed8b503ecf899d"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://api.github.com/repos/mailgun/mailgun-php/zipball/b16608bd5f62108ab6fb279d40ed8b503ecf899d",
  166. "reference": "b16608bd5f62108ab6fb279d40ed8b503ecf899d",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "guzzle/guzzle": "<4.0,>=3.8"
  171. },
  172. "require-dev": {
  173. "phpunit/phpunit": "3.7.*"
  174. },
  175. "time": "2014-05-27 17:45:51",
  176. "type": "library",
  177. "installation-source": "dist",
  178. "autoload": {
  179. "psr-0": {
  180. "Mailgun\\Tests": "tests/",
  181. "Mailgun": "src/"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Travis Swientek",
  191. "email": "travis@mailgunhq.com"
  192. }
  193. ],
  194. "description": "The Mailgun SDK provides methods for all API functions."
  195. }
  196. ]