installed.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  1. {
  2. "packages": [
  3. {
  4. "name": "bacon/bacon-qr-code",
  5. "version": "1.0.3",
  6. "version_normalized": "1.0.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/Bacon/BaconQrCode.git",
  10. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
  15. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-iconv": "*",
  20. "php": "^5.4|^7.0"
  21. },
  22. "require-dev": {
  23. "phpunit/phpunit": "^4.8"
  24. },
  25. "suggest": {
  26. "ext-gd": "to generate QR code images"
  27. },
  28. "time": "2017-10-17T09:59:25+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-0": {
  33. "BaconQrCode": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "BSD-2-Clause"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Ben Scholzen 'DASPRiD'",
  43. "email": "mail@dasprids.de",
  44. "homepage": "http://www.dasprids.de",
  45. "role": "Developer"
  46. }
  47. ],
  48. "description": "BaconQrCode is a QR code generator for PHP.",
  49. "homepage": "https://github.com/Bacon/BaconQrCode",
  50. "support": {
  51. "issues": "https://github.com/Bacon/BaconQrCode/issues",
  52. "source": "https://github.com/Bacon/BaconQrCode/tree/master"
  53. },
  54. "install-path": "../bacon/bacon-qr-code"
  55. },
  56. {
  57. "name": "google/recaptcha",
  58. "version": "1.2.4",
  59. "version_normalized": "1.2.4.0",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/google/recaptcha.git",
  63. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  68. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "php": ">=5.5"
  73. },
  74. "require-dev": {
  75. "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
  76. "php-coveralls/php-coveralls": "^2.1",
  77. "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
  78. },
  79. "time": "2020-03-31T17:50:54+00:00",
  80. "type": "library",
  81. "extra": {
  82. "branch-alias": {
  83. "dev-master": "1.2.x-dev"
  84. }
  85. },
  86. "installation-source": "dist",
  87. "autoload": {
  88. "psr-4": {
  89. "ReCaptcha\\": "src/ReCaptcha"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "BSD-3-Clause"
  95. ],
  96. "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
  97. "homepage": "https://www.google.com/recaptcha/",
  98. "keywords": [
  99. "Abuse",
  100. "captcha",
  101. "recaptcha",
  102. "spam"
  103. ],
  104. "support": {
  105. "forum": "https://groups.google.com/forum/#!forum/recaptcha",
  106. "issues": "https://github.com/google/recaptcha/issues",
  107. "source": "https://github.com/google/recaptcha"
  108. },
  109. "install-path": "../google/recaptcha"
  110. },
  111. {
  112. "name": "paragonie/constant_time_encoding",
  113. "version": "v1.1.0",
  114. "version_normalized": "1.1.0.0",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/paragonie/constant_time_encoding.git",
  118. "reference": "317718fb438e60151f72b20404f040cb5ae1d494"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/317718fb438e60151f72b20404f040cb5ae1d494",
  123. "reference": "317718fb438e60151f72b20404f040cb5ae1d494",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "php": "^5.3|^7|^8"
  128. },
  129. "require-dev": {
  130. "paragonie/random_compat": "^1.4|^2",
  131. "phpunit/phpunit": ">= 4"
  132. },
  133. "time": "2022-01-17T05:23:46+00:00",
  134. "type": "library",
  135. "installation-source": "dist",
  136. "autoload": {
  137. "psr-4": {
  138. "ParagonIE\\ConstantTime\\": "src/"
  139. }
  140. },
  141. "notification-url": "https://packagist.org/downloads/",
  142. "license": [
  143. "MIT"
  144. ],
  145. "authors": [
  146. {
  147. "name": "Paragon Initiative Enterprises",
  148. "email": "security@paragonie.com",
  149. "homepage": "https://paragonie.com",
  150. "role": "Maintainer"
  151. },
  152. {
  153. "name": "Steve 'Sc00bz' Thomas",
  154. "email": "steve@tobtu.com",
  155. "homepage": "https://www.tobtu.com",
  156. "role": "Original Developer"
  157. }
  158. ],
  159. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  160. "keywords": [
  161. "base16",
  162. "base32",
  163. "base32_decode",
  164. "base32_encode",
  165. "base64",
  166. "base64_decode",
  167. "base64_encode",
  168. "bin2hex",
  169. "encoding",
  170. "hex",
  171. "hex2bin",
  172. "rfc4648"
  173. ],
  174. "support": {
  175. "email": "info@paragonie.com",
  176. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  177. "source": "https://github.com/paragonie/constant_time_encoding"
  178. },
  179. "install-path": "../paragonie/constant_time_encoding"
  180. },
  181. {
  182. "name": "paragonie/random_compat",
  183. "version": "v2.0.20",
  184. "version_normalized": "2.0.20.0",
  185. "source": {
  186. "type": "git",
  187. "url": "https://github.com/paragonie/random_compat.git",
  188. "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
  189. },
  190. "dist": {
  191. "type": "zip",
  192. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
  193. "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
  194. "shasum": ""
  195. },
  196. "require": {
  197. "php": ">=5.2.0"
  198. },
  199. "require-dev": {
  200. "phpunit/phpunit": "4.*|5.*"
  201. },
  202. "suggest": {
  203. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  204. },
  205. "time": "2021-04-17T09:33:01+00:00",
  206. "type": "library",
  207. "installation-source": "dist",
  208. "autoload": {
  209. "files": [
  210. "lib/random.php"
  211. ]
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "Paragon Initiative Enterprises",
  220. "email": "security@paragonie.com",
  221. "homepage": "https://paragonie.com"
  222. }
  223. ],
  224. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  225. "keywords": [
  226. "csprng",
  227. "polyfill",
  228. "pseudorandom",
  229. "random"
  230. ],
  231. "support": {
  232. "email": "info@paragonie.com",
  233. "issues": "https://github.com/paragonie/random_compat/issues",
  234. "source": "https://github.com/paragonie/random_compat"
  235. },
  236. "install-path": "../paragonie/random_compat"
  237. },
  238. {
  239. "name": "phpmyadmin/motranslator",
  240. "version": "4.0",
  241. "version_normalized": "4.0.0.0",
  242. "source": {
  243. "type": "git",
  244. "url": "https://github.com/phpmyadmin/motranslator.git",
  245. "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c"
  246. },
  247. "dist": {
  248. "type": "zip",
  249. "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c",
  250. "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c",
  251. "shasum": ""
  252. },
  253. "require": {
  254. "php": ">=5.3.0",
  255. "symfony/expression-language": "^4.0 || ^3.2 || ^2.8"
  256. },
  257. "require-dev": {
  258. "apigen/apigen": "^4.1",
  259. "phpunit/php-code-coverage": "*",
  260. "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
  261. },
  262. "time": "2018-02-12T13:22:52+00:00",
  263. "type": "library",
  264. "installation-source": "dist",
  265. "autoload": {
  266. "psr-4": {
  267. "PhpMyAdmin\\MoTranslator\\": "src"
  268. }
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "GPL-2.0-or-later"
  273. ],
  274. "authors": [
  275. {
  276. "name": "The phpMyAdmin Team",
  277. "email": "developers@phpmyadmin.net",
  278. "homepage": "https://www.phpmyadmin.net/team/"
  279. }
  280. ],
  281. "description": "Translation API for PHP using Gettext MO files",
  282. "homepage": "https://github.com/phpmyadmin/motranslator",
  283. "keywords": [
  284. "gettext",
  285. "i18n",
  286. "mo",
  287. "translator"
  288. ],
  289. "support": {
  290. "issues": "https://github.com/phpmyadmin/motranslator/issues",
  291. "source": "https://github.com/phpmyadmin/motranslator"
  292. },
  293. "install-path": "../phpmyadmin/motranslator"
  294. },
  295. {
  296. "name": "phpmyadmin/shapefile",
  297. "version": "2.1",
  298. "version_normalized": "2.1.0.0",
  299. "source": {
  300. "type": "git",
  301. "url": "https://github.com/phpmyadmin/shapefile.git",
  302. "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224"
  303. },
  304. "dist": {
  305. "type": "zip",
  306. "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224",
  307. "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224",
  308. "shasum": ""
  309. },
  310. "require": {
  311. "php": ">=5.4.0"
  312. },
  313. "require-dev": {
  314. "phpunit/php-code-coverage": "*",
  315. "phpunit/phpunit": "~4.8 || ~5.7"
  316. },
  317. "suggest": {
  318. "ext-dbase": "For dbf files parsing"
  319. },
  320. "time": "2017-05-15T08:31:47+00:00",
  321. "type": "library",
  322. "installation-source": "dist",
  323. "autoload": {
  324. "psr-4": {
  325. "PhpMyAdmin\\ShapeFile\\": "src"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "GPL-2.0+"
  331. ],
  332. "authors": [
  333. {
  334. "name": "The phpMyAdmin Team",
  335. "email": "developers@phpmyadmin.net",
  336. "homepage": "https://www.phpmyadmin.net/team/"
  337. }
  338. ],
  339. "description": "ESRI ShapeFile library for PHP",
  340. "homepage": "https://github.com/phpmyadmin/shapefile",
  341. "keywords": [
  342. "ESRI",
  343. "Shapefile",
  344. "dbf",
  345. "geo",
  346. "geospatial",
  347. "shape",
  348. "shp"
  349. ],
  350. "support": {
  351. "issues": "https://github.com/phpmyadmin/shapefile/issues",
  352. "source": "https://github.com/phpmyadmin/shapefile"
  353. },
  354. "install-path": "../phpmyadmin/shapefile"
  355. },
  356. {
  357. "name": "phpmyadmin/sql-parser",
  358. "version": "4.7.3",
  359. "version_normalized": "4.7.3.0",
  360. "source": {
  361. "type": "git",
  362. "url": "https://github.com/phpmyadmin/sql-parser.git",
  363. "reference": "a88f051b5bd5b336779b30111b26b9cd1fc42013"
  364. },
  365. "dist": {
  366. "type": "zip",
  367. "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/a88f051b5bd5b336779b30111b26b9cd1fc42013",
  368. "reference": "a88f051b5bd5b336779b30111b26b9cd1fc42013",
  369. "shasum": ""
  370. },
  371. "require": {
  372. "php": "^5.3.0 || ^7.0",
  373. "symfony/polyfill-mbstring": "^1.3"
  374. },
  375. "conflict": {
  376. "phpmyadmin/motranslator": "<3.0"
  377. },
  378. "require-dev": {
  379. "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0",
  380. "squizlabs/php_codesniffer": "~2.9 || ~3.4"
  381. },
  382. "suggest": {
  383. "ext-mbstring": "For best performance",
  384. "phpmyadmin/motranslator": "Translate messages to your favorite locale"
  385. },
  386. "time": "2021-12-09T04:30:40+00:00",
  387. "bin": [
  388. "bin/highlight-query",
  389. "bin/lint-query",
  390. "bin/tokenize-query"
  391. ],
  392. "type": "library",
  393. "installation-source": "dist",
  394. "autoload": {
  395. "psr-4": {
  396. "PhpMyAdmin\\SqlParser\\": "src"
  397. }
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "GPL-2.0-or-later"
  402. ],
  403. "authors": [
  404. {
  405. "name": "The phpMyAdmin Team",
  406. "email": "developers@phpmyadmin.net",
  407. "homepage": "https://www.phpmyadmin.net/team/"
  408. }
  409. ],
  410. "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
  411. "homepage": "https://github.com/phpmyadmin/sql-parser",
  412. "keywords": [
  413. "analysis",
  414. "lexer",
  415. "parser",
  416. "sql"
  417. ],
  418. "support": {
  419. "issues": "https://github.com/phpmyadmin/sql-parser/issues",
  420. "source": "https://github.com/phpmyadmin/sql-parser"
  421. },
  422. "install-path": "../phpmyadmin/sql-parser"
  423. },
  424. {
  425. "name": "phpseclib/phpseclib",
  426. "version": "2.0.36",
  427. "version_normalized": "2.0.36.0",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/phpseclib/phpseclib.git",
  431. "reference": "a97547126396548c224703a267a30af1592be146"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a97547126396548c224703a267a30af1592be146",
  436. "reference": "a97547126396548c224703a267a30af1592be146",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "php": ">=5.3.3"
  441. },
  442. "require-dev": {
  443. "phing/phing": "~2.7",
  444. "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
  445. "squizlabs/php_codesniffer": "~2.0"
  446. },
  447. "suggest": {
  448. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  449. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  450. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  451. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  452. },
  453. "time": "2022-01-30T08:48:36+00:00",
  454. "type": "library",
  455. "installation-source": "dist",
  456. "autoload": {
  457. "files": [
  458. "phpseclib/bootstrap.php"
  459. ],
  460. "psr-4": {
  461. "phpseclib\\": "phpseclib/"
  462. }
  463. },
  464. "notification-url": "https://packagist.org/downloads/",
  465. "license": [
  466. "MIT"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Jim Wigginton",
  471. "email": "terrafrost@php.net",
  472. "role": "Lead Developer"
  473. },
  474. {
  475. "name": "Patrick Monnerat",
  476. "email": "pm@datasphere.ch",
  477. "role": "Developer"
  478. },
  479. {
  480. "name": "Andreas Fischer",
  481. "email": "bantu@phpbb.com",
  482. "role": "Developer"
  483. },
  484. {
  485. "name": "Hans-Jürgen Petrich",
  486. "email": "petrich@tronic-media.com",
  487. "role": "Developer"
  488. },
  489. {
  490. "name": "Graham Campbell",
  491. "email": "graham@alt-three.com",
  492. "role": "Developer"
  493. }
  494. ],
  495. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  496. "homepage": "http://phpseclib.sourceforge.net",
  497. "keywords": [
  498. "BigInteger",
  499. "aes",
  500. "asn.1",
  501. "asn1",
  502. "blowfish",
  503. "crypto",
  504. "cryptography",
  505. "encryption",
  506. "rsa",
  507. "security",
  508. "sftp",
  509. "signature",
  510. "signing",
  511. "ssh",
  512. "twofish",
  513. "x.509",
  514. "x509"
  515. ],
  516. "support": {
  517. "issues": "https://github.com/phpseclib/phpseclib/issues",
  518. "source": "https://github.com/phpseclib/phpseclib/tree/2.0.36"
  519. },
  520. "funding": [
  521. {
  522. "url": "https://github.com/terrafrost",
  523. "type": "github"
  524. },
  525. {
  526. "url": "https://www.patreon.com/phpseclib",
  527. "type": "patreon"
  528. },
  529. {
  530. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  531. "type": "tidelift"
  532. }
  533. ],
  534. "install-path": "../phpseclib/phpseclib"
  535. },
  536. {
  537. "name": "pragmarx/google2fa",
  538. "version": "v3.0.3",
  539. "version_normalized": "3.0.3.0",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/antonioribeiro/google2fa.git",
  543. "reference": "6949226739e4424f40031e6f1c96b1fd64047335"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335",
  548. "reference": "6949226739e4424f40031e6f1c96b1fd64047335",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "paragonie/constant_time_encoding": "~1.0|~2.0",
  553. "paragonie/random_compat": ">=1",
  554. "php": ">=5.4",
  555. "symfony/polyfill-php56": "~1.2"
  556. },
  557. "require-dev": {
  558. "bacon/bacon-qr-code": "~1.0",
  559. "phpunit/phpunit": "~4|~5|~6"
  560. },
  561. "suggest": {
  562. "bacon/bacon-qr-code": "Required to generate inline QR Codes."
  563. },
  564. "time": "2018-08-29T13:28:06+00:00",
  565. "type": "library",
  566. "extra": {
  567. "component": "package",
  568. "branch-alias": {
  569. "dev-master": "2.0-dev"
  570. }
  571. },
  572. "installation-source": "dist",
  573. "autoload": {
  574. "psr-4": {
  575. "PragmaRX\\Google2FA\\": "src/",
  576. "PragmaRX\\Google2FA\\Tests\\": "tests/"
  577. }
  578. },
  579. "notification-url": "https://packagist.org/downloads/",
  580. "license": [
  581. "MIT"
  582. ],
  583. "authors": [
  584. {
  585. "name": "Antonio Carlos Ribeiro",
  586. "email": "acr@antoniocarlosribeiro.com",
  587. "role": "Creator & Designer"
  588. }
  589. ],
  590. "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
  591. "keywords": [
  592. "2fa",
  593. "Authentication",
  594. "Two Factor Authentication",
  595. "google2fa",
  596. "laravel"
  597. ],
  598. "support": {
  599. "issues": "https://github.com/antonioribeiro/google2fa/issues",
  600. "source": "https://github.com/antonioribeiro/google2fa/tree/master"
  601. },
  602. "install-path": "../pragmarx/google2fa"
  603. },
  604. {
  605. "name": "psr/container",
  606. "version": "1.0.0",
  607. "version_normalized": "1.0.0.0",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/php-fig/container.git",
  611. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  616. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "php": ">=5.3.0"
  621. },
  622. "time": "2017-02-14T16:28:37+00:00",
  623. "type": "library",
  624. "extra": {
  625. "branch-alias": {
  626. "dev-master": "1.0.x-dev"
  627. }
  628. },
  629. "installation-source": "dist",
  630. "autoload": {
  631. "psr-4": {
  632. "Psr\\Container\\": "src/"
  633. }
  634. },
  635. "notification-url": "https://packagist.org/downloads/",
  636. "license": [
  637. "MIT"
  638. ],
  639. "authors": [
  640. {
  641. "name": "PHP-FIG",
  642. "homepage": "http://www.php-fig.org/"
  643. }
  644. ],
  645. "description": "Common Container Interface (PHP FIG PSR-11)",
  646. "homepage": "https://github.com/php-fig/container",
  647. "keywords": [
  648. "PSR-11",
  649. "container",
  650. "container-interface",
  651. "container-interop",
  652. "psr"
  653. ],
  654. "support": {
  655. "issues": "https://github.com/php-fig/container/issues",
  656. "source": "https://github.com/php-fig/container/tree/master"
  657. },
  658. "install-path": "../psr/container"
  659. },
  660. {
  661. "name": "samyoul/u2f-php-server",
  662. "version": "v1.1.4",
  663. "version_normalized": "1.1.4.0",
  664. "source": {
  665. "type": "git",
  666. "url": "https://github.com/Samyoul/U2F-php-server.git",
  667. "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883"
  668. },
  669. "dist": {
  670. "type": "zip",
  671. "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/0625202c79d570e58525ed6c4ae38500ea3f0883",
  672. "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883",
  673. "shasum": ""
  674. },
  675. "require": {
  676. "ext-openssl": "*"
  677. },
  678. "time": "2018-10-26T12:43:39+00:00",
  679. "type": "library",
  680. "installation-source": "dist",
  681. "autoload": {
  682. "psr-4": {
  683. "Samyoul\\U2F\\U2FServer\\": [
  684. "src/"
  685. ]
  686. }
  687. },
  688. "notification-url": "https://packagist.org/downloads/",
  689. "license": [
  690. "BSD-2-Clause"
  691. ],
  692. "authors": [
  693. {
  694. "name": "Samuel Hawksby-Robinson",
  695. "email": "samuel@samyoul.com"
  696. }
  697. ],
  698. "description": "Server side handling class for FIDO U2F registration and authentication",
  699. "support": {
  700. "issues": "https://github.com/Samyoul/U2F-php-server/issues",
  701. "source": "https://github.com/Samyoul/U2F-php-server/tree/master"
  702. },
  703. "install-path": "../samyoul/u2f-php-server"
  704. },
  705. {
  706. "name": "symfony/expression-language",
  707. "version": "v2.8.52",
  708. "version_normalized": "2.8.52.0",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/symfony/expression-language.git",
  712. "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://api.github.com/repos/symfony/expression-language/zipball/fa9be1b831859b56d244137fabbfd01a46dbdb36",
  717. "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "php": ">=5.3.9"
  722. },
  723. "time": "2018-11-11T11:18:13+00:00",
  724. "type": "library",
  725. "extra": {
  726. "branch-alias": {
  727. "dev-master": "2.8-dev"
  728. }
  729. },
  730. "installation-source": "dist",
  731. "autoload": {
  732. "psr-4": {
  733. "Symfony\\Component\\ExpressionLanguage\\": ""
  734. },
  735. "exclude-from-classmap": [
  736. "/Tests/"
  737. ]
  738. },
  739. "notification-url": "https://packagist.org/downloads/",
  740. "license": [
  741. "MIT"
  742. ],
  743. "authors": [
  744. {
  745. "name": "Fabien Potencier",
  746. "email": "fabien@symfony.com"
  747. },
  748. {
  749. "name": "Symfony Community",
  750. "homepage": "https://symfony.com/contributors"
  751. }
  752. ],
  753. "description": "Symfony ExpressionLanguage Component",
  754. "homepage": "https://symfony.com",
  755. "support": {
  756. "source": "https://github.com/symfony/expression-language/tree/v2.8.50"
  757. },
  758. "install-path": "../symfony/expression-language"
  759. },
  760. {
  761. "name": "symfony/polyfill-ctype",
  762. "version": "v1.19.0",
  763. "version_normalized": "1.19.0.0",
  764. "source": {
  765. "type": "git",
  766. "url": "https://github.com/symfony/polyfill-ctype.git",
  767. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
  772. "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
  773. "shasum": ""
  774. },
  775. "require": {
  776. "php": ">=5.3.3"
  777. },
  778. "suggest": {
  779. "ext-ctype": "For best performance"
  780. },
  781. "time": "2020-10-23T09:01:57+00:00",
  782. "type": "library",
  783. "extra": {
  784. "branch-alias": {
  785. "dev-main": "1.19-dev"
  786. },
  787. "thanks": {
  788. "name": "symfony/polyfill",
  789. "url": "https://github.com/symfony/polyfill"
  790. }
  791. },
  792. "installation-source": "dist",
  793. "autoload": {
  794. "psr-4": {
  795. "Symfony\\Polyfill\\Ctype\\": ""
  796. },
  797. "files": [
  798. "bootstrap.php"
  799. ]
  800. },
  801. "notification-url": "https://packagist.org/downloads/",
  802. "license": [
  803. "MIT"
  804. ],
  805. "authors": [
  806. {
  807. "name": "Gert de Pagter",
  808. "email": "BackEndTea@gmail.com"
  809. },
  810. {
  811. "name": "Symfony Community",
  812. "homepage": "https://symfony.com/contributors"
  813. }
  814. ],
  815. "description": "Symfony polyfill for ctype functions",
  816. "homepage": "https://symfony.com",
  817. "keywords": [
  818. "compatibility",
  819. "ctype",
  820. "polyfill",
  821. "portable"
  822. ],
  823. "support": {
  824. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
  825. },
  826. "funding": [
  827. {
  828. "url": "https://symfony.com/sponsor",
  829. "type": "custom"
  830. },
  831. {
  832. "url": "https://github.com/fabpot",
  833. "type": "github"
  834. },
  835. {
  836. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  837. "type": "tidelift"
  838. }
  839. ],
  840. "install-path": "../symfony/polyfill-ctype"
  841. },
  842. {
  843. "name": "symfony/polyfill-mbstring",
  844. "version": "v1.19.0",
  845. "version_normalized": "1.19.0.0",
  846. "source": {
  847. "type": "git",
  848. "url": "https://github.com/symfony/polyfill-mbstring.git",
  849. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
  850. },
  851. "dist": {
  852. "type": "zip",
  853. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  854. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  855. "shasum": ""
  856. },
  857. "require": {
  858. "php": ">=5.3.3"
  859. },
  860. "suggest": {
  861. "ext-mbstring": "For best performance"
  862. },
  863. "time": "2020-10-23T09:01:57+00:00",
  864. "type": "library",
  865. "extra": {
  866. "branch-alias": {
  867. "dev-main": "1.19-dev"
  868. },
  869. "thanks": {
  870. "name": "symfony/polyfill",
  871. "url": "https://github.com/symfony/polyfill"
  872. }
  873. },
  874. "installation-source": "dist",
  875. "autoload": {
  876. "psr-4": {
  877. "Symfony\\Polyfill\\Mbstring\\": ""
  878. },
  879. "files": [
  880. "bootstrap.php"
  881. ]
  882. },
  883. "notification-url": "https://packagist.org/downloads/",
  884. "license": [
  885. "MIT"
  886. ],
  887. "authors": [
  888. {
  889. "name": "Nicolas Grekas",
  890. "email": "p@tchwork.com"
  891. },
  892. {
  893. "name": "Symfony Community",
  894. "homepage": "https://symfony.com/contributors"
  895. }
  896. ],
  897. "description": "Symfony polyfill for the Mbstring extension",
  898. "homepage": "https://symfony.com",
  899. "keywords": [
  900. "compatibility",
  901. "mbstring",
  902. "polyfill",
  903. "portable",
  904. "shim"
  905. ],
  906. "support": {
  907. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
  908. },
  909. "funding": [
  910. {
  911. "url": "https://symfony.com/sponsor",
  912. "type": "custom"
  913. },
  914. {
  915. "url": "https://github.com/fabpot",
  916. "type": "github"
  917. },
  918. {
  919. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  920. "type": "tidelift"
  921. }
  922. ],
  923. "install-path": "../symfony/polyfill-mbstring"
  924. },
  925. {
  926. "name": "symfony/polyfill-php56",
  927. "version": "v1.19.0",
  928. "version_normalized": "1.19.0.0",
  929. "source": {
  930. "type": "git",
  931. "url": "https://github.com/symfony/polyfill-php56.git",
  932. "reference": "ea19621731cbd973a6702cfedef3419768bf3372"
  933. },
  934. "dist": {
  935. "type": "zip",
  936. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ea19621731cbd973a6702cfedef3419768bf3372",
  937. "reference": "ea19621731cbd973a6702cfedef3419768bf3372",
  938. "shasum": ""
  939. },
  940. "require": {
  941. "php": ">=5.3.3",
  942. "symfony/polyfill-util": "~1.0"
  943. },
  944. "time": "2020-10-23T09:01:57+00:00",
  945. "type": "library",
  946. "extra": {
  947. "branch-alias": {
  948. "dev-main": "1.19-dev"
  949. },
  950. "thanks": {
  951. "name": "symfony/polyfill",
  952. "url": "https://github.com/symfony/polyfill"
  953. }
  954. },
  955. "installation-source": "dist",
  956. "autoload": {
  957. "psr-4": {
  958. "Symfony\\Polyfill\\Php56\\": ""
  959. },
  960. "files": [
  961. "bootstrap.php"
  962. ]
  963. },
  964. "notification-url": "https://packagist.org/downloads/",
  965. "license": [
  966. "MIT"
  967. ],
  968. "authors": [
  969. {
  970. "name": "Nicolas Grekas",
  971. "email": "p@tchwork.com"
  972. },
  973. {
  974. "name": "Symfony Community",
  975. "homepage": "https://symfony.com/contributors"
  976. }
  977. ],
  978. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  979. "homepage": "https://symfony.com",
  980. "keywords": [
  981. "compatibility",
  982. "polyfill",
  983. "portable",
  984. "shim"
  985. ],
  986. "support": {
  987. "source": "https://github.com/symfony/polyfill-php56/tree/v1.19.0"
  988. },
  989. "funding": [
  990. {
  991. "url": "https://symfony.com/sponsor",
  992. "type": "custom"
  993. },
  994. {
  995. "url": "https://github.com/fabpot",
  996. "type": "github"
  997. },
  998. {
  999. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1000. "type": "tidelift"
  1001. }
  1002. ],
  1003. "install-path": "../symfony/polyfill-php56"
  1004. },
  1005. {
  1006. "name": "symfony/polyfill-util",
  1007. "version": "v1.19.0",
  1008. "version_normalized": "1.19.0.0",
  1009. "source": {
  1010. "type": "git",
  1011. "url": "https://github.com/symfony/polyfill-util.git",
  1012. "reference": "8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a"
  1013. },
  1014. "dist": {
  1015. "type": "zip",
  1016. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a",
  1017. "reference": "8df0c3e6a4b85df9a5c6f3f2f46fba5c5c47058a",
  1018. "shasum": ""
  1019. },
  1020. "require": {
  1021. "php": ">=5.3.3"
  1022. },
  1023. "time": "2020-10-21T09:57:48+00:00",
  1024. "type": "library",
  1025. "extra": {
  1026. "branch-alias": {
  1027. "dev-main": "1.19-dev"
  1028. },
  1029. "thanks": {
  1030. "name": "symfony/polyfill",
  1031. "url": "https://github.com/symfony/polyfill"
  1032. }
  1033. },
  1034. "installation-source": "dist",
  1035. "autoload": {
  1036. "psr-4": {
  1037. "Symfony\\Polyfill\\Util\\": ""
  1038. }
  1039. },
  1040. "notification-url": "https://packagist.org/downloads/",
  1041. "license": [
  1042. "MIT"
  1043. ],
  1044. "authors": [
  1045. {
  1046. "name": "Nicolas Grekas",
  1047. "email": "p@tchwork.com"
  1048. },
  1049. {
  1050. "name": "Symfony Community",
  1051. "homepage": "https://symfony.com/contributors"
  1052. }
  1053. ],
  1054. "description": "Symfony utilities for portability of PHP codes",
  1055. "homepage": "https://symfony.com",
  1056. "keywords": [
  1057. "compat",
  1058. "compatibility",
  1059. "polyfill",
  1060. "shim"
  1061. ],
  1062. "support": {
  1063. "source": "https://github.com/symfony/polyfill-util/tree/v1.19.0"
  1064. },
  1065. "funding": [
  1066. {
  1067. "url": "https://symfony.com/sponsor",
  1068. "type": "custom"
  1069. },
  1070. {
  1071. "url": "https://github.com/fabpot",
  1072. "type": "github"
  1073. },
  1074. {
  1075. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1076. "type": "tidelift"
  1077. }
  1078. ],
  1079. "install-path": "../symfony/polyfill-util"
  1080. },
  1081. {
  1082. "name": "tecnickcom/tcpdf",
  1083. "version": "6.4.4",
  1084. "version_normalized": "6.4.4.0",
  1085. "source": {
  1086. "type": "git",
  1087. "url": "https://github.com/tecnickcom/TCPDF.git",
  1088. "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
  1089. },
  1090. "dist": {
  1091. "type": "zip",
  1092. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
  1093. "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
  1094. "shasum": ""
  1095. },
  1096. "require": {
  1097. "php": ">=5.3.0"
  1098. },
  1099. "time": "2021-12-31T08:39:24+00:00",
  1100. "type": "library",
  1101. "installation-source": "dist",
  1102. "autoload": {
  1103. "classmap": [
  1104. "config",
  1105. "include",
  1106. "tcpdf.php",
  1107. "tcpdf_parser.php",
  1108. "tcpdf_import.php",
  1109. "tcpdf_barcodes_1d.php",
  1110. "tcpdf_barcodes_2d.php",
  1111. "include/tcpdf_colors.php",
  1112. "include/tcpdf_filters.php",
  1113. "include/tcpdf_font_data.php",
  1114. "include/tcpdf_fonts.php",
  1115. "include/tcpdf_images.php",
  1116. "include/tcpdf_static.php",
  1117. "include/barcodes/datamatrix.php",
  1118. "include/barcodes/pdf417.php",
  1119. "include/barcodes/qrcode.php"
  1120. ]
  1121. },
  1122. "notification-url": "https://packagist.org/downloads/",
  1123. "license": [
  1124. "LGPL-3.0-only"
  1125. ],
  1126. "authors": [
  1127. {
  1128. "name": "Nicola Asuni",
  1129. "email": "info@tecnick.com",
  1130. "role": "lead"
  1131. }
  1132. ],
  1133. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  1134. "homepage": "http://www.tcpdf.org/",
  1135. "keywords": [
  1136. "PDFD32000-2008",
  1137. "TCPDF",
  1138. "barcodes",
  1139. "datamatrix",
  1140. "pdf",
  1141. "pdf417",
  1142. "qrcode"
  1143. ],
  1144. "support": {
  1145. "issues": "https://github.com/tecnickcom/TCPDF/issues",
  1146. "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
  1147. },
  1148. "funding": [
  1149. {
  1150. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
  1151. "type": "custom"
  1152. }
  1153. ],
  1154. "install-path": "../tecnickcom/tcpdf"
  1155. },
  1156. {
  1157. "name": "twig/extensions",
  1158. "version": "v1.5.4",
  1159. "version_normalized": "1.5.4.0",
  1160. "source": {
  1161. "type": "git",
  1162. "url": "https://github.com/twigphp/Twig-extensions.git",
  1163. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
  1164. },
  1165. "dist": {
  1166. "type": "zip",
  1167. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
  1168. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
  1169. "shasum": ""
  1170. },
  1171. "require": {
  1172. "twig/twig": "^1.27|^2.0"
  1173. },
  1174. "require-dev": {
  1175. "symfony/phpunit-bridge": "^3.4",
  1176. "symfony/translation": "^2.7|^3.4"
  1177. },
  1178. "suggest": {
  1179. "symfony/translation": "Allow the time_diff output to be translated"
  1180. },
  1181. "time": "2018-12-05T18:34:18+00:00",
  1182. "type": "library",
  1183. "extra": {
  1184. "branch-alias": {
  1185. "dev-master": "1.5-dev"
  1186. }
  1187. },
  1188. "installation-source": "dist",
  1189. "autoload": {
  1190. "psr-0": {
  1191. "Twig_Extensions_": "lib/"
  1192. },
  1193. "psr-4": {
  1194. "Twig\\Extensions\\": "src/"
  1195. }
  1196. },
  1197. "notification-url": "https://packagist.org/downloads/",
  1198. "license": [
  1199. "MIT"
  1200. ],
  1201. "authors": [
  1202. {
  1203. "name": "Fabien Potencier",
  1204. "email": "fabien@symfony.com"
  1205. }
  1206. ],
  1207. "description": "Common additional features for Twig that do not directly belong in core",
  1208. "keywords": [
  1209. "i18n",
  1210. "text"
  1211. ],
  1212. "support": {
  1213. "issues": "https://github.com/twigphp/Twig-extensions/issues",
  1214. "source": "https://github.com/twigphp/Twig-extensions/tree/master"
  1215. },
  1216. "abandoned": true,
  1217. "install-path": "../twig/extensions"
  1218. },
  1219. {
  1220. "name": "twig/twig",
  1221. "version": "v1.42.5",
  1222. "version_normalized": "1.42.5.0",
  1223. "source": {
  1224. "type": "git",
  1225. "url": "https://github.com/twigphp/Twig.git",
  1226. "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
  1227. },
  1228. "dist": {
  1229. "type": "zip",
  1230. "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
  1231. "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
  1232. "shasum": ""
  1233. },
  1234. "require": {
  1235. "php": ">=5.5.0",
  1236. "symfony/polyfill-ctype": "^1.8"
  1237. },
  1238. "require-dev": {
  1239. "psr/container": "^1.0",
  1240. "symfony/phpunit-bridge": "^4.4|^5.0"
  1241. },
  1242. "time": "2020-02-11T05:59:23+00:00",
  1243. "type": "library",
  1244. "extra": {
  1245. "branch-alias": {
  1246. "dev-master": "1.42-dev"
  1247. }
  1248. },
  1249. "installation-source": "dist",
  1250. "autoload": {
  1251. "psr-0": {
  1252. "Twig_": "lib/"
  1253. },
  1254. "psr-4": {
  1255. "Twig\\": "src/"
  1256. }
  1257. },
  1258. "notification-url": "https://packagist.org/downloads/",
  1259. "license": [
  1260. "BSD-3-Clause"
  1261. ],
  1262. "authors": [
  1263. {
  1264. "name": "Fabien Potencier",
  1265. "email": "fabien@symfony.com",
  1266. "homepage": "http://fabien.potencier.org",
  1267. "role": "Lead Developer"
  1268. },
  1269. {
  1270. "name": "Twig Team",
  1271. "role": "Contributors"
  1272. },
  1273. {
  1274. "name": "Armin Ronacher",
  1275. "email": "armin.ronacher@active-4.com",
  1276. "role": "Project Founder"
  1277. }
  1278. ],
  1279. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1280. "homepage": "https://twig.symfony.com",
  1281. "keywords": [
  1282. "templating"
  1283. ],
  1284. "support": {
  1285. "issues": "https://github.com/twigphp/Twig/issues",
  1286. "source": "https://github.com/twigphp/Twig/tree/1.x"
  1287. },
  1288. "install-path": "../twig/twig"
  1289. }
  1290. ],
  1291. "dev": false,
  1292. "dev-package-names": []
  1293. }