installed.json 6.7 KB

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