You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "7c72436988196f3b0f46faac4a62dacd",
  8. "content-hash": "97d569d3e6ba91b7e6fcf5857ef38e90",
  9. "packages": [
  10. {
  11. "name": "firebase/php-jwt",
  12. "version": "v2.2.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/firebase/php-jwt.git",
  16. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  21. "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5",
  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-06-22 23:26:39"
  53. },
  54. {
  55. "name": "guzzlehttp/guzzle",
  56. "version": "6.1.1",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/guzzle/guzzle.git",
  60. "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
  65. "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "guzzlehttp/promises": "~1.0",
  70. "guzzlehttp/psr7": "~1.1",
  71. "php": ">=5.5.0"
  72. },
  73. "require-dev": {
  74. "ext-curl": "*",
  75. "phpunit/phpunit": "~4.0",
  76. "psr/log": "~1.0"
  77. },
  78. "type": "library",
  79. "extra": {
  80. "branch-alias": {
  81. "dev-master": "6.1-dev"
  82. }
  83. },
  84. "autoload": {
  85. "files": [
  86. "src/functions_include.php"
  87. ],
  88. "psr-4": {
  89. "GuzzleHttp\\": "src/"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "authors": [
  97. {
  98. "name": "Michael Dowling",
  99. "email": "mtdowling@gmail.com",
  100. "homepage": "https://github.com/mtdowling"
  101. }
  102. ],
  103. "description": "Guzzle is a PHP HTTP client library",
  104. "homepage": "http://guzzlephp.org/",
  105. "keywords": [
  106. "client",
  107. "curl",
  108. "framework",
  109. "http",
  110. "http client",
  111. "rest",
  112. "web service"
  113. ],
  114. "time": "2015-11-23 00:47:50"
  115. },
  116. {
  117. "name": "guzzlehttp/promises",
  118. "version": "1.0.3",
  119. "source": {
  120. "type": "git",
  121. "url": "https://github.com/guzzle/promises.git",
  122. "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
  123. },
  124. "dist": {
  125. "type": "zip",
  126. "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
  127. "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
  128. "shasum": ""
  129. },
  130. "require": {
  131. "php": ">=5.5.0"
  132. },
  133. "require-dev": {
  134. "phpunit/phpunit": "~4.0"
  135. },
  136. "type": "library",
  137. "extra": {
  138. "branch-alias": {
  139. "dev-master": "1.0-dev"
  140. }
  141. },
  142. "autoload": {
  143. "psr-4": {
  144. "GuzzleHttp\\Promise\\": "src/"
  145. },
  146. "files": [
  147. "src/functions_include.php"
  148. ]
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Michael Dowling",
  157. "email": "mtdowling@gmail.com",
  158. "homepage": "https://github.com/mtdowling"
  159. }
  160. ],
  161. "description": "Guzzle promises library",
  162. "keywords": [
  163. "promise"
  164. ],
  165. "time": "2015-10-15 22:28:00"
  166. },
  167. {
  168. "name": "guzzlehttp/psr7",
  169. "version": "1.2.3",
  170. "source": {
  171. "type": "git",
  172. "url": "https://github.com/guzzle/psr7.git",
  173. "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
  174. },
  175. "dist": {
  176. "type": "zip",
  177. "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
  178. "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
  179. "shasum": ""
  180. },
  181. "require": {
  182. "php": ">=5.4.0",
  183. "psr/http-message": "~1.0"
  184. },
  185. "provide": {
  186. "psr/http-message-implementation": "1.0"
  187. },
  188. "require-dev": {
  189. "phpunit/phpunit": "~4.0"
  190. },
  191. "type": "library",
  192. "extra": {
  193. "branch-alias": {
  194. "dev-master": "1.0-dev"
  195. }
  196. },
  197. "autoload": {
  198. "psr-4": {
  199. "GuzzleHttp\\Psr7\\": "src/"
  200. },
  201. "files": [
  202. "src/functions_include.php"
  203. ]
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Michael Dowling",
  212. "email": "mtdowling@gmail.com",
  213. "homepage": "https://github.com/mtdowling"
  214. }
  215. ],
  216. "description": "PSR-7 message implementation",
  217. "keywords": [
  218. "http",
  219. "message",
  220. "stream",
  221. "uri"
  222. ],
  223. "time": "2016-02-18 21:54:00"
  224. },
  225. {
  226. "name": "luticate/utils",
  227. "version": "0.1.7",
  228. "source": {
  229. "type": "git",
  230. "url": "https://git.rthoni.com/robin.thoni/luticate-utils.git",
  231. "reference": "f1c6488a217a463d4beb07d2706c8bcc8317e39d"
  232. },
  233. "require": {
  234. "guzzlehttp/guzzle": "^6.1"
  235. },
  236. "type": "library",
  237. "autoload": {
  238. "psr-4": {
  239. "Luticate\\": "src/"
  240. }
  241. },
  242. "authors": [
  243. {
  244. "name": "Robin THONI",
  245. "email": "robin@rthoni.com"
  246. }
  247. ],
  248. "description": "Luticate user management system utils",
  249. "time": "2016-02-22 22:19:47"
  250. },
  251. {
  252. "name": "psr/http-message",
  253. "version": "1.0",
  254. "source": {
  255. "type": "git",
  256. "url": "https://github.com/php-fig/http-message.git",
  257. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  258. },
  259. "dist": {
  260. "type": "zip",
  261. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  262. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  263. "shasum": ""
  264. },
  265. "require": {
  266. "php": ">=5.3.0"
  267. },
  268. "type": "library",
  269. "extra": {
  270. "branch-alias": {
  271. "dev-master": "1.0.x-dev"
  272. }
  273. },
  274. "autoload": {
  275. "psr-4": {
  276. "Psr\\Http\\Message\\": "src/"
  277. }
  278. },
  279. "notification-url": "https://packagist.org/downloads/",
  280. "license": [
  281. "MIT"
  282. ],
  283. "authors": [
  284. {
  285. "name": "PHP-FIG",
  286. "homepage": "http://www.php-fig.org/"
  287. }
  288. ],
  289. "description": "Common interface for HTTP messages",
  290. "keywords": [
  291. "http",
  292. "http-message",
  293. "psr",
  294. "psr-7",
  295. "request",
  296. "response"
  297. ],
  298. "time": "2015-05-04 20:22:00"
  299. }
  300. ],
  301. "packages-dev": [
  302. {
  303. "name": "luticate/generator",
  304. "version": "0.1.4",
  305. "source": {
  306. "type": "git",
  307. "url": "https://git.rthoni.com/robin.thoni/luticate-generator.git",
  308. "reference": "aeb94644d19d1ad7205620d7ddbed0a39302975a"
  309. },
  310. "require": {
  311. "luticate/utils": "0.1.x",
  312. "twig/twig": "1.x",
  313. "vlucas/phpdotenv": "~1.0"
  314. },
  315. "type": "library",
  316. "autoload": {
  317. "psr-4": {
  318. "Luticate\\": "src/"
  319. }
  320. },
  321. "authors": [
  322. {
  323. "name": "Robin THONI",
  324. "email": "robin@rthoni.com"
  325. }
  326. ],
  327. "description": "Luticate user management system code generator",
  328. "time": "2016-02-08 16:33:09"
  329. },
  330. {
  331. "name": "twig/twig",
  332. "version": "v1.24.0",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/twigphp/Twig.git",
  336. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  341. "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.2.7"
  346. },
  347. "require-dev": {
  348. "symfony/debug": "~2.7",
  349. "symfony/phpunit-bridge": "~2.7"
  350. },
  351. "type": "library",
  352. "extra": {
  353. "branch-alias": {
  354. "dev-master": "1.24-dev"
  355. }
  356. },
  357. "autoload": {
  358. "psr-0": {
  359. "Twig_": "lib/"
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "BSD-3-Clause"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Fabien Potencier",
  369. "email": "fabien@symfony.com",
  370. "homepage": "http://fabien.potencier.org",
  371. "role": "Lead Developer"
  372. },
  373. {
  374. "name": "Armin Ronacher",
  375. "email": "armin.ronacher@active-4.com",
  376. "role": "Project Founder"
  377. },
  378. {
  379. "name": "Twig Team",
  380. "homepage": "http://twig.sensiolabs.org/contributors",
  381. "role": "Contributors"
  382. }
  383. ],
  384. "description": "Twig, the flexible, fast, and secure template language for PHP",
  385. "homepage": "http://twig.sensiolabs.org",
  386. "keywords": [
  387. "templating"
  388. ],
  389. "time": "2016-01-25 21:22:18"
  390. },
  391. {
  392. "name": "vlucas/phpdotenv",
  393. "version": "v1.1.1",
  394. "source": {
  395. "type": "git",
  396. "url": "https://github.com/vlucas/phpdotenv.git",
  397. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
  398. },
  399. "dist": {
  400. "type": "zip",
  401. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  402. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  403. "shasum": ""
  404. },
  405. "require": {
  406. "php": ">=5.3.2"
  407. },
  408. "require-dev": {
  409. "phpunit/phpunit": "~4.0"
  410. },
  411. "type": "library",
  412. "autoload": {
  413. "psr-0": {
  414. "Dotenv": "src/"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "BSD"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Vance Lucas",
  424. "email": "vance@vancelucas.com",
  425. "homepage": "http://www.vancelucas.com"
  426. }
  427. ],
  428. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  429. "homepage": "http://github.com/vlucas/phpdotenv",
  430. "keywords": [
  431. "dotenv",
  432. "env",
  433. "environment"
  434. ],
  435. "time": "2015-05-30 15:59:26"
  436. }
  437. ],
  438. "aliases": [],
  439. "minimum-stability": "stable",
  440. "stability-flags": [],
  441. "prefer-stable": false,
  442. "prefer-lowest": false,
  443. "platform": [],
  444. "platform-dev": []
  445. }