composer.lock 59 KB

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