composer.lock 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "b895341ab62fbe32e131b91bf9ca2e04",
  8. "packages": [
  9. {
  10. "name": "adldap2/adldap2",
  11. "version": "v10.2.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Adldap2/Adldap2.git",
  15. "reference": "f09ca4ae3a65dbf123b56dc7e4ace8682ea16cdb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/f09ca4ae3a65dbf123b56dc7e4ace8682ea16cdb",
  20. "reference": "f09ca4ae3a65dbf123b56dc7e4ace8682ea16cdb",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-ldap": "*",
  26. "illuminate/contracts": "~5.0|~6.0",
  27. "php": ">=7.0",
  28. "psr/log": "~1.0",
  29. "psr/simple-cache": "~1.0",
  30. "tightenco/collect": "~5.0|~6.0"
  31. },
  32. "require-dev": {
  33. "mockery/mockery": "~1.0",
  34. "phpunit/phpunit": "~6.0"
  35. },
  36. "suggest": {
  37. "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
  38. },
  39. "type": "library",
  40. "autoload": {
  41. "psr-4": {
  42. "Adldap\\": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Steve Bauman",
  52. "email": "steven_bauman@outlook.com",
  53. "role": "Developer"
  54. }
  55. ],
  56. "description": "A PHP LDAP Package for humans.",
  57. "keywords": [
  58. "active directory",
  59. "ad",
  60. "adLDAP",
  61. "adldap2",
  62. "directory",
  63. "ldap",
  64. "windows"
  65. ],
  66. "time": "2019-12-18T15:07:31+00:00"
  67. },
  68. {
  69. "name": "composer/semver",
  70. "version": "1.4.2",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/composer/semver.git",
  74. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  79. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  80. "shasum": ""
  81. },
  82. "require": {
  83. "php": "^5.3.2 || ^7.0"
  84. },
  85. "require-dev": {
  86. "phpunit/phpunit": "^4.5 || ^5.0.5",
  87. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "Composer\\Semver\\": "src"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Nils Adermann",
  107. "email": "naderman@naderman.de",
  108. "homepage": "http://www.naderman.de"
  109. },
  110. {
  111. "name": "Jordi Boggiano",
  112. "email": "j.boggiano@seld.be",
  113. "homepage": "http://seld.be"
  114. },
  115. {
  116. "name": "Rob Bast",
  117. "email": "rob.bast@gmail.com",
  118. "homepage": "http://robbast.nl"
  119. }
  120. ],
  121. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  122. "keywords": [
  123. "semantic",
  124. "semver",
  125. "validation",
  126. "versioning"
  127. ],
  128. "time": "2016-08-30T16:08:34+00:00"
  129. },
  130. {
  131. "name": "dibi/dibi",
  132. "version": "v3.2.4",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/dg/dibi.git",
  136. "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/dg/dibi/zipball/d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
  141. "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
  142. "shasum": ""
  143. },
  144. "require": {
  145. "php": ">=5.4.4"
  146. },
  147. "replace": {
  148. "dg/dibi": "*"
  149. },
  150. "require-dev": {
  151. "nette/tester": "~1.7",
  152. "tracy/tracy": "~2.2"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "3.2-dev"
  158. }
  159. },
  160. "autoload": {
  161. "classmap": [
  162. "src/"
  163. ],
  164. "files": [
  165. "src/loader.php"
  166. ]
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "BSD-3-Clause",
  171. "GPL-2.0",
  172. "GPL-3.0"
  173. ],
  174. "authors": [
  175. {
  176. "name": "David Grudl",
  177. "homepage": "https://davidgrudl.com"
  178. }
  179. ],
  180. "description": "Dibi is Database Abstraction Library for PHP",
  181. "homepage": "https://dibiphp.com",
  182. "keywords": [
  183. "access",
  184. "database",
  185. "dbal",
  186. "mssql",
  187. "mysql",
  188. "odbc",
  189. "oracle",
  190. "pdo",
  191. "postgresql",
  192. "sqlite",
  193. "sqlsrv"
  194. ],
  195. "time": "2020-03-26T03:05:01+00:00"
  196. },
  197. {
  198. "name": "guzzlehttp/guzzle",
  199. "version": "6.5.2",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/guzzle/guzzle.git",
  203. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
  208. "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "ext-json": "*",
  213. "guzzlehttp/promises": "^1.0",
  214. "guzzlehttp/psr7": "^1.6.1",
  215. "php": ">=5.5"
  216. },
  217. "require-dev": {
  218. "ext-curl": "*",
  219. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  220. "psr/log": "^1.1"
  221. },
  222. "suggest": {
  223. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  224. "psr/log": "Required for using the Log middleware"
  225. },
  226. "type": "library",
  227. "extra": {
  228. "branch-alias": {
  229. "dev-master": "6.5-dev"
  230. }
  231. },
  232. "autoload": {
  233. "psr-4": {
  234. "GuzzleHttp\\": "src/"
  235. },
  236. "files": [
  237. "src/functions_include.php"
  238. ]
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "MIT"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Michael Dowling",
  247. "email": "mtdowling@gmail.com",
  248. "homepage": "https://github.com/mtdowling"
  249. }
  250. ],
  251. "description": "Guzzle is a PHP HTTP client library",
  252. "homepage": "http://guzzlephp.org/",
  253. "keywords": [
  254. "client",
  255. "curl",
  256. "framework",
  257. "http",
  258. "http client",
  259. "rest",
  260. "web service"
  261. ],
  262. "time": "2019-12-23T11:57:10+00:00"
  263. },
  264. {
  265. "name": "guzzlehttp/promises",
  266. "version": "v1.3.1",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/guzzle/promises.git",
  270. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  275. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.5.0"
  280. },
  281. "require-dev": {
  282. "phpunit/phpunit": "^4.0"
  283. },
  284. "type": "library",
  285. "extra": {
  286. "branch-alias": {
  287. "dev-master": "1.4-dev"
  288. }
  289. },
  290. "autoload": {
  291. "psr-4": {
  292. "GuzzleHttp\\Promise\\": "src/"
  293. },
  294. "files": [
  295. "src/functions_include.php"
  296. ]
  297. },
  298. "notification-url": "https://packagist.org/downloads/",
  299. "license": [
  300. "MIT"
  301. ],
  302. "authors": [
  303. {
  304. "name": "Michael Dowling",
  305. "email": "mtdowling@gmail.com",
  306. "homepage": "https://github.com/mtdowling"
  307. }
  308. ],
  309. "description": "Guzzle promises library",
  310. "keywords": [
  311. "promise"
  312. ],
  313. "time": "2016-12-20T10:07:11+00:00"
  314. },
  315. {
  316. "name": "guzzlehttp/psr7",
  317. "version": "1.6.1",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/guzzle/psr7.git",
  321. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  326. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "php": ">=5.4.0",
  331. "psr/http-message": "~1.0",
  332. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  333. },
  334. "provide": {
  335. "psr/http-message-implementation": "1.0"
  336. },
  337. "require-dev": {
  338. "ext-zlib": "*",
  339. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  340. },
  341. "suggest": {
  342. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  343. },
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "1.6-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-4": {
  352. "GuzzleHttp\\Psr7\\": "src/"
  353. },
  354. "files": [
  355. "src/functions_include.php"
  356. ]
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Michael Dowling",
  365. "email": "mtdowling@gmail.com",
  366. "homepage": "https://github.com/mtdowling"
  367. },
  368. {
  369. "name": "Tobias Schultze",
  370. "homepage": "https://github.com/Tobion"
  371. }
  372. ],
  373. "description": "PSR-7 message implementation that also provides common utility methods",
  374. "keywords": [
  375. "http",
  376. "message",
  377. "psr-7",
  378. "request",
  379. "response",
  380. "stream",
  381. "uri",
  382. "url"
  383. ],
  384. "time": "2019-07-01T23:21:34+00:00"
  385. },
  386. {
  387. "name": "illuminate/contracts",
  388. "version": "v5.8.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/illuminate/contracts.git",
  392. "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/illuminate/contracts/zipball/3e3a9a654adbf798e05491a5dbf90112df1effde",
  397. "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "php": "^7.1.3",
  402. "psr/container": "^1.0",
  403. "psr/simple-cache": "^1.0"
  404. },
  405. "type": "library",
  406. "extra": {
  407. "branch-alias": {
  408. "dev-master": "5.8-dev"
  409. }
  410. },
  411. "autoload": {
  412. "psr-4": {
  413. "Illuminate\\Contracts\\": ""
  414. }
  415. },
  416. "notification-url": "https://packagist.org/downloads/",
  417. "license": [
  418. "MIT"
  419. ],
  420. "authors": [
  421. {
  422. "name": "Taylor Otwell",
  423. "email": "taylor@laravel.com"
  424. }
  425. ],
  426. "description": "The Illuminate Contracts package.",
  427. "homepage": "https://laravel.com",
  428. "time": "2019-02-18T18:37:54+00:00"
  429. },
  430. {
  431. "name": "kryptonit3/couchpotato",
  432. "version": "1.0.0",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/Kryptonit3/CouchPotato.git",
  436. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
  441. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "guzzlehttp/guzzle": "^6.1"
  446. },
  447. "type": "library",
  448. "autoload": {
  449. "psr-4": {
  450. "Kryptonit3\\CouchPotato\\": "src/"
  451. }
  452. },
  453. "notification-url": "https://packagist.org/downloads/",
  454. "license": [
  455. "MIT"
  456. ],
  457. "authors": [
  458. {
  459. "name": "Jesse Szypulski",
  460. "email": "jesse.szypulski@gmail.com"
  461. }
  462. ],
  463. "description": "PHP Wrapper for CouchPotato API",
  464. "time": "2016-02-06T22:02:39+00:00"
  465. },
  466. {
  467. "name": "kryptonit3/sickrage",
  468. "version": "1.0.1",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/Kryptonit3/SickRage.git",
  472. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  477. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  478. "shasum": ""
  479. },
  480. "require": {
  481. "guzzlehttp/guzzle": "^6.1"
  482. },
  483. "type": "library",
  484. "autoload": {
  485. "psr-4": {
  486. "Kryptonit3\\SickRage\\": "src/"
  487. }
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Jesse Szypulski",
  496. "email": "jesse.szypulski@gmail.com"
  497. }
  498. ],
  499. "description": "PHP Wrapper for SickRage / SickBeard API",
  500. "time": "2016-08-08T00:57:46+00:00"
  501. },
  502. {
  503. "name": "kryptonit3/sonarr",
  504. "version": "1.0.6.1",
  505. "source": {
  506. "type": "git",
  507. "url": "https://github.com/Kryptonit3/Sonarr.git",
  508. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e"
  509. },
  510. "dist": {
  511. "type": "zip",
  512. "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e30c5c783a837270bcef81571ca9b95909c52e5e",
  513. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e",
  514. "shasum": ""
  515. },
  516. "require": {
  517. "guzzlehttp/guzzle": "^6.1"
  518. },
  519. "type": "library",
  520. "autoload": {
  521. "psr-4": {
  522. "Kryptonit3\\Sonarr\\": "src/"
  523. }
  524. },
  525. "notification-url": "https://packagist.org/downloads/",
  526. "license": [
  527. "MIT"
  528. ],
  529. "authors": [
  530. {
  531. "name": "Jesse Szypulski",
  532. "email": "jesse.szypulski@gmail.com"
  533. }
  534. ],
  535. "description": "PHP Sonarr API Wrapper",
  536. "time": "2017-06-30T01:25:49+00:00"
  537. },
  538. {
  539. "name": "lcobucci/jwt",
  540. "version": "3.3.1",
  541. "source": {
  542. "type": "git",
  543. "url": "https://github.com/lcobucci/jwt.git",
  544. "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
  545. },
  546. "dist": {
  547. "type": "zip",
  548. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
  549. "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
  550. "shasum": ""
  551. },
  552. "require": {
  553. "ext-mbstring": "*",
  554. "ext-openssl": "*",
  555. "php": "^5.6 || ^7.0"
  556. },
  557. "require-dev": {
  558. "mikey179/vfsstream": "~1.5",
  559. "phpmd/phpmd": "~2.2",
  560. "phpunit/php-invoker": "~1.1",
  561. "phpunit/phpunit": "^5.7 || ^7.3",
  562. "squizlabs/php_codesniffer": "~2.3"
  563. },
  564. "type": "library",
  565. "extra": {
  566. "branch-alias": {
  567. "dev-master": "3.1-dev"
  568. }
  569. },
  570. "autoload": {
  571. "psr-4": {
  572. "Lcobucci\\JWT\\": "src"
  573. }
  574. },
  575. "notification-url": "https://packagist.org/downloads/",
  576. "license": [
  577. "BSD-3-Clause"
  578. ],
  579. "authors": [
  580. {
  581. "name": "Luís Otávio Cobucci Oblonczyk",
  582. "email": "lcobucci@gmail.com",
  583. "role": "Developer"
  584. }
  585. ],
  586. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  587. "keywords": [
  588. "JWS",
  589. "jwt"
  590. ],
  591. "time": "2019-05-24T18:30:49+00:00"
  592. },
  593. {
  594. "name": "paragonie/constant_time_encoding",
  595. "version": "v2.2.2",
  596. "source": {
  597. "type": "git",
  598. "url": "https://github.com/paragonie/constant_time_encoding.git",
  599. "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33"
  600. },
  601. "dist": {
  602. "type": "zip",
  603. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33",
  604. "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33",
  605. "shasum": ""
  606. },
  607. "require": {
  608. "php": "^7"
  609. },
  610. "require-dev": {
  611. "phpunit/phpunit": "^6|^7",
  612. "vimeo/psalm": "^1"
  613. },
  614. "type": "library",
  615. "autoload": {
  616. "psr-4": {
  617. "ParagonIE\\ConstantTime\\": "src/"
  618. }
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "MIT"
  623. ],
  624. "authors": [
  625. {
  626. "name": "Paragon Initiative Enterprises",
  627. "email": "security@paragonie.com",
  628. "homepage": "https://paragonie.com",
  629. "role": "Maintainer"
  630. },
  631. {
  632. "name": "Steve 'Sc00bz' Thomas",
  633. "email": "steve@tobtu.com",
  634. "homepage": "https://www.tobtu.com",
  635. "role": "Original Developer"
  636. }
  637. ],
  638. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  639. "keywords": [
  640. "base16",
  641. "base32",
  642. "base32_decode",
  643. "base32_encode",
  644. "base64",
  645. "base64_decode",
  646. "base64_encode",
  647. "bin2hex",
  648. "encoding",
  649. "hex",
  650. "hex2bin",
  651. "rfc4648"
  652. ],
  653. "time": "2018-03-10T19:47:49+00:00"
  654. },
  655. {
  656. "name": "paragonie/random_compat",
  657. "version": "v9.99.99",
  658. "source": {
  659. "type": "git",
  660. "url": "https://github.com/paragonie/random_compat.git",
  661. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  662. },
  663. "dist": {
  664. "type": "zip",
  665. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  666. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  667. "shasum": ""
  668. },
  669. "require": {
  670. "php": "^7"
  671. },
  672. "require-dev": {
  673. "phpunit/phpunit": "4.*|5.*",
  674. "vimeo/psalm": "^1"
  675. },
  676. "suggest": {
  677. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  678. },
  679. "type": "library",
  680. "notification-url": "https://packagist.org/downloads/",
  681. "license": [
  682. "MIT"
  683. ],
  684. "authors": [
  685. {
  686. "name": "Paragon Initiative Enterprises",
  687. "email": "security@paragonie.com",
  688. "homepage": "https://paragonie.com"
  689. }
  690. ],
  691. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  692. "keywords": [
  693. "csprng",
  694. "polyfill",
  695. "pseudorandom",
  696. "random"
  697. ],
  698. "time": "2018-07-02T15:55:56+00:00"
  699. },
  700. {
  701. "name": "paragonie/sodium_compat",
  702. "version": "v1.6.4",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/paragonie/sodium_compat.git",
  706. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
  711. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "paragonie/random_compat": ">=1",
  716. "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
  717. },
  718. "require-dev": {
  719. "phpunit/phpunit": "^3|^4|^5"
  720. },
  721. "suggest": {
  722. "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
  723. "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
  724. },
  725. "type": "library",
  726. "autoload": {
  727. "files": [
  728. "autoload.php"
  729. ]
  730. },
  731. "notification-url": "https://packagist.org/downloads/",
  732. "license": [
  733. "ISC"
  734. ],
  735. "authors": [
  736. {
  737. "name": "Paragon Initiative Enterprises",
  738. "email": "security@paragonie.com"
  739. },
  740. {
  741. "name": "Frank Denis",
  742. "email": "jedisct1@pureftpd.org"
  743. }
  744. ],
  745. "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
  746. "keywords": [
  747. "Authentication",
  748. "BLAKE2b",
  749. "ChaCha20",
  750. "ChaCha20-Poly1305",
  751. "Chapoly",
  752. "Curve25519",
  753. "Ed25519",
  754. "EdDSA",
  755. "Edwards-curve Digital Signature Algorithm",
  756. "Elliptic Curve Diffie-Hellman",
  757. "Poly1305",
  758. "Pure-PHP cryptography",
  759. "RFC 7748",
  760. "RFC 8032",
  761. "Salpoly",
  762. "Salsa20",
  763. "X25519",
  764. "XChaCha20-Poly1305",
  765. "XSalsa20-Poly1305",
  766. "Xchacha20",
  767. "Xsalsa20",
  768. "aead",
  769. "cryptography",
  770. "ecdh",
  771. "elliptic curve",
  772. "elliptic curve cryptography",
  773. "encryption",
  774. "libsodium",
  775. "php",
  776. "public-key cryptography",
  777. "secret-key cryptography",
  778. "side-channel resistant"
  779. ],
  780. "time": "2018-08-29T22:02:48+00:00"
  781. },
  782. {
  783. "name": "phpmailer/phpmailer",
  784. "version": "v6.1.4",
  785. "source": {
  786. "type": "git",
  787. "url": "https://github.com/PHPMailer/PHPMailer.git",
  788. "reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
  789. },
  790. "dist": {
  791. "type": "zip",
  792. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
  793. "reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
  794. "shasum": ""
  795. },
  796. "require": {
  797. "ext-ctype": "*",
  798. "ext-filter": "*",
  799. "php": ">=5.5.0"
  800. },
  801. "require-dev": {
  802. "doctrine/annotations": "^1.2",
  803. "friendsofphp/php-cs-fixer": "^2.2",
  804. "phpunit/phpunit": "^4.8 || ^5.7"
  805. },
  806. "suggest": {
  807. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  808. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  809. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  810. "psr/log": "For optional PSR-3 debug logging",
  811. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  812. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  813. },
  814. "type": "library",
  815. "autoload": {
  816. "psr-4": {
  817. "PHPMailer\\PHPMailer\\": "src/"
  818. }
  819. },
  820. "notification-url": "https://packagist.org/downloads/",
  821. "license": [
  822. "LGPL-2.1-only"
  823. ],
  824. "authors": [
  825. {
  826. "name": "Marcus Bointon",
  827. "email": "phpmailer@synchromedia.co.uk"
  828. },
  829. {
  830. "name": "Jim Jagielski",
  831. "email": "jimjag@gmail.com"
  832. },
  833. {
  834. "name": "Andy Prevost",
  835. "email": "codeworxtech@users.sourceforge.net"
  836. },
  837. {
  838. "name": "Brent R. Matzelle"
  839. }
  840. ],
  841. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  842. "time": "2019-12-10T11:17:38+00:00"
  843. },
  844. {
  845. "name": "pragmarx/google2fa",
  846. "version": "v3.0.3",
  847. "source": {
  848. "type": "git",
  849. "url": "https://github.com/antonioribeiro/google2fa.git",
  850. "reference": "6949226739e4424f40031e6f1c96b1fd64047335"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335",
  855. "reference": "6949226739e4424f40031e6f1c96b1fd64047335",
  856. "shasum": ""
  857. },
  858. "require": {
  859. "paragonie/constant_time_encoding": "~1.0|~2.0",
  860. "paragonie/random_compat": ">=1",
  861. "php": ">=5.4",
  862. "symfony/polyfill-php56": "~1.2"
  863. },
  864. "require-dev": {
  865. "bacon/bacon-qr-code": "~1.0",
  866. "phpunit/phpunit": "~4|~5|~6"
  867. },
  868. "suggest": {
  869. "bacon/bacon-qr-code": "Required to generate inline QR Codes."
  870. },
  871. "type": "library",
  872. "extra": {
  873. "component": "package",
  874. "branch-alias": {
  875. "dev-master": "2.0-dev"
  876. }
  877. },
  878. "autoload": {
  879. "psr-4": {
  880. "PragmaRX\\Google2FA\\": "src/",
  881. "PragmaRX\\Google2FA\\Tests\\": "tests/"
  882. }
  883. },
  884. "notification-url": "https://packagist.org/downloads/",
  885. "license": [
  886. "MIT"
  887. ],
  888. "authors": [
  889. {
  890. "name": "Antonio Carlos Ribeiro",
  891. "email": "acr@antoniocarlosribeiro.com",
  892. "role": "Creator & Designer"
  893. }
  894. ],
  895. "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
  896. "keywords": [
  897. "2fa",
  898. "Authentication",
  899. "Two Factor Authentication",
  900. "google2fa",
  901. "laravel"
  902. ],
  903. "time": "2018-08-29T13:28:06+00:00"
  904. },
  905. {
  906. "name": "psr/container",
  907. "version": "1.0.0",
  908. "source": {
  909. "type": "git",
  910. "url": "https://github.com/php-fig/container.git",
  911. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  912. },
  913. "dist": {
  914. "type": "zip",
  915. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  916. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  917. "shasum": ""
  918. },
  919. "require": {
  920. "php": ">=5.3.0"
  921. },
  922. "type": "library",
  923. "extra": {
  924. "branch-alias": {
  925. "dev-master": "1.0.x-dev"
  926. }
  927. },
  928. "autoload": {
  929. "psr-4": {
  930. "Psr\\Container\\": "src/"
  931. }
  932. },
  933. "notification-url": "https://packagist.org/downloads/",
  934. "license": [
  935. "MIT"
  936. ],
  937. "authors": [
  938. {
  939. "name": "PHP-FIG",
  940. "homepage": "http://www.php-fig.org/"
  941. }
  942. ],
  943. "description": "Common Container Interface (PHP FIG PSR-11)",
  944. "homepage": "https://github.com/php-fig/container",
  945. "keywords": [
  946. "PSR-11",
  947. "container",
  948. "container-interface",
  949. "container-interop",
  950. "psr"
  951. ],
  952. "time": "2017-02-14T16:28:37+00:00"
  953. },
  954. {
  955. "name": "psr/http-message",
  956. "version": "1.0.1",
  957. "source": {
  958. "type": "git",
  959. "url": "https://github.com/php-fig/http-message.git",
  960. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  961. },
  962. "dist": {
  963. "type": "zip",
  964. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  965. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  966. "shasum": ""
  967. },
  968. "require": {
  969. "php": ">=5.3.0"
  970. },
  971. "type": "library",
  972. "extra": {
  973. "branch-alias": {
  974. "dev-master": "1.0.x-dev"
  975. }
  976. },
  977. "autoload": {
  978. "psr-4": {
  979. "Psr\\Http\\Message\\": "src/"
  980. }
  981. },
  982. "notification-url": "https://packagist.org/downloads/",
  983. "license": [
  984. "MIT"
  985. ],
  986. "authors": [
  987. {
  988. "name": "PHP-FIG",
  989. "homepage": "http://www.php-fig.org/"
  990. }
  991. ],
  992. "description": "Common interface for HTTP messages",
  993. "homepage": "https://github.com/php-fig/http-message",
  994. "keywords": [
  995. "http",
  996. "http-message",
  997. "psr",
  998. "psr-7",
  999. "request",
  1000. "response"
  1001. ],
  1002. "time": "2016-08-06T14:39:51+00:00"
  1003. },
  1004. {
  1005. "name": "psr/log",
  1006. "version": "1.1.0",
  1007. "source": {
  1008. "type": "git",
  1009. "url": "https://github.com/php-fig/log.git",
  1010. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1011. },
  1012. "dist": {
  1013. "type": "zip",
  1014. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1015. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1016. "shasum": ""
  1017. },
  1018. "require": {
  1019. "php": ">=5.3.0"
  1020. },
  1021. "type": "library",
  1022. "extra": {
  1023. "branch-alias": {
  1024. "dev-master": "1.0.x-dev"
  1025. }
  1026. },
  1027. "autoload": {
  1028. "psr-4": {
  1029. "Psr\\Log\\": "Psr/Log/"
  1030. }
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "MIT"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "PHP-FIG",
  1039. "homepage": "http://www.php-fig.org/"
  1040. }
  1041. ],
  1042. "description": "Common interface for logging libraries",
  1043. "homepage": "https://github.com/php-fig/log",
  1044. "keywords": [
  1045. "log",
  1046. "psr",
  1047. "psr-3"
  1048. ],
  1049. "time": "2018-11-20T15:27:04+00:00"
  1050. },
  1051. {
  1052. "name": "psr/simple-cache",
  1053. "version": "1.0.1",
  1054. "source": {
  1055. "type": "git",
  1056. "url": "https://github.com/php-fig/simple-cache.git",
  1057. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1058. },
  1059. "dist": {
  1060. "type": "zip",
  1061. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1062. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1063. "shasum": ""
  1064. },
  1065. "require": {
  1066. "php": ">=5.3.0"
  1067. },
  1068. "type": "library",
  1069. "extra": {
  1070. "branch-alias": {
  1071. "dev-master": "1.0.x-dev"
  1072. }
  1073. },
  1074. "autoload": {
  1075. "psr-4": {
  1076. "Psr\\SimpleCache\\": "src/"
  1077. }
  1078. },
  1079. "notification-url": "https://packagist.org/downloads/",
  1080. "license": [
  1081. "MIT"
  1082. ],
  1083. "authors": [
  1084. {
  1085. "name": "PHP-FIG",
  1086. "homepage": "http://www.php-fig.org/"
  1087. }
  1088. ],
  1089. "description": "Common interfaces for simple caching",
  1090. "keywords": [
  1091. "cache",
  1092. "caching",
  1093. "psr",
  1094. "psr-16",
  1095. "simple-cache"
  1096. ],
  1097. "time": "2017-10-23T01:57:42+00:00"
  1098. },
  1099. {
  1100. "name": "pusher/pusher-php-server",
  1101. "version": "v4.1.1",
  1102. "source": {
  1103. "type": "git",
  1104. "url": "https://github.com/pusher/pusher-http-php.git",
  1105. "reference": "3c05ef64839845b6114396ff8406712cba052750"
  1106. },
  1107. "dist": {
  1108. "type": "zip",
  1109. "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/3c05ef64839845b6114396ff8406712cba052750",
  1110. "reference": "3c05ef64839845b6114396ff8406712cba052750",
  1111. "shasum": ""
  1112. },
  1113. "require": {
  1114. "ext-curl": "*",
  1115. "paragonie/sodium_compat": "^1.6",
  1116. "php": "^7.1",
  1117. "psr/log": "^1.0"
  1118. },
  1119. "require-dev": {
  1120. "phpunit/phpunit": "^7.2"
  1121. },
  1122. "type": "library",
  1123. "extra": {
  1124. "branch-alias": {
  1125. "dev-master": "3.4-dev"
  1126. }
  1127. },
  1128. "autoload": {
  1129. "psr-4": {
  1130. "Pusher\\": "src/"
  1131. }
  1132. },
  1133. "notification-url": "https://packagist.org/downloads/",
  1134. "license": [
  1135. "MIT"
  1136. ],
  1137. "description": "Library for interacting with the Pusher REST API",
  1138. "keywords": [
  1139. "events",
  1140. "messaging",
  1141. "php-pusher-server",
  1142. "publish",
  1143. "push",
  1144. "pusher",
  1145. "real time",
  1146. "real-time",
  1147. "realtime",
  1148. "rest",
  1149. "trigger"
  1150. ],
  1151. "time": "2019-12-03T13:29:13+00:00"
  1152. },
  1153. {
  1154. "name": "ralouphie/getallheaders",
  1155. "version": "3.0.3",
  1156. "source": {
  1157. "type": "git",
  1158. "url": "https://github.com/ralouphie/getallheaders.git",
  1159. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1160. },
  1161. "dist": {
  1162. "type": "zip",
  1163. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1164. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1165. "shasum": ""
  1166. },
  1167. "require": {
  1168. "php": ">=5.6"
  1169. },
  1170. "require-dev": {
  1171. "php-coveralls/php-coveralls": "^2.1",
  1172. "phpunit/phpunit": "^5 || ^6.5"
  1173. },
  1174. "type": "library",
  1175. "autoload": {
  1176. "files": [
  1177. "src/getallheaders.php"
  1178. ]
  1179. },
  1180. "notification-url": "https://packagist.org/downloads/",
  1181. "license": [
  1182. "MIT"
  1183. ],
  1184. "authors": [
  1185. {
  1186. "name": "Ralph Khattar",
  1187. "email": "ralph.khattar@gmail.com"
  1188. }
  1189. ],
  1190. "description": "A polyfill for getallheaders.",
  1191. "time": "2019-03-08T08:55:37+00:00"
  1192. },
  1193. {
  1194. "name": "rmccue/requests",
  1195. "version": "v1.7.0",
  1196. "source": {
  1197. "type": "git",
  1198. "url": "https://github.com/rmccue/Requests.git",
  1199. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  1200. },
  1201. "dist": {
  1202. "type": "zip",
  1203. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  1204. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  1205. "shasum": ""
  1206. },
  1207. "require": {
  1208. "php": ">=5.2"
  1209. },
  1210. "require-dev": {
  1211. "requests/test-server": "dev-master"
  1212. },
  1213. "type": "library",
  1214. "autoload": {
  1215. "psr-0": {
  1216. "Requests": "library/"
  1217. }
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "ISC"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "Ryan McCue",
  1226. "homepage": "http://ryanmccue.info"
  1227. }
  1228. ],
  1229. "description": "A HTTP library written in PHP, for human beings.",
  1230. "homepage": "http://github.com/rmccue/Requests",
  1231. "keywords": [
  1232. "curl",
  1233. "fsockopen",
  1234. "http",
  1235. "idna",
  1236. "ipv6",
  1237. "iri",
  1238. "sockets"
  1239. ],
  1240. "time": "2016-10-13T00:11:37+00:00"
  1241. },
  1242. {
  1243. "name": "symfony/polyfill-mbstring",
  1244. "version": "v1.14.0",
  1245. "source": {
  1246. "type": "git",
  1247. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1248. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
  1249. },
  1250. "dist": {
  1251. "type": "zip",
  1252. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
  1253. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
  1254. "shasum": ""
  1255. },
  1256. "require": {
  1257. "php": ">=5.3.3"
  1258. },
  1259. "suggest": {
  1260. "ext-mbstring": "For best performance"
  1261. },
  1262. "type": "library",
  1263. "extra": {
  1264. "branch-alias": {
  1265. "dev-master": "1.14-dev"
  1266. }
  1267. },
  1268. "autoload": {
  1269. "psr-4": {
  1270. "Symfony\\Polyfill\\Mbstring\\": ""
  1271. },
  1272. "files": [
  1273. "bootstrap.php"
  1274. ]
  1275. },
  1276. "notification-url": "https://packagist.org/downloads/",
  1277. "license": [
  1278. "MIT"
  1279. ],
  1280. "authors": [
  1281. {
  1282. "name": "Nicolas Grekas",
  1283. "email": "p@tchwork.com"
  1284. },
  1285. {
  1286. "name": "Symfony Community",
  1287. "homepage": "https://symfony.com/contributors"
  1288. }
  1289. ],
  1290. "description": "Symfony polyfill for the Mbstring extension",
  1291. "homepage": "https://symfony.com",
  1292. "keywords": [
  1293. "compatibility",
  1294. "mbstring",
  1295. "polyfill",
  1296. "portable",
  1297. "shim"
  1298. ],
  1299. "time": "2020-01-13T11:15:53+00:00"
  1300. },
  1301. {
  1302. "name": "symfony/polyfill-php56",
  1303. "version": "v1.9.0",
  1304. "source": {
  1305. "type": "git",
  1306. "url": "https://github.com/symfony/polyfill-php56.git",
  1307. "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
  1308. },
  1309. "dist": {
  1310. "type": "zip",
  1311. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
  1312. "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
  1313. "shasum": ""
  1314. },
  1315. "require": {
  1316. "php": ">=5.3.3",
  1317. "symfony/polyfill-util": "~1.0"
  1318. },
  1319. "type": "library",
  1320. "extra": {
  1321. "branch-alias": {
  1322. "dev-master": "1.9-dev"
  1323. }
  1324. },
  1325. "autoload": {
  1326. "psr-4": {
  1327. "Symfony\\Polyfill\\Php56\\": ""
  1328. },
  1329. "files": [
  1330. "bootstrap.php"
  1331. ]
  1332. },
  1333. "notification-url": "https://packagist.org/downloads/",
  1334. "license": [
  1335. "MIT"
  1336. ],
  1337. "authors": [
  1338. {
  1339. "name": "Nicolas Grekas",
  1340. "email": "p@tchwork.com"
  1341. },
  1342. {
  1343. "name": "Symfony Community",
  1344. "homepage": "https://symfony.com/contributors"
  1345. }
  1346. ],
  1347. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  1348. "homepage": "https://symfony.com",
  1349. "keywords": [
  1350. "compatibility",
  1351. "polyfill",
  1352. "portable",
  1353. "shim"
  1354. ],
  1355. "time": "2018-08-06T14:22:27+00:00"
  1356. },
  1357. {
  1358. "name": "symfony/polyfill-php72",
  1359. "version": "v1.10.0",
  1360. "source": {
  1361. "type": "git",
  1362. "url": "https://github.com/symfony/polyfill-php72.git",
  1363. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
  1364. },
  1365. "dist": {
  1366. "type": "zip",
  1367. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  1368. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  1369. "shasum": ""
  1370. },
  1371. "require": {
  1372. "php": ">=5.3.3"
  1373. },
  1374. "type": "library",
  1375. "extra": {
  1376. "branch-alias": {
  1377. "dev-master": "1.9-dev"
  1378. }
  1379. },
  1380. "autoload": {
  1381. "psr-4": {
  1382. "Symfony\\Polyfill\\Php72\\": ""
  1383. },
  1384. "files": [
  1385. "bootstrap.php"
  1386. ]
  1387. },
  1388. "notification-url": "https://packagist.org/downloads/",
  1389. "license": [
  1390. "MIT"
  1391. ],
  1392. "authors": [
  1393. {
  1394. "name": "Nicolas Grekas",
  1395. "email": "p@tchwork.com"
  1396. },
  1397. {
  1398. "name": "Symfony Community",
  1399. "homepage": "https://symfony.com/contributors"
  1400. }
  1401. ],
  1402. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1403. "homepage": "https://symfony.com",
  1404. "keywords": [
  1405. "compatibility",
  1406. "polyfill",
  1407. "portable",
  1408. "shim"
  1409. ],
  1410. "time": "2018-09-21T13:07:52+00:00"
  1411. },
  1412. {
  1413. "name": "symfony/polyfill-util",
  1414. "version": "v1.9.0",
  1415. "source": {
  1416. "type": "git",
  1417. "url": "https://github.com/symfony/polyfill-util.git",
  1418. "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
  1419. },
  1420. "dist": {
  1421. "type": "zip",
  1422. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
  1423. "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
  1424. "shasum": ""
  1425. },
  1426. "require": {
  1427. "php": ">=5.3.3"
  1428. },
  1429. "type": "library",
  1430. "extra": {
  1431. "branch-alias": {
  1432. "dev-master": "1.9-dev"
  1433. }
  1434. },
  1435. "autoload": {
  1436. "psr-4": {
  1437. "Symfony\\Polyfill\\Util\\": ""
  1438. }
  1439. },
  1440. "notification-url": "https://packagist.org/downloads/",
  1441. "license": [
  1442. "MIT"
  1443. ],
  1444. "authors": [
  1445. {
  1446. "name": "Nicolas Grekas",
  1447. "email": "p@tchwork.com"
  1448. },
  1449. {
  1450. "name": "Symfony Community",
  1451. "homepage": "https://symfony.com/contributors"
  1452. }
  1453. ],
  1454. "description": "Symfony utilities for portability of PHP codes",
  1455. "homepage": "https://symfony.com",
  1456. "keywords": [
  1457. "compat",
  1458. "compatibility",
  1459. "polyfill",
  1460. "shim"
  1461. ],
  1462. "time": "2018-08-06T14:22:27+00:00"
  1463. },
  1464. {
  1465. "name": "symfony/var-dumper",
  1466. "version": "v4.2.3",
  1467. "source": {
  1468. "type": "git",
  1469. "url": "https://github.com/symfony/var-dumper.git",
  1470. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
  1471. },
  1472. "dist": {
  1473. "type": "zip",
  1474. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
  1475. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
  1476. "shasum": ""
  1477. },
  1478. "require": {
  1479. "php": "^7.1.3",
  1480. "symfony/polyfill-mbstring": "~1.0",
  1481. "symfony/polyfill-php72": "~1.5"
  1482. },
  1483. "conflict": {
  1484. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1485. "symfony/console": "<3.4"
  1486. },
  1487. "require-dev": {
  1488. "ext-iconv": "*",
  1489. "symfony/console": "~3.4|~4.0",
  1490. "symfony/process": "~3.4|~4.0",
  1491. "twig/twig": "~1.34|~2.4"
  1492. },
  1493. "suggest": {
  1494. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1495. "ext-intl": "To show region name in time zone dump",
  1496. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1497. },
  1498. "bin": [
  1499. "Resources/bin/var-dump-server"
  1500. ],
  1501. "type": "library",
  1502. "extra": {
  1503. "branch-alias": {
  1504. "dev-master": "4.2-dev"
  1505. }
  1506. },
  1507. "autoload": {
  1508. "files": [
  1509. "Resources/functions/dump.php"
  1510. ],
  1511. "psr-4": {
  1512. "Symfony\\Component\\VarDumper\\": ""
  1513. },
  1514. "exclude-from-classmap": [
  1515. "/Tests/"
  1516. ]
  1517. },
  1518. "notification-url": "https://packagist.org/downloads/",
  1519. "license": [
  1520. "MIT"
  1521. ],
  1522. "authors": [
  1523. {
  1524. "name": "Nicolas Grekas",
  1525. "email": "p@tchwork.com"
  1526. },
  1527. {
  1528. "name": "Symfony Community",
  1529. "homepage": "https://symfony.com/contributors"
  1530. }
  1531. ],
  1532. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1533. "homepage": "https://symfony.com",
  1534. "keywords": [
  1535. "debug",
  1536. "dump"
  1537. ],
  1538. "time": "2019-01-30T11:44:30+00:00"
  1539. },
  1540. {
  1541. "name": "tightenco/collect",
  1542. "version": "v5.7.27",
  1543. "source": {
  1544. "type": "git",
  1545. "url": "https://github.com/tightenco/collect.git",
  1546. "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00"
  1547. },
  1548. "dist": {
  1549. "type": "zip",
  1550. "url": "https://api.github.com/repos/tightenco/collect/zipball/c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
  1551. "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
  1552. "shasum": ""
  1553. },
  1554. "require": {
  1555. "php": "^7.1.3",
  1556. "symfony/var-dumper": ">=3.4 <5"
  1557. },
  1558. "require-dev": {
  1559. "mockery/mockery": "^1.0",
  1560. "nesbot/carbon": "^1.26.3",
  1561. "phpunit/phpunit": "^7.0"
  1562. },
  1563. "type": "library",
  1564. "autoload": {
  1565. "files": [
  1566. "src/Collect/Support/helpers.php",
  1567. "src/Collect/Support/alias.php"
  1568. ],
  1569. "psr-4": {
  1570. "Tightenco\\Collect\\": "src/Collect"
  1571. }
  1572. },
  1573. "notification-url": "https://packagist.org/downloads/",
  1574. "license": [
  1575. "MIT"
  1576. ],
  1577. "authors": [
  1578. {
  1579. "name": "Taylor Otwell",
  1580. "email": "taylorotwell@gmail.com"
  1581. }
  1582. ],
  1583. "description": "Collect - Illuminate Collections as a separate package.",
  1584. "keywords": [
  1585. "collection",
  1586. "laravel"
  1587. ],
  1588. "time": "2019-02-13T19:40:13+00:00"
  1589. }
  1590. ],
  1591. "packages-dev": [],
  1592. "aliases": [],
  1593. "minimum-stability": "stable",
  1594. "stability-flags": [],
  1595. "prefer-stable": false,
  1596. "prefer-lowest": false,
  1597. "platform": [],
  1598. "platform-dev": []
  1599. }