installed.json 34 KB

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