installed.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. [
  2. {
  3. "name": "bshaffer/oauth2-server-php",
  4. "version": "v1.11.1",
  5. "version_normalized": "1.11.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/bshaffer/oauth2-server-php.git",
  9. "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
  14. "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.9"
  19. },
  20. "require-dev": {
  21. "aws/aws-sdk-php": "~2.8",
  22. "firebase/php-jwt": "~2.2",
  23. "mongodb/mongodb": "^1.1",
  24. "phpunit/phpunit": "^4.0",
  25. "predis/predis": "dev-master",
  26. "thobbs/phpcassa": "dev-master"
  27. },
  28. "suggest": {
  29. "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
  30. "firebase/php-jwt": "~2.2 is required to use JWT features",
  31. "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
  32. "predis/predis": "Required to use Redis storage",
  33. "thobbs/phpcassa": "Required to use Cassandra storage"
  34. },
  35. "time": "2018-12-04T00:29:32+00:00",
  36. "type": "library",
  37. "installation-source": "dist",
  38. "autoload": {
  39. "psr-0": {
  40. "OAuth2": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Brent Shaffer",
  50. "email": "bshafs@gmail.com",
  51. "homepage": "http://brentertainment.com"
  52. }
  53. ],
  54. "description": "OAuth2 Server for PHP",
  55. "homepage": "http://github.com/bshaffer/oauth2-server-php",
  56. "keywords": [
  57. "auth",
  58. "oauth",
  59. "oauth2"
  60. ]
  61. },
  62. {
  63. "name": "ddeboer/imap",
  64. "version": "1.8.0",
  65. "version_normalized": "1.8.0.0",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/ddeboer/imap.git",
  69. "reference": "ff985d72916267cba2f944e7c9ee654c69893219"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/ddeboer/imap/zipball/ff985d72916267cba2f944e7c9ee654c69893219",
  74. "reference": "ff985d72916267cba2f944e7c9ee654c69893219",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "ext-iconv": "*",
  79. "ext-imap": "*",
  80. "ext-mbstring": "*",
  81. "php": "^7.1"
  82. },
  83. "require-dev": {
  84. "friendsofphp/php-cs-fixer": "^2.14",
  85. "phpstan/phpstan": "^0.11",
  86. "phpstan/phpstan-phpunit": "^0.11",
  87. "phpstan/phpstan-strict-rules": "^0.11.0",
  88. "phpunit/phpunit": "^7.5",
  89. "zendframework/zend-mail": "^2.10"
  90. },
  91. "time": "2019-04-15T09:18:52+00:00",
  92. "type": "library",
  93. "installation-source": "dist",
  94. "autoload": {
  95. "psr-4": {
  96. "Ddeboer\\Imap\\": "src/"
  97. }
  98. },
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "MIT"
  102. ],
  103. "authors": [
  104. {
  105. "name": "David de Boer",
  106. "email": "david@ddeboer.nl"
  107. },
  108. {
  109. "name": "Community contributors",
  110. "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
  111. },
  112. {
  113. "name": "Filippo Tessarotto",
  114. "email": "zoeslam@gmail.com"
  115. }
  116. ],
  117. "description": "Object-oriented IMAP for PHP",
  118. "keywords": [
  119. "email",
  120. "imap",
  121. "mail"
  122. ]
  123. },
  124. {
  125. "name": "matthiasmullie/minify",
  126. "version": "1.3.61",
  127. "version_normalized": "1.3.61.0",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/matthiasmullie/minify.git",
  131. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  136. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "ext-pcre": "*",
  141. "matthiasmullie/path-converter": "~1.1",
  142. "php": ">=5.3.0"
  143. },
  144. "require-dev": {
  145. "friendsofphp/php-cs-fixer": "~2.0",
  146. "matthiasmullie/scrapbook": "~1.0",
  147. "phpunit/phpunit": "~4.8"
  148. },
  149. "suggest": {
  150. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  151. },
  152. "time": "2018-11-26T23:10:39+00:00",
  153. "bin": [
  154. "bin/minifycss",
  155. "bin/minifyjs"
  156. ],
  157. "type": "library",
  158. "installation-source": "dist",
  159. "autoload": {
  160. "psr-4": {
  161. "MatthiasMullie\\Minify\\": "src/"
  162. }
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "MIT"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Matthias Mullie",
  171. "email": "minify@mullie.eu",
  172. "homepage": "http://www.mullie.eu",
  173. "role": "Developer"
  174. }
  175. ],
  176. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  177. "homepage": "http://www.minifier.org",
  178. "keywords": [
  179. "JS",
  180. "css",
  181. "javascript",
  182. "minifier",
  183. "minify"
  184. ]
  185. },
  186. {
  187. "name": "matthiasmullie/path-converter",
  188. "version": "1.1.2",
  189. "version_normalized": "1.1.2.0",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/matthiasmullie/path-converter.git",
  193. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  198. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "ext-pcre": "*",
  203. "php": ">=5.3.0"
  204. },
  205. "require-dev": {
  206. "phpunit/phpunit": "~4.8"
  207. },
  208. "time": "2018-10-25T15:19:41+00:00",
  209. "type": "library",
  210. "installation-source": "dist",
  211. "autoload": {
  212. "psr-4": {
  213. "MatthiasMullie\\PathConverter\\": "src/"
  214. }
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "Matthias Mullie",
  223. "email": "pathconverter@mullie.eu",
  224. "homepage": "http://www.mullie.eu",
  225. "role": "Developer"
  226. }
  227. ],
  228. "description": "Relative path converter",
  229. "homepage": "http://github.com/matthiasmullie/path-converter",
  230. "keywords": [
  231. "converter",
  232. "path",
  233. "paths",
  234. "relative"
  235. ]
  236. },
  237. {
  238. "name": "mustangostang/spyc",
  239. "version": "0.6.3",
  240. "version_normalized": "0.6.3.0",
  241. "source": {
  242. "type": "git",
  243. "url": "git@github.com:mustangostang/spyc.git",
  244. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
  249. "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "php": ">=5.3.1"
  254. },
  255. "require-dev": {
  256. "phpunit/phpunit": "4.3.*@dev"
  257. },
  258. "time": "2019-09-10T13:16:29+00:00",
  259. "type": "library",
  260. "extra": {
  261. "branch-alias": {
  262. "dev-master": "0.5.x-dev"
  263. }
  264. },
  265. "installation-source": "dist",
  266. "autoload": {
  267. "files": [
  268. "Spyc.php"
  269. ]
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "mustangostang",
  278. "email": "vlad.andersen@gmail.com"
  279. }
  280. ],
  281. "description": "A simple YAML loader/dumper class for PHP",
  282. "homepage": "https://github.com/mustangostang/spyc/",
  283. "keywords": [
  284. "spyc",
  285. "yaml",
  286. "yml"
  287. ]
  288. },
  289. {
  290. "name": "paragonie/random_compat",
  291. "version": "v9.99.99",
  292. "version_normalized": "9.99.99.0",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/paragonie/random_compat.git",
  296. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  301. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": "^7"
  306. },
  307. "require-dev": {
  308. "phpunit/phpunit": "4.*|5.*",
  309. "vimeo/psalm": "^1"
  310. },
  311. "suggest": {
  312. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  313. },
  314. "time": "2018-07-02T15:55:56+00:00",
  315. "type": "library",
  316. "installation-source": "dist",
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "Paragon Initiative Enterprises",
  324. "email": "security@paragonie.com",
  325. "homepage": "https://paragonie.com"
  326. }
  327. ],
  328. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  329. "keywords": [
  330. "csprng",
  331. "polyfill",
  332. "pseudorandom",
  333. "random"
  334. ]
  335. },
  336. {
  337. "name": "php-mime-mail-parser/php-mime-mail-parser",
  338. "version": "5.0.5",
  339. "version_normalized": "5.0.5.0",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  343. "reference": "27983433aabeccee832573c3c56e6a4855e57745"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/27983433aabeccee832573c3c56e6a4855e57745",
  348. "reference": "27983433aabeccee832573c3c56e6a4855e57745",
  349. "shasum": ""
  350. },
  351. "require": {
  352. "ext-mailparse": "*",
  353. "php": "^7.1"
  354. },
  355. "replace": {
  356. "exorus/php-mime-mail-parser": "*",
  357. "messaged/php-mime-mail-parser": "*"
  358. },
  359. "require-dev": {
  360. "php-coveralls/php-coveralls": "^2.1",
  361. "phpunit/php-token-stream": "^3.0",
  362. "phpunit/phpunit": "^7.0",
  363. "squizlabs/php_codesniffer": "^3.4"
  364. },
  365. "time": "2019-09-23T11:57:58+00:00",
  366. "type": "library",
  367. "installation-source": "dist",
  368. "autoload": {
  369. "psr-4": {
  370. "PhpMimeMailParser\\": "src/"
  371. }
  372. },
  373. "notification-url": "https://packagist.org/downloads/",
  374. "license": [
  375. "MIT"
  376. ],
  377. "authors": [
  378. {
  379. "name": "eXorus",
  380. "email": "exorus.spam@gmail.com",
  381. "homepage": "https://github.com/eXorus/",
  382. "role": "Developer"
  383. },
  384. {
  385. "name": "M.Valinskis",
  386. "email": "M.Valins@gmail.com",
  387. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  388. "role": "Developer"
  389. },
  390. {
  391. "name": "eugene.emmett.wood",
  392. "email": "gene_w@cementhorizon.com",
  393. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  394. "role": "Developer"
  395. },
  396. {
  397. "name": "alknetso",
  398. "email": "alkne@gmail.com",
  399. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  400. "role": "Developer"
  401. },
  402. {
  403. "name": "bucabay",
  404. "email": "gabe@fijiwebdesign.com",
  405. "homepage": "http://www.fijiwebdesign.com",
  406. "role": "Developer"
  407. }
  408. ],
  409. "description": "A fully tested email parser for PHP 7.1+ (mailparse extension wrapper).",
  410. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  411. "keywords": [
  412. "MimeMailParser",
  413. "mail",
  414. "mailparse",
  415. "mime",
  416. "parser",
  417. "php"
  418. ]
  419. },
  420. {
  421. "name": "phpmailer/phpmailer",
  422. "version": "v5.2.27",
  423. "version_normalized": "5.2.27.0",
  424. "source": {
  425. "type": "git",
  426. "url": "https://github.com/PHPMailer/PHPMailer.git",
  427. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
  428. },
  429. "dist": {
  430. "type": "zip",
  431. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
  432. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
  433. "shasum": ""
  434. },
  435. "require": {
  436. "ext-ctype": "*",
  437. "php": ">=5.0.0"
  438. },
  439. "require-dev": {
  440. "doctrine/annotations": "1.2.*",
  441. "jms/serializer": "0.16.*",
  442. "phpdocumentor/phpdocumentor": "2.*",
  443. "phpunit/phpunit": "4.8.*",
  444. "symfony/debug": "2.8.*",
  445. "symfony/filesystem": "2.8.*",
  446. "symfony/translation": "2.8.*",
  447. "symfony/yaml": "2.8.*",
  448. "zendframework/zend-cache": "2.5.1",
  449. "zendframework/zend-config": "2.5.1",
  450. "zendframework/zend-eventmanager": "2.5.1",
  451. "zendframework/zend-filter": "2.5.1",
  452. "zendframework/zend-i18n": "2.5.1",
  453. "zendframework/zend-json": "2.5.1",
  454. "zendframework/zend-math": "2.5.1",
  455. "zendframework/zend-serializer": "2.5.*",
  456. "zendframework/zend-servicemanager": "2.5.*",
  457. "zendframework/zend-stdlib": "2.5.1"
  458. },
  459. "suggest": {
  460. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  461. },
  462. "time": "2018-11-15T22:32:31+00:00",
  463. "type": "library",
  464. "installation-source": "dist",
  465. "autoload": {
  466. "classmap": [
  467. "class.phpmailer.php",
  468. "class.phpmaileroauth.php",
  469. "class.phpmaileroauthgoogle.php",
  470. "class.smtp.php",
  471. "class.pop3.php",
  472. "extras/EasyPeasyICS.php",
  473. "extras/ntlm_sasl_client.php"
  474. ]
  475. },
  476. "notification-url": "https://packagist.org/downloads/",
  477. "license": [
  478. "LGPL-2.1"
  479. ],
  480. "authors": [
  481. {
  482. "name": "Jim Jagielski",
  483. "email": "jimjag@gmail.com"
  484. },
  485. {
  486. "name": "Marcus Bointon",
  487. "email": "phpmailer@synchromedia.co.uk"
  488. },
  489. {
  490. "name": "Andy Prevost",
  491. "email": "codeworxtech@users.sourceforge.net"
  492. },
  493. {
  494. "name": "Brent R. Matzelle"
  495. }
  496. ],
  497. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  498. },
  499. {
  500. "name": "robthree/twofactorauth",
  501. "version": "1.6.7",
  502. "version_normalized": "1.6.7.0",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  506. "reference": "3407c33775391fa8c36f7d766f26c5e59a736374"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/3407c33775391fa8c36f7d766f26c5e59a736374",
  511. "reference": "3407c33775391fa8c36f7d766f26c5e59a736374",
  512. "shasum": ""
  513. },
  514. "require": {
  515. "php": ">=5.3.0"
  516. },
  517. "require-dev": {
  518. "phpunit/phpunit": "@stable"
  519. },
  520. "time": "2019-06-21T08:51:04+00:00",
  521. "type": "library",
  522. "installation-source": "dist",
  523. "autoload": {
  524. "psr-4": {
  525. "RobThree\\Auth\\": "lib"
  526. }
  527. },
  528. "notification-url": "https://packagist.org/downloads/",
  529. "license": [
  530. "MIT"
  531. ],
  532. "authors": [
  533. {
  534. "name": "Rob Janssen",
  535. "homepage": "http://robiii.me",
  536. "role": "Developer"
  537. }
  538. ],
  539. "description": "Two Factor Authentication",
  540. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  541. "keywords": [
  542. "Authentication",
  543. "MFA",
  544. "Multi Factor Authentication",
  545. "Two Factor Authentication",
  546. "authenticator",
  547. "authy",
  548. "php",
  549. "tfa"
  550. ]
  551. },
  552. {
  553. "name": "soundasleep/html2text",
  554. "version": "0.5.0",
  555. "version_normalized": "0.5.0.0",
  556. "source": {
  557. "type": "git",
  558. "url": "https://github.com/soundasleep/html2text.git",
  559. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  560. },
  561. "dist": {
  562. "type": "zip",
  563. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  564. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  565. "shasum": ""
  566. },
  567. "require": {
  568. "ext-dom": "*",
  569. "ext-libxml": "*",
  570. "php": ">=5.3.2"
  571. },
  572. "require-dev": {
  573. "phpunit/phpunit": ">=4.0",
  574. "soundasleep/component-tests": "dev-master"
  575. },
  576. "time": "2017-04-19T22:01:50+00:00",
  577. "type": "library",
  578. "installation-source": "dist",
  579. "autoload": {
  580. "psr-4": {
  581. "Html2Text\\": "src"
  582. }
  583. },
  584. "notification-url": "https://packagist.org/downloads/",
  585. "license": [
  586. "EPL-1.0"
  587. ],
  588. "authors": [
  589. {
  590. "name": "Jevon Wright",
  591. "homepage": "https://jevon.org",
  592. "role": "Developer"
  593. }
  594. ],
  595. "description": "A PHP script to convert HTML into a plain text format",
  596. "homepage": "https://github.com/soundasleep/html2text",
  597. "keywords": [
  598. "email",
  599. "html",
  600. "php",
  601. "text"
  602. ]
  603. },
  604. {
  605. "name": "yubico/u2flib-server",
  606. "version": "1.0.2",
  607. "version_normalized": "1.0.2.0",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/Yubico/php-u2flib-server.git",
  611. "reference": "55d813acf68212ad2cadecde07551600d6971939"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
  616. "reference": "55d813acf68212ad2cadecde07551600d6971939",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "ext-openssl": "*",
  621. "paragonie/random_compat": ">= 1",
  622. "php": ">=5.6"
  623. },
  624. "require-dev": {
  625. "phpunit/phpunit": "~5.7",
  626. "vimeo/psalm": "^0|^1|^2"
  627. },
  628. "time": "2018-09-07T08:16:44+00:00",
  629. "type": "library",
  630. "installation-source": "dist",
  631. "autoload": {
  632. "classmap": [
  633. "src/"
  634. ]
  635. },
  636. "notification-url": "https://packagist.org/downloads/",
  637. "license": [
  638. "BSD-2-Clause"
  639. ],
  640. "description": "Library for U2F implementation",
  641. "homepage": "https://developers.yubico.com/php-u2flib-server"
  642. }
  643. ]