composer.lock 47 KB

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