installed.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  1. [
  2. {
  3. "name": "symfony/polyfill-ctype",
  4. "version": "v1.22.1",
  5. "version_normalized": "1.22.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/symfony/polyfill-ctype.git",
  9. "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
  14. "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=7.1"
  19. },
  20. "suggest": {
  21. "ext-ctype": "For best performance"
  22. },
  23. "time": "2021-01-07T16:49:33+00:00",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-main": "1.22-dev"
  28. },
  29. "thanks": {
  30. "name": "symfony/polyfill",
  31. "url": "https://github.com/symfony/polyfill"
  32. }
  33. },
  34. "installation-source": "dist",
  35. "autoload": {
  36. "psr-4": {
  37. "Symfony\\Polyfill\\Ctype\\": ""
  38. },
  39. "files": [
  40. "bootstrap.php"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Gert de Pagter",
  50. "email": "BackEndTea@gmail.com"
  51. },
  52. {
  53. "name": "Symfony Community",
  54. "homepage": "https://symfony.com/contributors"
  55. }
  56. ],
  57. "description": "Symfony polyfill for ctype functions",
  58. "homepage": "https://symfony.com",
  59. "keywords": [
  60. "compatibility",
  61. "ctype",
  62. "polyfill",
  63. "portable"
  64. ]
  65. },
  66. {
  67. "name": "symfony/yaml",
  68. "version": "v3.4.47",
  69. "version_normalized": "3.4.47.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/symfony/yaml.git",
  73. "reference": "88289caa3c166321883f67fe5130188ebbb47094"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
  78. "reference": "88289caa3c166321883f67fe5130188ebbb47094",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "php": "^5.5.9|>=7.0.8",
  83. "symfony/polyfill-ctype": "~1.8"
  84. },
  85. "conflict": {
  86. "symfony/console": "<3.4"
  87. },
  88. "require-dev": {
  89. "symfony/console": "~3.4|~4.0"
  90. },
  91. "suggest": {
  92. "symfony/console": "For validating YAML files using the lint command"
  93. },
  94. "time": "2020-10-24T10:57:07+00:00",
  95. "type": "library",
  96. "installation-source": "dist",
  97. "autoload": {
  98. "psr-4": {
  99. "Symfony\\Component\\Yaml\\": ""
  100. },
  101. "exclude-from-classmap": [
  102. "/Tests/"
  103. ]
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Fabien Potencier",
  112. "email": "fabien@symfony.com"
  113. },
  114. {
  115. "name": "Symfony Community",
  116. "homepage": "https://symfony.com/contributors"
  117. }
  118. ],
  119. "description": "Symfony Yaml Component",
  120. "homepage": "https://symfony.com"
  121. },
  122. {
  123. "name": "piwik/ini",
  124. "version": "1.0.8",
  125. "version_normalized": "1.0.8.0",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/matomo-org/component-ini.git",
  129. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/663d4fdedd8f344407fd1599e623f41912fe2ebd",
  134. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "php": ">=5.3.3"
  139. },
  140. "require-dev": {
  141. "athletic/athletic": "0.1.*",
  142. "phpunit/phpunit": "~4.0"
  143. },
  144. "time": "2019-12-21T20:06:47+00:00",
  145. "type": "library",
  146. "installation-source": "dist",
  147. "autoload": {
  148. "psr-4": {
  149. "Piwik\\Ini\\": "src/"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "LGPL-3.0"
  155. ],
  156. "abandoned": "matomo/ini"
  157. },
  158. {
  159. "name": "symfony/polyfill-apcu",
  160. "version": "v1.22.1",
  161. "version_normalized": "1.22.1.0",
  162. "source": {
  163. "type": "git",
  164. "url": "https://github.com/symfony/polyfill-apcu.git",
  165. "reference": "bc9974e74f8c05f4ceb500b1e0603e36be7d8223"
  166. },
  167. "dist": {
  168. "type": "zip",
  169. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/bc9974e74f8c05f4ceb500b1e0603e36be7d8223",
  170. "reference": "bc9974e74f8c05f4ceb500b1e0603e36be7d8223",
  171. "shasum": ""
  172. },
  173. "require": {
  174. "php": ">=7.1"
  175. },
  176. "time": "2021-01-22T09:19:47+00:00",
  177. "type": "library",
  178. "extra": {
  179. "branch-alias": {
  180. "dev-main": "1.22-dev"
  181. },
  182. "thanks": {
  183. "name": "symfony/polyfill",
  184. "url": "https://github.com/symfony/polyfill"
  185. }
  186. },
  187. "installation-source": "dist",
  188. "autoload": {
  189. "psr-4": {
  190. "Symfony\\Polyfill\\Apcu\\": ""
  191. },
  192. "files": [
  193. "bootstrap.php"
  194. ]
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Nicolas Grekas",
  203. "email": "p@tchwork.com"
  204. },
  205. {
  206. "name": "Symfony Community",
  207. "homepage": "https://symfony.com/contributors"
  208. }
  209. ],
  210. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  211. "homepage": "https://symfony.com",
  212. "keywords": [
  213. "apcu",
  214. "compatibility",
  215. "polyfill",
  216. "portable",
  217. "shim"
  218. ]
  219. },
  220. {
  221. "name": "psr/simple-cache",
  222. "version": "1.0.1",
  223. "version_normalized": "1.0.1.0",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/php-fig/simple-cache.git",
  227. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  232. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "php": ">=5.3.0"
  237. },
  238. "time": "2017-10-23T01:57:42+00:00",
  239. "type": "library",
  240. "extra": {
  241. "branch-alias": {
  242. "dev-master": "1.0.x-dev"
  243. }
  244. },
  245. "installation-source": "dist",
  246. "autoload": {
  247. "psr-4": {
  248. "Psr\\SimpleCache\\": "src/"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "PHP-FIG",
  258. "homepage": "http://www.php-fig.org/"
  259. }
  260. ],
  261. "description": "Common interfaces for simple caching",
  262. "keywords": [
  263. "cache",
  264. "caching",
  265. "psr",
  266. "psr-16",
  267. "simple-cache"
  268. ]
  269. },
  270. {
  271. "name": "psr/log",
  272. "version": "1.1.4",
  273. "version_normalized": "1.1.4.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/php-fig/log.git",
  277. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  282. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  283. "shasum": ""
  284. },
  285. "require": {
  286. "php": ">=5.3.0"
  287. },
  288. "time": "2021-05-03T11:20:27+00:00",
  289. "type": "library",
  290. "extra": {
  291. "branch-alias": {
  292. "dev-master": "1.1.x-dev"
  293. }
  294. },
  295. "installation-source": "dist",
  296. "autoload": {
  297. "psr-4": {
  298. "Psr\\Log\\": "Psr/Log/"
  299. }
  300. },
  301. "notification-url": "https://packagist.org/downloads/",
  302. "license": [
  303. "MIT"
  304. ],
  305. "authors": [
  306. {
  307. "name": "PHP-FIG",
  308. "homepage": "https://www.php-fig.org/"
  309. }
  310. ],
  311. "description": "Common interface for logging libraries",
  312. "homepage": "https://github.com/php-fig/log",
  313. "keywords": [
  314. "log",
  315. "psr",
  316. "psr-3"
  317. ]
  318. },
  319. {
  320. "name": "psr/cache",
  321. "version": "1.0.1",
  322. "version_normalized": "1.0.1.0",
  323. "source": {
  324. "type": "git",
  325. "url": "https://github.com/php-fig/cache.git",
  326. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  327. },
  328. "dist": {
  329. "type": "zip",
  330. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  331. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  332. "shasum": ""
  333. },
  334. "require": {
  335. "php": ">=5.3.0"
  336. },
  337. "time": "2016-08-06T20:24:11+00:00",
  338. "type": "library",
  339. "extra": {
  340. "branch-alias": {
  341. "dev-master": "1.0.x-dev"
  342. }
  343. },
  344. "installation-source": "dist",
  345. "autoload": {
  346. "psr-4": {
  347. "Psr\\Cache\\": "src/"
  348. }
  349. },
  350. "notification-url": "https://packagist.org/downloads/",
  351. "license": [
  352. "MIT"
  353. ],
  354. "authors": [
  355. {
  356. "name": "PHP-FIG",
  357. "homepage": "http://www.php-fig.org/"
  358. }
  359. ],
  360. "description": "Common interface for caching libraries",
  361. "keywords": [
  362. "cache",
  363. "psr",
  364. "psr-6"
  365. ]
  366. },
  367. {
  368. "name": "symfony/cache",
  369. "version": "v3.4.47",
  370. "version_normalized": "3.4.47.0",
  371. "source": {
  372. "type": "git",
  373. "url": "https://github.com/symfony/cache.git",
  374. "reference": "a7a14c4832760bd1fbd31be2859ffedc9b6ff813"
  375. },
  376. "dist": {
  377. "type": "zip",
  378. "url": "https://api.github.com/repos/symfony/cache/zipball/a7a14c4832760bd1fbd31be2859ffedc9b6ff813",
  379. "reference": "a7a14c4832760bd1fbd31be2859ffedc9b6ff813",
  380. "shasum": ""
  381. },
  382. "require": {
  383. "php": "^5.5.9|>=7.0.8",
  384. "psr/cache": "~1.0",
  385. "psr/log": "~1.0",
  386. "psr/simple-cache": "^1.0",
  387. "symfony/polyfill-apcu": "~1.1"
  388. },
  389. "conflict": {
  390. "symfony/var-dumper": "<3.3"
  391. },
  392. "provide": {
  393. "psr/cache-implementation": "1.0",
  394. "psr/simple-cache-implementation": "1.0"
  395. },
  396. "require-dev": {
  397. "cache/integration-tests": "dev-master",
  398. "doctrine/cache": "^1.6",
  399. "doctrine/dbal": "^2.4|^3.0",
  400. "predis/predis": "^1.0"
  401. },
  402. "time": "2020-10-24T10:57:07+00:00",
  403. "type": "library",
  404. "installation-source": "dist",
  405. "autoload": {
  406. "psr-4": {
  407. "Symfony\\Component\\Cache\\": ""
  408. },
  409. "exclude-from-classmap": [
  410. "/Tests/"
  411. ]
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "MIT"
  416. ],
  417. "authors": [
  418. {
  419. "name": "Nicolas Grekas",
  420. "email": "p@tchwork.com"
  421. },
  422. {
  423. "name": "Symfony Community",
  424. "homepage": "https://symfony.com/contributors"
  425. }
  426. ],
  427. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  428. "homepage": "https://symfony.com",
  429. "keywords": [
  430. "caching",
  431. "psr6"
  432. ]
  433. },
  434. {
  435. "name": "mso/idna-convert",
  436. "version": "v1.1.0",
  437. "version_normalized": "1.1.0.0",
  438. "source": {
  439. "type": "git",
  440. "url": "https://github.com/algo26-matthias/idna-convert.git",
  441. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573"
  442. },
  443. "dist": {
  444. "type": "zip",
  445. "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  446. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  447. "shasum": ""
  448. },
  449. "require": {
  450. "ext-pcre": "*",
  451. "php": ">=5.6.0"
  452. },
  453. "time": "2016-06-19T18:08:43+00:00",
  454. "type": "library",
  455. "extra": {
  456. "branch-alias": {
  457. "dev-master": "1.0.x-dev"
  458. }
  459. },
  460. "installation-source": "dist",
  461. "autoload": {
  462. "psr-4": {
  463. "Mso\\IdnaConvert\\": "src"
  464. }
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "LGPL-2.1+"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Matthias Sommerfeld",
  473. "email": "mso@phlylabs.de",
  474. "role": "Developer"
  475. }
  476. ],
  477. "description": "A library for encoding and decoding internationalized domain names",
  478. "homepage": "http://idnaconv.net/",
  479. "keywords": [
  480. "idn",
  481. "idna",
  482. "php"
  483. ],
  484. "abandoned": "algo26-matthias/idna-convert"
  485. },
  486. {
  487. "name": "adbario/php-dot-notation",
  488. "version": "2.2.0",
  489. "version_normalized": "2.2.0.0",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/adbario/php-dot-notation.git",
  493. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  498. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "ext-json": "*",
  503. "php": ">=5.5"
  504. },
  505. "require-dev": {
  506. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  507. "squizlabs/php_codesniffer": "^3.0"
  508. },
  509. "time": "2019-01-01T23:59:15+00:00",
  510. "type": "library",
  511. "installation-source": "dist",
  512. "autoload": {
  513. "files": [
  514. "src/helpers.php"
  515. ],
  516. "psr-4": {
  517. "Adbar\\": "src"
  518. }
  519. },
  520. "notification-url": "https://packagist.org/downloads/",
  521. "license": [
  522. "MIT"
  523. ],
  524. "authors": [
  525. {
  526. "name": "Riku Särkinen",
  527. "email": "riku@adbar.io"
  528. }
  529. ],
  530. "description": "PHP dot notation access to arrays",
  531. "homepage": "https://github.com/adbario/php-dot-notation",
  532. "keywords": [
  533. "ArrayAccess",
  534. "dotnotation"
  535. ]
  536. },
  537. {
  538. "name": "rappasoft/laravel-helpers",
  539. "version": "1.0.2",
  540. "version_normalized": "1.0.2.0",
  541. "source": {
  542. "type": "git",
  543. "url": "https://github.com/rappasoft/laravel-helpers.git",
  544. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16"
  545. },
  546. "dist": {
  547. "type": "zip",
  548. "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/c8dfa1e979437528262725ebe99c2e6383b24c16",
  549. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16",
  550. "shasum": ""
  551. },
  552. "require": {
  553. "php": ">=5.4.0"
  554. },
  555. "time": "2019-04-03T13:15:59+00:00",
  556. "type": "library",
  557. "installation-source": "dist",
  558. "autoload": {
  559. "files": [
  560. "src/helpers.php"
  561. ]
  562. },
  563. "notification-url": "https://packagist.org/downloads/",
  564. "license": [
  565. "MIT"
  566. ],
  567. "authors": [
  568. {
  569. "name": "Anthony Rappa",
  570. "email": "rappa819@gmail.com"
  571. }
  572. ],
  573. "description": "Laravel Helpers for Non-Laravel Projects",
  574. "keywords": [
  575. "helpers",
  576. "laravel"
  577. ]
  578. },
  579. {
  580. "name": "paragonie/random_compat",
  581. "version": "v9.99.100",
  582. "version_normalized": "9.99.100.0",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/paragonie/random_compat.git",
  586. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  591. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "php": ">= 7"
  596. },
  597. "require-dev": {
  598. "phpunit/phpunit": "4.*|5.*",
  599. "vimeo/psalm": "^1"
  600. },
  601. "suggest": {
  602. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  603. },
  604. "time": "2020-10-15T08:29:30+00:00",
  605. "type": "library",
  606. "installation-source": "dist",
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "MIT"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Paragon Initiative Enterprises",
  614. "email": "security@paragonie.com",
  615. "homepage": "https://paragonie.com"
  616. }
  617. ],
  618. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  619. "keywords": [
  620. "csprng",
  621. "polyfill",
  622. "pseudorandom",
  623. "random"
  624. ]
  625. },
  626. {
  627. "name": "paragonie/constant_time_encoding",
  628. "version": "v2.4.0",
  629. "version_normalized": "2.4.0.0",
  630. "source": {
  631. "type": "git",
  632. "url": "https://github.com/paragonie/constant_time_encoding.git",
  633. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
  634. },
  635. "dist": {
  636. "type": "zip",
  637. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  638. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  639. "shasum": ""
  640. },
  641. "require": {
  642. "php": "^7|^8"
  643. },
  644. "require-dev": {
  645. "phpunit/phpunit": "^6|^7|^8|^9",
  646. "vimeo/psalm": "^1|^2|^3|^4"
  647. },
  648. "time": "2020-12-06T15:14:20+00:00",
  649. "type": "library",
  650. "installation-source": "dist",
  651. "autoload": {
  652. "psr-4": {
  653. "ParagonIE\\ConstantTime\\": "src/"
  654. }
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "MIT"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Paragon Initiative Enterprises",
  663. "email": "security@paragonie.com",
  664. "homepage": "https://paragonie.com",
  665. "role": "Maintainer"
  666. },
  667. {
  668. "name": "Steve 'Sc00bz' Thomas",
  669. "email": "steve@tobtu.com",
  670. "homepage": "https://www.tobtu.com",
  671. "role": "Original Developer"
  672. }
  673. ],
  674. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  675. "keywords": [
  676. "base16",
  677. "base32",
  678. "base32_decode",
  679. "base32_encode",
  680. "base64",
  681. "base64_decode",
  682. "base64_encode",
  683. "bin2hex",
  684. "encoding",
  685. "hex",
  686. "hex2bin",
  687. "rfc4648"
  688. ]
  689. },
  690. {
  691. "name": "phpseclib/phpseclib",
  692. "version": "3.0.8",
  693. "version_normalized": "3.0.8.0",
  694. "source": {
  695. "type": "git",
  696. "url": "https://github.com/phpseclib/phpseclib.git",
  697. "reference": "d9615a6fb970d9933866ca8b4036ec3407b020b6"
  698. },
  699. "dist": {
  700. "type": "zip",
  701. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d9615a6fb970d9933866ca8b4036ec3407b020b6",
  702. "reference": "d9615a6fb970d9933866ca8b4036ec3407b020b6",
  703. "shasum": ""
  704. },
  705. "require": {
  706. "paragonie/constant_time_encoding": "^1|^2",
  707. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  708. "php": ">=5.6.1"
  709. },
  710. "require-dev": {
  711. "phing/phing": "~2.7",
  712. "phpunit/phpunit": "^5.7|^6.0|^9.4",
  713. "squizlabs/php_codesniffer": "~2.0"
  714. },
  715. "suggest": {
  716. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  717. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  718. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  719. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  720. },
  721. "time": "2021-04-19T03:20:48+00:00",
  722. "type": "library",
  723. "installation-source": "dist",
  724. "autoload": {
  725. "files": [
  726. "phpseclib/bootstrap.php"
  727. ],
  728. "psr-4": {
  729. "phpseclib3\\": "phpseclib/"
  730. }
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "MIT"
  735. ],
  736. "authors": [
  737. {
  738. "name": "Jim Wigginton",
  739. "email": "terrafrost@php.net",
  740. "role": "Lead Developer"
  741. },
  742. {
  743. "name": "Patrick Monnerat",
  744. "email": "pm@datasphere.ch",
  745. "role": "Developer"
  746. },
  747. {
  748. "name": "Andreas Fischer",
  749. "email": "bantu@phpbb.com",
  750. "role": "Developer"
  751. },
  752. {
  753. "name": "Hans-Jürgen Petrich",
  754. "email": "petrich@tronic-media.com",
  755. "role": "Developer"
  756. },
  757. {
  758. "name": "Graham Campbell",
  759. "email": "graham@alt-three.com",
  760. "role": "Developer"
  761. }
  762. ],
  763. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  764. "homepage": "http://phpseclib.sourceforge.net",
  765. "keywords": [
  766. "BigInteger",
  767. "aes",
  768. "asn.1",
  769. "asn1",
  770. "blowfish",
  771. "crypto",
  772. "cryptography",
  773. "encryption",
  774. "rsa",
  775. "security",
  776. "sftp",
  777. "signature",
  778. "signing",
  779. "ssh",
  780. "twofish",
  781. "x.509",
  782. "x509"
  783. ]
  784. }
  785. ]