composer.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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": "bb81ea5f72ddea2f594a172ff0f3b44d",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "2.0.0",
  12. "target-dir": "Firebase/PHP-JWT",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/firebase/php-jwt.git",
  16. "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
  21. "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.2.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "classmap": [
  30. "Authentication/",
  31. "Exceptions/"
  32. ]
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "BSD-3-Clause"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Neuman Vong",
  41. "email": "neuman+pear@twilio.com",
  42. "role": "Developer"
  43. },
  44. {
  45. "name": "Anant Narayanan",
  46. "email": "anant@php.net",
  47. "role": "Developer"
  48. }
  49. ],
  50. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  51. "homepage": "https://github.com/firebase/php-jwt",
  52. "time": "2015-04-01 18:46:38"
  53. },
  54. {
  55. "name": "google/auth",
  56. "version": "dev-master",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/google/google-auth-library-php.git",
  60. "reference": "35f87159b327fa6416266948c1747c585a4ae3ad"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/35f87159b327fa6416266948c1747c585a4ae3ad",
  65. "reference": "35f87159b327fa6416266948c1747c585a4ae3ad",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "firebase/php-jwt": "2.0.0",
  70. "guzzlehttp/guzzle": "5.2.*",
  71. "php": ">=5.4"
  72. },
  73. "require-dev": {
  74. "phplint/phplint": "0.0.1",
  75. "phpunit/phpunit": "3.7.*"
  76. },
  77. "type": "library",
  78. "autoload": {
  79. "classmap": [
  80. "src/"
  81. ],
  82. "psr-4": {
  83. "Google\\Auth\\": "src"
  84. }
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "Apache-2.0"
  89. ],
  90. "description": "Google Auth Library for PHP",
  91. "homepage": "http://github.com/google/google-auth-library-php",
  92. "keywords": [
  93. "Authentication",
  94. "google",
  95. "oauth2"
  96. ],
  97. "time": "2015-04-30 11:57:19"
  98. },
  99. {
  100. "name": "guzzlehttp/guzzle",
  101. "version": "5.2.0",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/guzzle/guzzle.git",
  105. "reference": "475b29ccd411f2fa8a408e64576418728c032cfa"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa",
  110. "reference": "475b29ccd411f2fa8a408e64576418728c032cfa",
  111. "shasum": ""
  112. },
  113. "require": {
  114. "guzzlehttp/ringphp": "~1.0",
  115. "php": ">=5.4.0"
  116. },
  117. "require-dev": {
  118. "ext-curl": "*",
  119. "phpunit/phpunit": "~4.0",
  120. "psr/log": "~1.0"
  121. },
  122. "type": "library",
  123. "extra": {
  124. "branch-alias": {
  125. "dev-master": "5.0-dev"
  126. }
  127. },
  128. "autoload": {
  129. "psr-4": {
  130. "GuzzleHttp\\": "src/"
  131. }
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Michael Dowling",
  140. "email": "mtdowling@gmail.com",
  141. "homepage": "https://github.com/mtdowling"
  142. }
  143. ],
  144. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  145. "homepage": "http://guzzlephp.org/",
  146. "keywords": [
  147. "client",
  148. "curl",
  149. "framework",
  150. "http",
  151. "http client",
  152. "rest",
  153. "web service"
  154. ],
  155. "time": "2015-01-28 01:03:29"
  156. },
  157. {
  158. "name": "guzzlehttp/ringphp",
  159. "version": "1.0.7",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/guzzle/RingPHP.git",
  163. "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
  168. "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "guzzlehttp/streams": "~3.0",
  173. "php": ">=5.4.0",
  174. "react/promise": "~2.0"
  175. },
  176. "require-dev": {
  177. "ext-curl": "*",
  178. "phpunit/phpunit": "~4.0"
  179. },
  180. "suggest": {
  181. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  182. },
  183. "type": "library",
  184. "extra": {
  185. "branch-alias": {
  186. "dev-master": "1.0-dev"
  187. }
  188. },
  189. "autoload": {
  190. "psr-4": {
  191. "GuzzleHttp\\Ring\\": "src/"
  192. }
  193. },
  194. "notification-url": "https://packagist.org/downloads/",
  195. "license": [
  196. "MIT"
  197. ],
  198. "authors": [
  199. {
  200. "name": "Michael Dowling",
  201. "email": "mtdowling@gmail.com",
  202. "homepage": "https://github.com/mtdowling"
  203. }
  204. ],
  205. "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
  206. "time": "2015-03-30 01:43:20"
  207. },
  208. {
  209. "name": "guzzlehttp/streams",
  210. "version": "3.0.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/guzzle/streams.git",
  214. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  219. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=5.4.0"
  224. },
  225. "require-dev": {
  226. "phpunit/phpunit": "~4.0"
  227. },
  228. "type": "library",
  229. "extra": {
  230. "branch-alias": {
  231. "dev-master": "3.0-dev"
  232. }
  233. },
  234. "autoload": {
  235. "psr-4": {
  236. "GuzzleHttp\\Stream\\": "src/"
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Michael Dowling",
  246. "email": "mtdowling@gmail.com",
  247. "homepage": "https://github.com/mtdowling"
  248. }
  249. ],
  250. "description": "Provides a simple abstraction over streams of data",
  251. "homepage": "http://guzzlephp.org/",
  252. "keywords": [
  253. "Guzzle",
  254. "stream"
  255. ],
  256. "time": "2014-10-12 19:18:40"
  257. },
  258. {
  259. "name": "react/promise",
  260. "version": "v2.2.0",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/reactphp/promise.git",
  264. "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
  269. "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
  270. "shasum": ""
  271. },
  272. "require": {
  273. "php": ">=5.4.0"
  274. },
  275. "type": "library",
  276. "extra": {
  277. "branch-alias": {
  278. "dev-master": "2.0-dev"
  279. }
  280. },
  281. "autoload": {
  282. "psr-4": {
  283. "React\\Promise\\": "src/"
  284. },
  285. "files": [
  286. "src/functions_include.php"
  287. ]
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "MIT"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Jan Sorgalla",
  296. "email": "jsorgalla@googlemail.com"
  297. }
  298. ],
  299. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  300. "time": "2014-12-30 13:32:42"
  301. }
  302. ],
  303. "packages-dev": [],
  304. "aliases": [],
  305. "minimum-stability": "stable",
  306. "stability-flags": {
  307. "google/auth": 20
  308. },
  309. "prefer-stable": false,
  310. "prefer-lowest": false,
  311. "platform": {
  312. "php": ">=5.5.0"
  313. },
  314. "platform-dev": []
  315. }