composer.lock 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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": "e72f119b7f62fea0aa6123109abb9a35",
  8. "packages": [
  9. {
  10. "name": "ddeboer/imap",
  11. "version": "1.6.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ddeboer/imap.git",
  15. "reference": "4d3b31c7cc5eb3cf3a8a0369fabd0d6e3f39cede"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ddeboer/imap/zipball/4d3b31c7cc5eb3cf3a8a0369fabd0d6e3f39cede",
  20. "reference": "4d3b31c7cc5eb3cf3a8a0369fabd0d6e3f39cede",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-iconv": "*",
  25. "ext-imap": "*",
  26. "ext-mbstring": "*",
  27. "php": "^7.1"
  28. },
  29. "require-dev": {
  30. "friendsofphp/php-cs-fixer": "^2.13",
  31. "phpstan/phpstan": "^0.9.1",
  32. "phpstan/phpstan-phpunit": "^0.9.3",
  33. "phpunit/phpunit": "^7.4",
  34. "zendframework/zend-mail": "^2.10"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "psr-4": {
  39. "Ddeboer\\Imap\\": "src/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "David de Boer",
  49. "email": "david@ddeboer.nl"
  50. },
  51. {
  52. "name": "Community contributors",
  53. "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
  54. },
  55. {
  56. "name": "Filippo Tessarotto",
  57. "email": "zoeslam@gmail.com"
  58. }
  59. ],
  60. "description": "Object-oriented IMAP for PHP",
  61. "keywords": [
  62. "email",
  63. "imap",
  64. "mail"
  65. ],
  66. "time": "2018-12-04T13:35:19+00:00"
  67. },
  68. {
  69. "name": "matthiasmullie/minify",
  70. "version": "1.3.61",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/matthiasmullie/minify.git",
  74. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  79. "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
  80. "shasum": ""
  81. },
  82. "require": {
  83. "ext-pcre": "*",
  84. "matthiasmullie/path-converter": "~1.1",
  85. "php": ">=5.3.0"
  86. },
  87. "require-dev": {
  88. "friendsofphp/php-cs-fixer": "~2.0",
  89. "matthiasmullie/scrapbook": "~1.0",
  90. "phpunit/phpunit": "~4.8"
  91. },
  92. "suggest": {
  93. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  94. },
  95. "bin": [
  96. "bin/minifycss",
  97. "bin/minifyjs"
  98. ],
  99. "type": "library",
  100. "autoload": {
  101. "psr-4": {
  102. "MatthiasMullie\\Minify\\": "src/"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Matthias Mullie",
  112. "email": "minify@mullie.eu",
  113. "homepage": "http://www.mullie.eu",
  114. "role": "Developer"
  115. }
  116. ],
  117. "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.",
  118. "homepage": "http://www.minifier.org",
  119. "keywords": [
  120. "JS",
  121. "css",
  122. "javascript",
  123. "minifier",
  124. "minify"
  125. ],
  126. "time": "2018-11-26T23:10:39+00:00"
  127. },
  128. {
  129. "name": "matthiasmullie/path-converter",
  130. "version": "1.1.2",
  131. "source": {
  132. "type": "git",
  133. "url": "https://github.com/matthiasmullie/path-converter.git",
  134. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
  135. },
  136. "dist": {
  137. "type": "zip",
  138. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  139. "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
  140. "shasum": ""
  141. },
  142. "require": {
  143. "ext-pcre": "*",
  144. "php": ">=5.3.0"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "~4.8"
  148. },
  149. "type": "library",
  150. "autoload": {
  151. "psr-4": {
  152. "MatthiasMullie\\PathConverter\\": "src/"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "MIT"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Matthias Mullie",
  162. "email": "pathconverter@mullie.eu",
  163. "homepage": "http://www.mullie.eu",
  164. "role": "Developer"
  165. }
  166. ],
  167. "description": "Relative path converter",
  168. "homepage": "http://github.com/matthiasmullie/path-converter",
  169. "keywords": [
  170. "converter",
  171. "path",
  172. "paths",
  173. "relative"
  174. ],
  175. "time": "2018-10-25T15:19:41+00:00"
  176. },
  177. {
  178. "name": "paragonie/random_compat",
  179. "version": "v9.99.99",
  180. "source": {
  181. "type": "git",
  182. "url": "https://github.com/paragonie/random_compat.git",
  183. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  184. },
  185. "dist": {
  186. "type": "zip",
  187. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  188. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  189. "shasum": ""
  190. },
  191. "require": {
  192. "php": "^7"
  193. },
  194. "require-dev": {
  195. "phpunit/phpunit": "4.*|5.*",
  196. "vimeo/psalm": "^1"
  197. },
  198. "suggest": {
  199. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  200. },
  201. "type": "library",
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "Paragon Initiative Enterprises",
  209. "email": "security@paragonie.com",
  210. "homepage": "https://paragonie.com"
  211. }
  212. ],
  213. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  214. "keywords": [
  215. "csprng",
  216. "polyfill",
  217. "pseudorandom",
  218. "random"
  219. ],
  220. "time": "2018-07-02T15:55:56+00:00"
  221. },
  222. {
  223. "name": "php-mime-mail-parser/php-mime-mail-parser",
  224. "version": "2.11.1",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
  228. "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/4769e942ed0dbbdd7882fc390b119d625463c8af",
  233. "reference": "4769e942ed0dbbdd7882fc390b119d625463c8af",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "ext-mailparse": "*",
  238. "php": "^5.4.0 || ^7.0"
  239. },
  240. "replace": {
  241. "exorus/php-mime-mail-parser": "*",
  242. "messaged/php-mime-mail-parser": "*"
  243. },
  244. "require-dev": {
  245. "phpunit/php-token-stream": "^1.3.0",
  246. "phpunit/phpunit": "^4.0 || ^5.0",
  247. "satooshi/php-coveralls": "0.*",
  248. "squizlabs/php_codesniffer": "2.*"
  249. },
  250. "type": "library",
  251. "autoload": {
  252. "psr-4": {
  253. "PhpMimeMailParser\\": "src/"
  254. }
  255. },
  256. "notification-url": "https://packagist.org/downloads/",
  257. "license": [
  258. "MIT"
  259. ],
  260. "authors": [
  261. {
  262. "name": "bucabay",
  263. "email": "gabe@fijiwebdesign.com",
  264. "homepage": "http://www.fijiwebdesign.com",
  265. "role": "Developer"
  266. },
  267. {
  268. "name": "eXorus",
  269. "email": "exorus.spam@gmail.com",
  270. "homepage": "https://github.com/eXorus/",
  271. "role": "Developer"
  272. },
  273. {
  274. "name": "M.Valinskis",
  275. "email": "M.Valins@gmail.com",
  276. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  277. "role": "Developer"
  278. },
  279. {
  280. "name": "eugene.emmett.wood",
  281. "email": "gene_w@cementhorizon.com",
  282. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  283. "role": "Developer"
  284. },
  285. {
  286. "name": "alknetso",
  287. "email": "alkne@gmail.com",
  288. "homepage": "https://code.google.com/p/php-mime-mail-parser",
  289. "role": "Developer"
  290. }
  291. ],
  292. "description": "Fully Tested Mailparse Extension Wrapper for PHP 5.4+",
  293. "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
  294. "keywords": [
  295. "MimeMailParser",
  296. "mail",
  297. "mailparse",
  298. "mime"
  299. ],
  300. "time": "2018-04-30T05:55:59+00:00"
  301. },
  302. {
  303. "name": "phpmailer/phpmailer",
  304. "version": "v5.2.27",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/PHPMailer/PHPMailer.git",
  308. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
  313. "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "ext-ctype": "*",
  318. "php": ">=5.0.0"
  319. },
  320. "require-dev": {
  321. "doctrine/annotations": "1.2.*",
  322. "jms/serializer": "0.16.*",
  323. "phpdocumentor/phpdocumentor": "2.*",
  324. "phpunit/phpunit": "4.8.*",
  325. "symfony/debug": "2.8.*",
  326. "symfony/filesystem": "2.8.*",
  327. "symfony/translation": "2.8.*",
  328. "symfony/yaml": "2.8.*",
  329. "zendframework/zend-cache": "2.5.1",
  330. "zendframework/zend-config": "2.5.1",
  331. "zendframework/zend-eventmanager": "2.5.1",
  332. "zendframework/zend-filter": "2.5.1",
  333. "zendframework/zend-i18n": "2.5.1",
  334. "zendframework/zend-json": "2.5.1",
  335. "zendframework/zend-math": "2.5.1",
  336. "zendframework/zend-serializer": "2.5.*",
  337. "zendframework/zend-servicemanager": "2.5.*",
  338. "zendframework/zend-stdlib": "2.5.1"
  339. },
  340. "suggest": {
  341. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  342. },
  343. "type": "library",
  344. "autoload": {
  345. "classmap": [
  346. "class.phpmailer.php",
  347. "class.phpmaileroauth.php",
  348. "class.phpmaileroauthgoogle.php",
  349. "class.smtp.php",
  350. "class.pop3.php",
  351. "extras/EasyPeasyICS.php",
  352. "extras/ntlm_sasl_client.php"
  353. ]
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "LGPL-2.1"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Jim Jagielski",
  362. "email": "jimjag@gmail.com"
  363. },
  364. {
  365. "name": "Marcus Bointon",
  366. "email": "phpmailer@synchromedia.co.uk"
  367. },
  368. {
  369. "name": "Andy Prevost",
  370. "email": "codeworxtech@users.sourceforge.net"
  371. },
  372. {
  373. "name": "Brent R. Matzelle"
  374. }
  375. ],
  376. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  377. "time": "2018-11-15T22:32:31+00:00"
  378. },
  379. {
  380. "name": "robthree/twofactorauth",
  381. "version": "1.6.5",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/RobThree/TwoFactorAuth.git",
  385. "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/f5f58a4c62d0336a0e6175856894a51f3565dad2",
  390. "reference": "f5f58a4c62d0336a0e6175856894a51f3565dad2",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "php": ">=5.3.0"
  395. },
  396. "require-dev": {
  397. "phpunit/phpunit": "@stable"
  398. },
  399. "type": "library",
  400. "autoload": {
  401. "psr-4": {
  402. "RobThree\\Auth\\": "lib"
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Rob Janssen",
  412. "homepage": "http://robiii.me",
  413. "role": "Developer"
  414. }
  415. ],
  416. "description": "Two Factor Authentication",
  417. "homepage": "https://github.com/RobThree/TwoFactorAuth",
  418. "keywords": [
  419. "Authentication",
  420. "MFA",
  421. "Multi Factor Authentication",
  422. "Two Factor Authentication",
  423. "authenticator",
  424. "authy",
  425. "php",
  426. "tfa"
  427. ],
  428. "time": "2018-06-09T10:09:59+00:00"
  429. },
  430. {
  431. "name": "soundasleep/html2text",
  432. "version": "0.5.0",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/soundasleep/html2text.git",
  436. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  441. "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "ext-dom": "*",
  446. "ext-libxml": "*",
  447. "php": ">=5.3.2"
  448. },
  449. "require-dev": {
  450. "phpunit/phpunit": ">=4.0",
  451. "soundasleep/component-tests": "dev-master"
  452. },
  453. "type": "library",
  454. "autoload": {
  455. "psr-4": {
  456. "Html2Text\\": "src"
  457. }
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "EPL-1.0"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Jevon Wright",
  466. "homepage": "https://jevon.org",
  467. "role": "Developer"
  468. }
  469. ],
  470. "description": "A PHP script to convert HTML into a plain text format",
  471. "homepage": "https://github.com/soundasleep/html2text",
  472. "keywords": [
  473. "email",
  474. "html",
  475. "php",
  476. "text"
  477. ],
  478. "time": "2017-04-19T22:01:50+00:00"
  479. },
  480. {
  481. "name": "yubico/u2flib-server",
  482. "version": "1.0.2",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/Yubico/php-u2flib-server.git",
  486. "reference": "55d813acf68212ad2cadecde07551600d6971939"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
  491. "reference": "55d813acf68212ad2cadecde07551600d6971939",
  492. "shasum": ""
  493. },
  494. "require": {
  495. "ext-openssl": "*",
  496. "paragonie/random_compat": ">= 1",
  497. "php": ">=5.6"
  498. },
  499. "require-dev": {
  500. "phpunit/phpunit": "~5.7",
  501. "vimeo/psalm": "^0|^1|^2"
  502. },
  503. "type": "library",
  504. "autoload": {
  505. "classmap": [
  506. "src/"
  507. ]
  508. },
  509. "notification-url": "https://packagist.org/downloads/",
  510. "license": [
  511. "BSD-2-Clause"
  512. ],
  513. "description": "Library for U2F implementation",
  514. "homepage": "https://developers.yubico.com/php-u2flib-server",
  515. "time": "2018-09-07T08:16:44+00:00"
  516. }
  517. ],
  518. "packages-dev": [],
  519. "aliases": [],
  520. "minimum-stability": "stable",
  521. "stability-flags": [],
  522. "prefer-stable": false,
  523. "prefer-lowest": false,
  524. "platform": [],
  525. "platform-dev": []
  526. }