installed.json 43 KB

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