composer.lock 21 KB

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