composer.lock 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "b6c3cc0d302a93c45e7de2544e6d5b76",
  8. "packages": [
  9. {
  10. "name": "guzzle/guzzle",
  11. "version": "v3.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle3.git",
  15. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  20. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "php": ">=5.3.3",
  26. "symfony/event-dispatcher": "~2.1"
  27. },
  28. "replace": {
  29. "guzzle/batch": "self.version",
  30. "guzzle/cache": "self.version",
  31. "guzzle/common": "self.version",
  32. "guzzle/http": "self.version",
  33. "guzzle/inflection": "self.version",
  34. "guzzle/iterator": "self.version",
  35. "guzzle/log": "self.version",
  36. "guzzle/parser": "self.version",
  37. "guzzle/plugin": "self.version",
  38. "guzzle/plugin-async": "self.version",
  39. "guzzle/plugin-backoff": "self.version",
  40. "guzzle/plugin-cache": "self.version",
  41. "guzzle/plugin-cookie": "self.version",
  42. "guzzle/plugin-curlauth": "self.version",
  43. "guzzle/plugin-error-response": "self.version",
  44. "guzzle/plugin-history": "self.version",
  45. "guzzle/plugin-log": "self.version",
  46. "guzzle/plugin-md5": "self.version",
  47. "guzzle/plugin-mock": "self.version",
  48. "guzzle/plugin-oauth": "self.version",
  49. "guzzle/service": "self.version",
  50. "guzzle/stream": "self.version"
  51. },
  52. "require-dev": {
  53. "doctrine/cache": "~1.3",
  54. "monolog/monolog": "~1.0",
  55. "phpunit/phpunit": "3.7.*",
  56. "psr/log": "~1.0",
  57. "symfony/class-loader": "~2.1",
  58. "zendframework/zend-cache": "2.*,<2.3",
  59. "zendframework/zend-log": "2.*,<2.3"
  60. },
  61. "suggest": {
  62. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  63. },
  64. "type": "library",
  65. "extra": {
  66. "branch-alias": {
  67. "dev-master": "3.9-dev"
  68. }
  69. },
  70. "autoload": {
  71. "psr-0": {
  72. "Guzzle": "src/",
  73. "Guzzle\\Tests": "tests/"
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "authors": [
  81. {
  82. "name": "Michael Dowling",
  83. "email": "mtdowling@gmail.com",
  84. "homepage": "https://github.com/mtdowling"
  85. },
  86. {
  87. "name": "Guzzle Community",
  88. "homepage": "https://github.com/guzzle/guzzle/contributors"
  89. }
  90. ],
  91. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  92. "homepage": "http://guzzlephp.org/",
  93. "keywords": [
  94. "client",
  95. "curl",
  96. "framework",
  97. "http",
  98. "http client",
  99. "rest",
  100. "web service"
  101. ],
  102. "time": "2015-03-18 18:23:50"
  103. },
  104. {
  105. "name": "sendgrid/smtpapi",
  106. "version": "0.5.0",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/sendgrid/smtpapi-php.git",
  110. "reference": "05ccf57bad5d1524e479b6dc0a2dfade88b3fbe5"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://api.github.com/repos/sendgrid/smtpapi-php/zipball/05ccf57bad5d1524e479b6dc0a2dfade88b3fbe5",
  115. "reference": "05ccf57bad5d1524e479b6dc0a2dfade88b3fbe5",
  116. "shasum": ""
  117. },
  118. "require": {
  119. "php": ">=5.3"
  120. },
  121. "replace": {
  122. "sendgrid/smtpapi-php": "*"
  123. },
  124. "require-dev": {
  125. "phpunit/phpunit": "3.7.*"
  126. },
  127. "type": "library",
  128. "autoload": {
  129. "psr-0": {
  130. "Smtpapi": "lib/"
  131. }
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "description": "Build SendGrid X-SMTPAPI headers in PHP.",
  138. "homepage": "http://github.com/sendgrid/smtpapi-php",
  139. "keywords": [
  140. "X-SMTP",
  141. "api",
  142. "email",
  143. "grid",
  144. "send",
  145. "sendgrid",
  146. "smtp",
  147. "smtpapi",
  148. "xsmtp"
  149. ],
  150. "time": "2015-04-14 02:37:45"
  151. },
  152. {
  153. "name": "symfony/event-dispatcher",
  154. "version": "v2.7.4",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/symfony/EventDispatcher.git",
  158. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
  163. "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=5.3.9"
  168. },
  169. "require-dev": {
  170. "psr/log": "~1.0",
  171. "symfony/config": "~2.0,>=2.0.5",
  172. "symfony/dependency-injection": "~2.6",
  173. "symfony/expression-language": "~2.6",
  174. "symfony/phpunit-bridge": "~2.7",
  175. "symfony/stopwatch": "~2.3"
  176. },
  177. "suggest": {
  178. "symfony/dependency-injection": "",
  179. "symfony/http-kernel": ""
  180. },
  181. "type": "library",
  182. "extra": {
  183. "branch-alias": {
  184. "dev-master": "2.7-dev"
  185. }
  186. },
  187. "autoload": {
  188. "psr-4": {
  189. "Symfony\\Component\\EventDispatcher\\": ""
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Fabien Potencier",
  199. "email": "fabien@symfony.com"
  200. },
  201. {
  202. "name": "Symfony Community",
  203. "homepage": "https://symfony.com/contributors"
  204. }
  205. ],
  206. "description": "Symfony EventDispatcher Component",
  207. "homepage": "https://symfony.com",
  208. "time": "2015-08-24 07:13:45"
  209. }
  210. ],
  211. "packages-dev": null,
  212. "aliases": [],
  213. "minimum-stability": "stable",
  214. "stability-flags": [],
  215. "prefer-stable": false,
  216. "prefer-lowest": false,
  217. "platform": {
  218. "php": ">=5.3"
  219. },
  220. "platform-dev": []
  221. }