composer.lock 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  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.2.2",
  678. "source": {
  679. "type": "git",
  680. "url": "https://github.com/lcobucci/jwt.git",
  681. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  682. },
  683. "dist": {
  684. "type": "zip",
  685. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  686. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  687. "shasum": ""
  688. },
  689. "require": {
  690. "ext-openssl": "*",
  691. "php": ">=5.5"
  692. },
  693. "require-dev": {
  694. "mdanter/ecc": "~0.3.1",
  695. "mikey179/vfsstream": "~1.5",
  696. "phpmd/phpmd": "~2.2",
  697. "phpunit/php-invoker": "~1.1",
  698. "phpunit/phpunit": "~4.5",
  699. "squizlabs/php_codesniffer": "~2.3"
  700. },
  701. "suggest": {
  702. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  703. },
  704. "type": "library",
  705. "extra": {
  706. "branch-alias": {
  707. "dev-master": "3.1-dev"
  708. }
  709. },
  710. "autoload": {
  711. "psr-4": {
  712. "Lcobucci\\JWT\\": "src"
  713. }
  714. },
  715. "notification-url": "https://packagist.org/downloads/",
  716. "license": [
  717. "BSD-3-Clause"
  718. ],
  719. "authors": [
  720. {
  721. "name": "Luís Otávio Cobucci Oblonczyk",
  722. "email": "lcobucci@gmail.com",
  723. "role": "Developer"
  724. }
  725. ],
  726. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  727. "keywords": [
  728. "JWS",
  729. "jwt"
  730. ],
  731. "time": "2017-09-01T08:23:26+00:00"
  732. },
  733. {
  734. "name": "paragonie/constant_time_encoding",
  735. "version": "v2.2.2",
  736. "source": {
  737. "type": "git",
  738. "url": "https://github.com/paragonie/constant_time_encoding.git",
  739. "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33"
  740. },
  741. "dist": {
  742. "type": "zip",
  743. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33",
  744. "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33",
  745. "shasum": ""
  746. },
  747. "require": {
  748. "php": "^7"
  749. },
  750. "require-dev": {
  751. "phpunit/phpunit": "^6|^7",
  752. "vimeo/psalm": "^1"
  753. },
  754. "type": "library",
  755. "autoload": {
  756. "psr-4": {
  757. "ParagonIE\\ConstantTime\\": "src/"
  758. }
  759. },
  760. "notification-url": "https://packagist.org/downloads/",
  761. "license": [
  762. "MIT"
  763. ],
  764. "authors": [
  765. {
  766. "name": "Paragon Initiative Enterprises",
  767. "email": "security@paragonie.com",
  768. "homepage": "https://paragonie.com",
  769. "role": "Maintainer"
  770. },
  771. {
  772. "name": "Steve 'Sc00bz' Thomas",
  773. "email": "steve@tobtu.com",
  774. "homepage": "https://www.tobtu.com",
  775. "role": "Original Developer"
  776. }
  777. ],
  778. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  779. "keywords": [
  780. "base16",
  781. "base32",
  782. "base32_decode",
  783. "base32_encode",
  784. "base64",
  785. "base64_decode",
  786. "base64_encode",
  787. "bin2hex",
  788. "encoding",
  789. "hex",
  790. "hex2bin",
  791. "rfc4648"
  792. ],
  793. "time": "2018-03-10T19:47:49+00:00"
  794. },
  795. {
  796. "name": "paragonie/random_compat",
  797. "version": "v9.99.99",
  798. "source": {
  799. "type": "git",
  800. "url": "https://github.com/paragonie/random_compat.git",
  801. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  802. },
  803. "dist": {
  804. "type": "zip",
  805. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  806. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  807. "shasum": ""
  808. },
  809. "require": {
  810. "php": "^7"
  811. },
  812. "require-dev": {
  813. "phpunit/phpunit": "4.*|5.*",
  814. "vimeo/psalm": "^1"
  815. },
  816. "suggest": {
  817. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  818. },
  819. "type": "library",
  820. "notification-url": "https://packagist.org/downloads/",
  821. "license": [
  822. "MIT"
  823. ],
  824. "authors": [
  825. {
  826. "name": "Paragon Initiative Enterprises",
  827. "email": "security@paragonie.com",
  828. "homepage": "https://paragonie.com"
  829. }
  830. ],
  831. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  832. "keywords": [
  833. "csprng",
  834. "polyfill",
  835. "pseudorandom",
  836. "random"
  837. ],
  838. "time": "2018-07-02T15:55:56+00:00"
  839. },
  840. {
  841. "name": "paragonie/sodium_compat",
  842. "version": "v1.6.4",
  843. "source": {
  844. "type": "git",
  845. "url": "https://github.com/paragonie/sodium_compat.git",
  846. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
  847. },
  848. "dist": {
  849. "type": "zip",
  850. "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
  851. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
  852. "shasum": ""
  853. },
  854. "require": {
  855. "paragonie/random_compat": ">=1",
  856. "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
  857. },
  858. "require-dev": {
  859. "phpunit/phpunit": "^3|^4|^5"
  860. },
  861. "suggest": {
  862. "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
  863. "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
  864. },
  865. "type": "library",
  866. "autoload": {
  867. "files": [
  868. "autoload.php"
  869. ]
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "ISC"
  874. ],
  875. "authors": [
  876. {
  877. "name": "Paragon Initiative Enterprises",
  878. "email": "security@paragonie.com"
  879. },
  880. {
  881. "name": "Frank Denis",
  882. "email": "jedisct1@pureftpd.org"
  883. }
  884. ],
  885. "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
  886. "keywords": [
  887. "Authentication",
  888. "BLAKE2b",
  889. "ChaCha20",
  890. "ChaCha20-Poly1305",
  891. "Chapoly",
  892. "Curve25519",
  893. "Ed25519",
  894. "EdDSA",
  895. "Edwards-curve Digital Signature Algorithm",
  896. "Elliptic Curve Diffie-Hellman",
  897. "Poly1305",
  898. "Pure-PHP cryptography",
  899. "RFC 7748",
  900. "RFC 8032",
  901. "Salpoly",
  902. "Salsa20",
  903. "X25519",
  904. "XChaCha20-Poly1305",
  905. "XSalsa20-Poly1305",
  906. "Xchacha20",
  907. "Xsalsa20",
  908. "aead",
  909. "cryptography",
  910. "ecdh",
  911. "elliptic curve",
  912. "elliptic curve cryptography",
  913. "encryption",
  914. "libsodium",
  915. "php",
  916. "public-key cryptography",
  917. "secret-key cryptography",
  918. "side-channel resistant"
  919. ],
  920. "time": "2018-08-29T22:02:48+00:00"
  921. },
  922. {
  923. "name": "phpmailer/phpmailer",
  924. "version": "v6.1.4",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/PHPMailer/PHPMailer.git",
  928. "reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
  933. "reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
  934. "shasum": ""
  935. },
  936. "require": {
  937. "ext-ctype": "*",
  938. "ext-filter": "*",
  939. "php": ">=5.5.0"
  940. },
  941. "require-dev": {
  942. "doctrine/annotations": "^1.2",
  943. "friendsofphp/php-cs-fixer": "^2.2",
  944. "phpunit/phpunit": "^4.8 || ^5.7"
  945. },
  946. "suggest": {
  947. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  948. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  949. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  950. "psr/log": "For optional PSR-3 debug logging",
  951. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  952. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  953. },
  954. "type": "library",
  955. "autoload": {
  956. "psr-4": {
  957. "PHPMailer\\PHPMailer\\": "src/"
  958. }
  959. },
  960. "notification-url": "https://packagist.org/downloads/",
  961. "license": [
  962. "LGPL-2.1-only"
  963. ],
  964. "authors": [
  965. {
  966. "name": "Marcus Bointon",
  967. "email": "phpmailer@synchromedia.co.uk"
  968. },
  969. {
  970. "name": "Jim Jagielski",
  971. "email": "jimjag@gmail.com"
  972. },
  973. {
  974. "name": "Andy Prevost",
  975. "email": "codeworxtech@users.sourceforge.net"
  976. },
  977. {
  978. "name": "Brent R. Matzelle"
  979. }
  980. ],
  981. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  982. "time": "2019-12-10T11:17:38+00:00"
  983. },
  984. {
  985. "name": "pragmarx/google2fa",
  986. "version": "v3.0.3",
  987. "source": {
  988. "type": "git",
  989. "url": "https://github.com/antonioribeiro/google2fa.git",
  990. "reference": "6949226739e4424f40031e6f1c96b1fd64047335"
  991. },
  992. "dist": {
  993. "type": "zip",
  994. "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335",
  995. "reference": "6949226739e4424f40031e6f1c96b1fd64047335",
  996. "shasum": ""
  997. },
  998. "require": {
  999. "paragonie/constant_time_encoding": "~1.0|~2.0",
  1000. "paragonie/random_compat": ">=1",
  1001. "php": ">=5.4",
  1002. "symfony/polyfill-php56": "~1.2"
  1003. },
  1004. "require-dev": {
  1005. "bacon/bacon-qr-code": "~1.0",
  1006. "phpunit/phpunit": "~4|~5|~6"
  1007. },
  1008. "suggest": {
  1009. "bacon/bacon-qr-code": "Required to generate inline QR Codes."
  1010. },
  1011. "type": "library",
  1012. "extra": {
  1013. "component": "package",
  1014. "branch-alias": {
  1015. "dev-master": "2.0-dev"
  1016. }
  1017. },
  1018. "autoload": {
  1019. "psr-4": {
  1020. "PragmaRX\\Google2FA\\": "src/",
  1021. "PragmaRX\\Google2FA\\Tests\\": "tests/"
  1022. }
  1023. },
  1024. "notification-url": "https://packagist.org/downloads/",
  1025. "license": [
  1026. "MIT"
  1027. ],
  1028. "authors": [
  1029. {
  1030. "name": "Antonio Carlos Ribeiro",
  1031. "email": "acr@antoniocarlosribeiro.com",
  1032. "role": "Creator & Designer"
  1033. }
  1034. ],
  1035. "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
  1036. "keywords": [
  1037. "2fa",
  1038. "Authentication",
  1039. "Two Factor Authentication",
  1040. "google2fa",
  1041. "laravel"
  1042. ],
  1043. "time": "2018-08-29T13:28:06+00:00"
  1044. },
  1045. {
  1046. "name": "psr/container",
  1047. "version": "1.0.0",
  1048. "source": {
  1049. "type": "git",
  1050. "url": "https://github.com/php-fig/container.git",
  1051. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1052. },
  1053. "dist": {
  1054. "type": "zip",
  1055. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1056. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1057. "shasum": ""
  1058. },
  1059. "require": {
  1060. "php": ">=5.3.0"
  1061. },
  1062. "type": "library",
  1063. "extra": {
  1064. "branch-alias": {
  1065. "dev-master": "1.0.x-dev"
  1066. }
  1067. },
  1068. "autoload": {
  1069. "psr-4": {
  1070. "Psr\\Container\\": "src/"
  1071. }
  1072. },
  1073. "notification-url": "https://packagist.org/downloads/",
  1074. "license": [
  1075. "MIT"
  1076. ],
  1077. "authors": [
  1078. {
  1079. "name": "PHP-FIG",
  1080. "homepage": "http://www.php-fig.org/"
  1081. }
  1082. ],
  1083. "description": "Common Container Interface (PHP FIG PSR-11)",
  1084. "homepage": "https://github.com/php-fig/container",
  1085. "keywords": [
  1086. "PSR-11",
  1087. "container",
  1088. "container-interface",
  1089. "container-interop",
  1090. "psr"
  1091. ],
  1092. "time": "2017-02-14T16:28:37+00:00"
  1093. },
  1094. {
  1095. "name": "psr/http-message",
  1096. "version": "1.0.1",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/php-fig/http-message.git",
  1100. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1105. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1106. "shasum": ""
  1107. },
  1108. "require": {
  1109. "php": ">=5.3.0"
  1110. },
  1111. "type": "library",
  1112. "extra": {
  1113. "branch-alias": {
  1114. "dev-master": "1.0.x-dev"
  1115. }
  1116. },
  1117. "autoload": {
  1118. "psr-4": {
  1119. "Psr\\Http\\Message\\": "src/"
  1120. }
  1121. },
  1122. "notification-url": "https://packagist.org/downloads/",
  1123. "license": [
  1124. "MIT"
  1125. ],
  1126. "authors": [
  1127. {
  1128. "name": "PHP-FIG",
  1129. "homepage": "http://www.php-fig.org/"
  1130. }
  1131. ],
  1132. "description": "Common interface for HTTP messages",
  1133. "homepage": "https://github.com/php-fig/http-message",
  1134. "keywords": [
  1135. "http",
  1136. "http-message",
  1137. "psr",
  1138. "psr-7",
  1139. "request",
  1140. "response"
  1141. ],
  1142. "time": "2016-08-06T14:39:51+00:00"
  1143. },
  1144. {
  1145. "name": "psr/log",
  1146. "version": "1.1.0",
  1147. "source": {
  1148. "type": "git",
  1149. "url": "https://github.com/php-fig/log.git",
  1150. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1151. },
  1152. "dist": {
  1153. "type": "zip",
  1154. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1155. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1156. "shasum": ""
  1157. },
  1158. "require": {
  1159. "php": ">=5.3.0"
  1160. },
  1161. "type": "library",
  1162. "extra": {
  1163. "branch-alias": {
  1164. "dev-master": "1.0.x-dev"
  1165. }
  1166. },
  1167. "autoload": {
  1168. "psr-4": {
  1169. "Psr\\Log\\": "Psr/Log/"
  1170. }
  1171. },
  1172. "notification-url": "https://packagist.org/downloads/",
  1173. "license": [
  1174. "MIT"
  1175. ],
  1176. "authors": [
  1177. {
  1178. "name": "PHP-FIG",
  1179. "homepage": "http://www.php-fig.org/"
  1180. }
  1181. ],
  1182. "description": "Common interface for logging libraries",
  1183. "homepage": "https://github.com/php-fig/log",
  1184. "keywords": [
  1185. "log",
  1186. "psr",
  1187. "psr-3"
  1188. ],
  1189. "time": "2018-11-20T15:27:04+00:00"
  1190. },
  1191. {
  1192. "name": "psr/simple-cache",
  1193. "version": "1.0.1",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/php-fig/simple-cache.git",
  1197. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1202. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1203. "shasum": ""
  1204. },
  1205. "require": {
  1206. "php": ">=5.3.0"
  1207. },
  1208. "type": "library",
  1209. "extra": {
  1210. "branch-alias": {
  1211. "dev-master": "1.0.x-dev"
  1212. }
  1213. },
  1214. "autoload": {
  1215. "psr-4": {
  1216. "Psr\\SimpleCache\\": "src/"
  1217. }
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "MIT"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "PHP-FIG",
  1226. "homepage": "http://www.php-fig.org/"
  1227. }
  1228. ],
  1229. "description": "Common interfaces for simple caching",
  1230. "keywords": [
  1231. "cache",
  1232. "caching",
  1233. "psr",
  1234. "psr-16",
  1235. "simple-cache"
  1236. ],
  1237. "time": "2017-10-23T01:57:42+00:00"
  1238. },
  1239. {
  1240. "name": "pusher/pusher-php-server",
  1241. "version": "v3.2.0",
  1242. "source": {
  1243. "type": "git",
  1244. "url": "https://github.com/pusher/pusher-http-php.git",
  1245. "reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7"
  1246. },
  1247. "dist": {
  1248. "type": "zip",
  1249. "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
  1250. "reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
  1251. "shasum": ""
  1252. },
  1253. "require": {
  1254. "ext-curl": "*",
  1255. "paragonie/sodium_compat": "^1.6",
  1256. "php": "^5.4 || ^7.0",
  1257. "psr/log": "^1.0"
  1258. },
  1259. "require-dev": {
  1260. "phpunit/phpunit": "^4.8 || ^5.7"
  1261. },
  1262. "type": "library",
  1263. "extra": {
  1264. "branch-alias": {
  1265. "dev-master": "3.0-dev"
  1266. }
  1267. },
  1268. "autoload": {
  1269. "psr-4": {
  1270. "Pusher\\": "src/"
  1271. }
  1272. },
  1273. "notification-url": "https://packagist.org/downloads/",
  1274. "license": [
  1275. "MIT"
  1276. ],
  1277. "description": "Library for interacting with the Pusher REST API",
  1278. "keywords": [
  1279. "events",
  1280. "messaging",
  1281. "php-pusher-server",
  1282. "publish",
  1283. "push",
  1284. "pusher",
  1285. "real time",
  1286. "real-time",
  1287. "realtime",
  1288. "rest",
  1289. "trigger"
  1290. ],
  1291. "time": "2018-08-13T14:57:32+00:00"
  1292. },
  1293. {
  1294. "name": "rmccue/requests",
  1295. "version": "v1.7.0",
  1296. "source": {
  1297. "type": "git",
  1298. "url": "https://github.com/rmccue/Requests.git",
  1299. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  1300. },
  1301. "dist": {
  1302. "type": "zip",
  1303. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  1304. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  1305. "shasum": ""
  1306. },
  1307. "require": {
  1308. "php": ">=5.2"
  1309. },
  1310. "require-dev": {
  1311. "requests/test-server": "dev-master"
  1312. },
  1313. "type": "library",
  1314. "autoload": {
  1315. "psr-0": {
  1316. "Requests": "library/"
  1317. }
  1318. },
  1319. "notification-url": "https://packagist.org/downloads/",
  1320. "license": [
  1321. "ISC"
  1322. ],
  1323. "authors": [
  1324. {
  1325. "name": "Ryan McCue",
  1326. "homepage": "http://ryanmccue.info"
  1327. }
  1328. ],
  1329. "description": "A HTTP library written in PHP, for human beings.",
  1330. "homepage": "http://github.com/rmccue/Requests",
  1331. "keywords": [
  1332. "curl",
  1333. "fsockopen",
  1334. "http",
  1335. "idna",
  1336. "ipv6",
  1337. "iri",
  1338. "sockets"
  1339. ],
  1340. "time": "2016-10-13T00:11:37+00:00"
  1341. },
  1342. {
  1343. "name": "symfony/polyfill-mbstring",
  1344. "version": "v1.10.0",
  1345. "source": {
  1346. "type": "git",
  1347. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1348. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  1349. },
  1350. "dist": {
  1351. "type": "zip",
  1352. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  1353. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  1354. "shasum": ""
  1355. },
  1356. "require": {
  1357. "php": ">=5.3.3"
  1358. },
  1359. "suggest": {
  1360. "ext-mbstring": "For best performance"
  1361. },
  1362. "type": "library",
  1363. "extra": {
  1364. "branch-alias": {
  1365. "dev-master": "1.9-dev"
  1366. }
  1367. },
  1368. "autoload": {
  1369. "psr-4": {
  1370. "Symfony\\Polyfill\\Mbstring\\": ""
  1371. },
  1372. "files": [
  1373. "bootstrap.php"
  1374. ]
  1375. },
  1376. "notification-url": "https://packagist.org/downloads/",
  1377. "license": [
  1378. "MIT"
  1379. ],
  1380. "authors": [
  1381. {
  1382. "name": "Nicolas Grekas",
  1383. "email": "p@tchwork.com"
  1384. },
  1385. {
  1386. "name": "Symfony Community",
  1387. "homepage": "https://symfony.com/contributors"
  1388. }
  1389. ],
  1390. "description": "Symfony polyfill for the Mbstring extension",
  1391. "homepage": "https://symfony.com",
  1392. "keywords": [
  1393. "compatibility",
  1394. "mbstring",
  1395. "polyfill",
  1396. "portable",
  1397. "shim"
  1398. ],
  1399. "time": "2018-09-21T13:07:52+00:00"
  1400. },
  1401. {
  1402. "name": "symfony/polyfill-php56",
  1403. "version": "v1.9.0",
  1404. "source": {
  1405. "type": "git",
  1406. "url": "https://github.com/symfony/polyfill-php56.git",
  1407. "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
  1408. },
  1409. "dist": {
  1410. "type": "zip",
  1411. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
  1412. "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
  1413. "shasum": ""
  1414. },
  1415. "require": {
  1416. "php": ">=5.3.3",
  1417. "symfony/polyfill-util": "~1.0"
  1418. },
  1419. "type": "library",
  1420. "extra": {
  1421. "branch-alias": {
  1422. "dev-master": "1.9-dev"
  1423. }
  1424. },
  1425. "autoload": {
  1426. "psr-4": {
  1427. "Symfony\\Polyfill\\Php56\\": ""
  1428. },
  1429. "files": [
  1430. "bootstrap.php"
  1431. ]
  1432. },
  1433. "notification-url": "https://packagist.org/downloads/",
  1434. "license": [
  1435. "MIT"
  1436. ],
  1437. "authors": [
  1438. {
  1439. "name": "Nicolas Grekas",
  1440. "email": "p@tchwork.com"
  1441. },
  1442. {
  1443. "name": "Symfony Community",
  1444. "homepage": "https://symfony.com/contributors"
  1445. }
  1446. ],
  1447. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  1448. "homepage": "https://symfony.com",
  1449. "keywords": [
  1450. "compatibility",
  1451. "polyfill",
  1452. "portable",
  1453. "shim"
  1454. ],
  1455. "time": "2018-08-06T14:22:27+00:00"
  1456. },
  1457. {
  1458. "name": "symfony/polyfill-php72",
  1459. "version": "v1.10.0",
  1460. "source": {
  1461. "type": "git",
  1462. "url": "https://github.com/symfony/polyfill-php72.git",
  1463. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
  1464. },
  1465. "dist": {
  1466. "type": "zip",
  1467. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  1468. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  1469. "shasum": ""
  1470. },
  1471. "require": {
  1472. "php": ">=5.3.3"
  1473. },
  1474. "type": "library",
  1475. "extra": {
  1476. "branch-alias": {
  1477. "dev-master": "1.9-dev"
  1478. }
  1479. },
  1480. "autoload": {
  1481. "psr-4": {
  1482. "Symfony\\Polyfill\\Php72\\": ""
  1483. },
  1484. "files": [
  1485. "bootstrap.php"
  1486. ]
  1487. },
  1488. "notification-url": "https://packagist.org/downloads/",
  1489. "license": [
  1490. "MIT"
  1491. ],
  1492. "authors": [
  1493. {
  1494. "name": "Nicolas Grekas",
  1495. "email": "p@tchwork.com"
  1496. },
  1497. {
  1498. "name": "Symfony Community",
  1499. "homepage": "https://symfony.com/contributors"
  1500. }
  1501. ],
  1502. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1503. "homepage": "https://symfony.com",
  1504. "keywords": [
  1505. "compatibility",
  1506. "polyfill",
  1507. "portable",
  1508. "shim"
  1509. ],
  1510. "time": "2018-09-21T13:07:52+00:00"
  1511. },
  1512. {
  1513. "name": "symfony/polyfill-util",
  1514. "version": "v1.9.0",
  1515. "source": {
  1516. "type": "git",
  1517. "url": "https://github.com/symfony/polyfill-util.git",
  1518. "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
  1519. },
  1520. "dist": {
  1521. "type": "zip",
  1522. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
  1523. "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
  1524. "shasum": ""
  1525. },
  1526. "require": {
  1527. "php": ">=5.3.3"
  1528. },
  1529. "type": "library",
  1530. "extra": {
  1531. "branch-alias": {
  1532. "dev-master": "1.9-dev"
  1533. }
  1534. },
  1535. "autoload": {
  1536. "psr-4": {
  1537. "Symfony\\Polyfill\\Util\\": ""
  1538. }
  1539. },
  1540. "notification-url": "https://packagist.org/downloads/",
  1541. "license": [
  1542. "MIT"
  1543. ],
  1544. "authors": [
  1545. {
  1546. "name": "Nicolas Grekas",
  1547. "email": "p@tchwork.com"
  1548. },
  1549. {
  1550. "name": "Symfony Community",
  1551. "homepage": "https://symfony.com/contributors"
  1552. }
  1553. ],
  1554. "description": "Symfony utilities for portability of PHP codes",
  1555. "homepage": "https://symfony.com",
  1556. "keywords": [
  1557. "compat",
  1558. "compatibility",
  1559. "polyfill",
  1560. "shim"
  1561. ],
  1562. "time": "2018-08-06T14:22:27+00:00"
  1563. },
  1564. {
  1565. "name": "symfony/var-dumper",
  1566. "version": "v4.2.3",
  1567. "source": {
  1568. "type": "git",
  1569. "url": "https://github.com/symfony/var-dumper.git",
  1570. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
  1571. },
  1572. "dist": {
  1573. "type": "zip",
  1574. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
  1575. "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
  1576. "shasum": ""
  1577. },
  1578. "require": {
  1579. "php": "^7.1.3",
  1580. "symfony/polyfill-mbstring": "~1.0",
  1581. "symfony/polyfill-php72": "~1.5"
  1582. },
  1583. "conflict": {
  1584. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1585. "symfony/console": "<3.4"
  1586. },
  1587. "require-dev": {
  1588. "ext-iconv": "*",
  1589. "symfony/console": "~3.4|~4.0",
  1590. "symfony/process": "~3.4|~4.0",
  1591. "twig/twig": "~1.34|~2.4"
  1592. },
  1593. "suggest": {
  1594. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1595. "ext-intl": "To show region name in time zone dump",
  1596. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1597. },
  1598. "bin": [
  1599. "Resources/bin/var-dump-server"
  1600. ],
  1601. "type": "library",
  1602. "extra": {
  1603. "branch-alias": {
  1604. "dev-master": "4.2-dev"
  1605. }
  1606. },
  1607. "autoload": {
  1608. "files": [
  1609. "Resources/functions/dump.php"
  1610. ],
  1611. "psr-4": {
  1612. "Symfony\\Component\\VarDumper\\": ""
  1613. },
  1614. "exclude-from-classmap": [
  1615. "/Tests/"
  1616. ]
  1617. },
  1618. "notification-url": "https://packagist.org/downloads/",
  1619. "license": [
  1620. "MIT"
  1621. ],
  1622. "authors": [
  1623. {
  1624. "name": "Nicolas Grekas",
  1625. "email": "p@tchwork.com"
  1626. },
  1627. {
  1628. "name": "Symfony Community",
  1629. "homepage": "https://symfony.com/contributors"
  1630. }
  1631. ],
  1632. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1633. "homepage": "https://symfony.com",
  1634. "keywords": [
  1635. "debug",
  1636. "dump"
  1637. ],
  1638. "time": "2019-01-30T11:44:30+00:00"
  1639. },
  1640. {
  1641. "name": "tightenco/collect",
  1642. "version": "v5.7.27",
  1643. "source": {
  1644. "type": "git",
  1645. "url": "https://github.com/tightenco/collect.git",
  1646. "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00"
  1647. },
  1648. "dist": {
  1649. "type": "zip",
  1650. "url": "https://api.github.com/repos/tightenco/collect/zipball/c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
  1651. "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
  1652. "shasum": ""
  1653. },
  1654. "require": {
  1655. "php": "^7.1.3",
  1656. "symfony/var-dumper": ">=3.4 <5"
  1657. },
  1658. "require-dev": {
  1659. "mockery/mockery": "^1.0",
  1660. "nesbot/carbon": "^1.26.3",
  1661. "phpunit/phpunit": "^7.0"
  1662. },
  1663. "type": "library",
  1664. "autoload": {
  1665. "files": [
  1666. "src/Collect/Support/helpers.php",
  1667. "src/Collect/Support/alias.php"
  1668. ],
  1669. "psr-4": {
  1670. "Tightenco\\Collect\\": "src/Collect"
  1671. }
  1672. },
  1673. "notification-url": "https://packagist.org/downloads/",
  1674. "license": [
  1675. "MIT"
  1676. ],
  1677. "authors": [
  1678. {
  1679. "name": "Taylor Otwell",
  1680. "email": "taylorotwell@gmail.com"
  1681. }
  1682. ],
  1683. "description": "Collect - Illuminate Collections as a separate package.",
  1684. "keywords": [
  1685. "collection",
  1686. "laravel"
  1687. ],
  1688. "time": "2019-02-13T19:40:13+00:00"
  1689. },
  1690. {
  1691. "name": "true/punycode",
  1692. "version": "v2.1.1",
  1693. "source": {
  1694. "type": "git",
  1695. "url": "https://github.com/true/php-punycode.git",
  1696. "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
  1697. },
  1698. "dist": {
  1699. "type": "zip",
  1700. "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
  1701. "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
  1702. "shasum": ""
  1703. },
  1704. "require": {
  1705. "php": ">=5.3.0",
  1706. "symfony/polyfill-mbstring": "^1.3"
  1707. },
  1708. "require-dev": {
  1709. "phpunit/phpunit": "~4.7",
  1710. "squizlabs/php_codesniffer": "~2.0"
  1711. },
  1712. "type": "library",
  1713. "autoload": {
  1714. "psr-4": {
  1715. "TrueBV\\": "src/"
  1716. }
  1717. },
  1718. "notification-url": "https://packagist.org/downloads/",
  1719. "license": [
  1720. "MIT"
  1721. ],
  1722. "authors": [
  1723. {
  1724. "name": "Renan Gonçalves",
  1725. "email": "renan.saddam@gmail.com"
  1726. }
  1727. ],
  1728. "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
  1729. "homepage": "https://github.com/true/php-punycode",
  1730. "keywords": [
  1731. "idna",
  1732. "punycode"
  1733. ],
  1734. "time": "2016-11-16T10:37:54+00:00"
  1735. }
  1736. ],
  1737. "packages-dev": [],
  1738. "aliases": [],
  1739. "minimum-stability": "stable",
  1740. "stability-flags": [],
  1741. "prefer-stable": false,
  1742. "prefer-lowest": false,
  1743. "platform": [],
  1744. "platform-dev": []
  1745. }