composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  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": "a841aff1de7e0364fe3e92ecd7b2fb56",
  8. "packages": [
  9. {
  10. "name": "doctrine/lexer",
  11. "version": "1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/lexer.git",
  15. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  20. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2 || ^8.0"
  25. },
  26. "require-dev": {
  27. "doctrine/coding-standard": "^6.0",
  28. "phpstan/phpstan": "^0.11.8",
  29. "phpunit/phpunit": "^8.2"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.2.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Guilherme Blanco",
  49. "email": "guilhermeblanco@gmail.com"
  50. },
  51. {
  52. "name": "Roman Borschel",
  53. "email": "roman@code-factory.org"
  54. },
  55. {
  56. "name": "Johannes Schmitt",
  57. "email": "schmittjoh@gmail.com"
  58. }
  59. ],
  60. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  61. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  62. "keywords": [
  63. "annotations",
  64. "docblock",
  65. "lexer",
  66. "parser",
  67. "php"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/doctrine/lexer/issues",
  71. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  72. },
  73. "funding": [
  74. {
  75. "url": "https://www.doctrine-project.org/sponsorship.html",
  76. "type": "custom"
  77. },
  78. {
  79. "url": "https://www.patreon.com/phpdoctrine",
  80. "type": "patreon"
  81. },
  82. {
  83. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  84. "type": "tidelift"
  85. }
  86. ],
  87. "time": "2020-05-25T17:44:05+00:00"
  88. },
  89. {
  90. "name": "egulias/email-validator",
  91. "version": "2.1.25",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/egulias/EmailValidator.git",
  95. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  100. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "doctrine/lexer": "^1.0.1",
  105. "php": ">=5.5",
  106. "symfony/polyfill-intl-idn": "^1.10"
  107. },
  108. "require-dev": {
  109. "dominicsayers/isemail": "^3.0.7",
  110. "phpunit/phpunit": "^4.8.36|^7.5.15",
  111. "satooshi/php-coveralls": "^1.0.1"
  112. },
  113. "suggest": {
  114. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  115. },
  116. "type": "library",
  117. "extra": {
  118. "branch-alias": {
  119. "dev-master": "2.1.x-dev"
  120. }
  121. },
  122. "autoload": {
  123. "psr-4": {
  124. "Egulias\\EmailValidator\\": "src"
  125. }
  126. },
  127. "notification-url": "https://packagist.org/downloads/",
  128. "license": [
  129. "MIT"
  130. ],
  131. "authors": [
  132. {
  133. "name": "Eduardo Gulias Davis"
  134. }
  135. ],
  136. "description": "A library for validating emails against several RFCs",
  137. "homepage": "https://github.com/egulias/EmailValidator",
  138. "keywords": [
  139. "email",
  140. "emailvalidation",
  141. "emailvalidator",
  142. "validation",
  143. "validator"
  144. ],
  145. "support": {
  146. "issues": "https://github.com/egulias/EmailValidator/issues",
  147. "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
  148. },
  149. "funding": [
  150. {
  151. "url": "https://github.com/egulias",
  152. "type": "github"
  153. }
  154. ],
  155. "time": "2020-12-29T14:50:06+00:00"
  156. },
  157. {
  158. "name": "swiftmailer/swiftmailer",
  159. "version": "v6.2.5",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/swiftmailer/swiftmailer.git",
  163. "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
  168. "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
  169. "shasum": ""
  170. },
  171. "require": {
  172. "egulias/email-validator": "^2.0",
  173. "php": ">=7.0.0",
  174. "symfony/polyfill-iconv": "^1.0",
  175. "symfony/polyfill-intl-idn": "^1.10",
  176. "symfony/polyfill-mbstring": "^1.0"
  177. },
  178. "require-dev": {
  179. "mockery/mockery": "^1.0",
  180. "symfony/phpunit-bridge": "^4.4|^5.0"
  181. },
  182. "suggest": {
  183. "ext-intl": "Needed to support internationalized email addresses"
  184. },
  185. "type": "library",
  186. "extra": {
  187. "branch-alias": {
  188. "dev-master": "6.2-dev"
  189. }
  190. },
  191. "autoload": {
  192. "files": [
  193. "lib/swift_required.php"
  194. ]
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Chris Corbyn"
  203. },
  204. {
  205. "name": "Fabien Potencier",
  206. "email": "fabien@symfony.com"
  207. }
  208. ],
  209. "description": "Swiftmailer, free feature-rich PHP mailer",
  210. "homepage": "https://swiftmailer.symfony.com",
  211. "keywords": [
  212. "email",
  213. "mail",
  214. "mailer"
  215. ],
  216. "support": {
  217. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  218. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
  219. },
  220. "funding": [
  221. {
  222. "url": "https://github.com/fabpot",
  223. "type": "github"
  224. },
  225. {
  226. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  227. "type": "tidelift"
  228. }
  229. ],
  230. "time": "2021-01-12T09:35:59+00:00"
  231. },
  232. {
  233. "name": "symfony/polyfill-iconv",
  234. "version": "v1.22.0",
  235. "source": {
  236. "type": "git",
  237. "url": "https://github.com/symfony/polyfill-iconv.git",
  238. "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6"
  239. },
  240. "dist": {
  241. "type": "zip",
  242. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
  243. "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
  244. "shasum": ""
  245. },
  246. "require": {
  247. "php": ">=7.1"
  248. },
  249. "suggest": {
  250. "ext-iconv": "For best performance"
  251. },
  252. "type": "library",
  253. "extra": {
  254. "branch-alias": {
  255. "dev-main": "1.22-dev"
  256. },
  257. "thanks": {
  258. "name": "symfony/polyfill",
  259. "url": "https://github.com/symfony/polyfill"
  260. }
  261. },
  262. "autoload": {
  263. "psr-4": {
  264. "Symfony\\Polyfill\\Iconv\\": ""
  265. },
  266. "files": [
  267. "bootstrap.php"
  268. ]
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "authors": [
  275. {
  276. "name": "Nicolas Grekas",
  277. "email": "p@tchwork.com"
  278. },
  279. {
  280. "name": "Symfony Community",
  281. "homepage": "https://symfony.com/contributors"
  282. }
  283. ],
  284. "description": "Symfony polyfill for the Iconv extension",
  285. "homepage": "https://symfony.com",
  286. "keywords": [
  287. "compatibility",
  288. "iconv",
  289. "polyfill",
  290. "portable",
  291. "shim"
  292. ],
  293. "support": {
  294. "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.0"
  295. },
  296. "funding": [
  297. {
  298. "url": "https://symfony.com/sponsor",
  299. "type": "custom"
  300. },
  301. {
  302. "url": "https://github.com/fabpot",
  303. "type": "github"
  304. },
  305. {
  306. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  307. "type": "tidelift"
  308. }
  309. ],
  310. "time": "2021-01-07T16:49:33+00:00"
  311. },
  312. {
  313. "name": "symfony/polyfill-intl-idn",
  314. "version": "v1.22.0",
  315. "source": {
  316. "type": "git",
  317. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  318. "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
  319. },
  320. "dist": {
  321. "type": "zip",
  322. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
  323. "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
  324. "shasum": ""
  325. },
  326. "require": {
  327. "php": ">=7.1",
  328. "symfony/polyfill-intl-normalizer": "^1.10",
  329. "symfony/polyfill-php72": "^1.10"
  330. },
  331. "suggest": {
  332. "ext-intl": "For best performance"
  333. },
  334. "type": "library",
  335. "extra": {
  336. "branch-alias": {
  337. "dev-main": "1.22-dev"
  338. },
  339. "thanks": {
  340. "name": "symfony/polyfill",
  341. "url": "https://github.com/symfony/polyfill"
  342. }
  343. },
  344. "autoload": {
  345. "psr-4": {
  346. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  347. },
  348. "files": [
  349. "bootstrap.php"
  350. ]
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "MIT"
  355. ],
  356. "authors": [
  357. {
  358. "name": "Laurent Bassin",
  359. "email": "laurent@bassin.info"
  360. },
  361. {
  362. "name": "Trevor Rowbotham",
  363. "email": "trevor.rowbotham@pm.me"
  364. },
  365. {
  366. "name": "Symfony Community",
  367. "homepage": "https://symfony.com/contributors"
  368. }
  369. ],
  370. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  371. "homepage": "https://symfony.com",
  372. "keywords": [
  373. "compatibility",
  374. "idn",
  375. "intl",
  376. "polyfill",
  377. "portable",
  378. "shim"
  379. ],
  380. "support": {
  381. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
  382. },
  383. "funding": [
  384. {
  385. "url": "https://symfony.com/sponsor",
  386. "type": "custom"
  387. },
  388. {
  389. "url": "https://github.com/fabpot",
  390. "type": "github"
  391. },
  392. {
  393. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  394. "type": "tidelift"
  395. }
  396. ],
  397. "time": "2021-01-07T16:49:33+00:00"
  398. },
  399. {
  400. "name": "symfony/polyfill-intl-normalizer",
  401. "version": "v1.22.0",
  402. "source": {
  403. "type": "git",
  404. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  405. "reference": "6e971c891537eb617a00bb07a43d182a6915faba"
  406. },
  407. "dist": {
  408. "type": "zip",
  409. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
  410. "reference": "6e971c891537eb617a00bb07a43d182a6915faba",
  411. "shasum": ""
  412. },
  413. "require": {
  414. "php": ">=7.1"
  415. },
  416. "suggest": {
  417. "ext-intl": "For best performance"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-main": "1.22-dev"
  423. },
  424. "thanks": {
  425. "name": "symfony/polyfill",
  426. "url": "https://github.com/symfony/polyfill"
  427. }
  428. },
  429. "autoload": {
  430. "psr-4": {
  431. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  432. },
  433. "files": [
  434. "bootstrap.php"
  435. ],
  436. "classmap": [
  437. "Resources/stubs"
  438. ]
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "MIT"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Nicolas Grekas",
  447. "email": "p@tchwork.com"
  448. },
  449. {
  450. "name": "Symfony Community",
  451. "homepage": "https://symfony.com/contributors"
  452. }
  453. ],
  454. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  455. "homepage": "https://symfony.com",
  456. "keywords": [
  457. "compatibility",
  458. "intl",
  459. "normalizer",
  460. "polyfill",
  461. "portable",
  462. "shim"
  463. ],
  464. "support": {
  465. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
  466. },
  467. "funding": [
  468. {
  469. "url": "https://symfony.com/sponsor",
  470. "type": "custom"
  471. },
  472. {
  473. "url": "https://github.com/fabpot",
  474. "type": "github"
  475. },
  476. {
  477. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  478. "type": "tidelift"
  479. }
  480. ],
  481. "time": "2021-01-07T17:09:11+00:00"
  482. },
  483. {
  484. "name": "symfony/polyfill-mbstring",
  485. "version": "v1.22.0",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/symfony/polyfill-mbstring.git",
  489. "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
  494. "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "php": ">=7.1"
  499. },
  500. "suggest": {
  501. "ext-mbstring": "For best performance"
  502. },
  503. "type": "library",
  504. "extra": {
  505. "branch-alias": {
  506. "dev-main": "1.22-dev"
  507. },
  508. "thanks": {
  509. "name": "symfony/polyfill",
  510. "url": "https://github.com/symfony/polyfill"
  511. }
  512. },
  513. "autoload": {
  514. "psr-4": {
  515. "Symfony\\Polyfill\\Mbstring\\": ""
  516. },
  517. "files": [
  518. "bootstrap.php"
  519. ]
  520. },
  521. "notification-url": "https://packagist.org/downloads/",
  522. "license": [
  523. "MIT"
  524. ],
  525. "authors": [
  526. {
  527. "name": "Nicolas Grekas",
  528. "email": "p@tchwork.com"
  529. },
  530. {
  531. "name": "Symfony Community",
  532. "homepage": "https://symfony.com/contributors"
  533. }
  534. ],
  535. "description": "Symfony polyfill for the Mbstring extension",
  536. "homepage": "https://symfony.com",
  537. "keywords": [
  538. "compatibility",
  539. "mbstring",
  540. "polyfill",
  541. "portable",
  542. "shim"
  543. ],
  544. "support": {
  545. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
  546. },
  547. "funding": [
  548. {
  549. "url": "https://symfony.com/sponsor",
  550. "type": "custom"
  551. },
  552. {
  553. "url": "https://github.com/fabpot",
  554. "type": "github"
  555. },
  556. {
  557. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  558. "type": "tidelift"
  559. }
  560. ],
  561. "time": "2021-01-07T16:49:33+00:00"
  562. },
  563. {
  564. "name": "symfony/polyfill-php72",
  565. "version": "v1.22.0",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/symfony/polyfill-php72.git",
  569. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  574. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  575. "shasum": ""
  576. },
  577. "require": {
  578. "php": ">=7.1"
  579. },
  580. "type": "library",
  581. "extra": {
  582. "branch-alias": {
  583. "dev-main": "1.22-dev"
  584. },
  585. "thanks": {
  586. "name": "symfony/polyfill",
  587. "url": "https://github.com/symfony/polyfill"
  588. }
  589. },
  590. "autoload": {
  591. "psr-4": {
  592. "Symfony\\Polyfill\\Php72\\": ""
  593. },
  594. "files": [
  595. "bootstrap.php"
  596. ]
  597. },
  598. "notification-url": "https://packagist.org/downloads/",
  599. "license": [
  600. "MIT"
  601. ],
  602. "authors": [
  603. {
  604. "name": "Nicolas Grekas",
  605. "email": "p@tchwork.com"
  606. },
  607. {
  608. "name": "Symfony Community",
  609. "homepage": "https://symfony.com/contributors"
  610. }
  611. ],
  612. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  613. "homepage": "https://symfony.com",
  614. "keywords": [
  615. "compatibility",
  616. "polyfill",
  617. "portable",
  618. "shim"
  619. ],
  620. "support": {
  621. "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0"
  622. },
  623. "funding": [
  624. {
  625. "url": "https://symfony.com/sponsor",
  626. "type": "custom"
  627. },
  628. {
  629. "url": "https://github.com/fabpot",
  630. "type": "github"
  631. },
  632. {
  633. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  634. "type": "tidelift"
  635. }
  636. ],
  637. "time": "2021-01-07T16:49:33+00:00"
  638. }
  639. ],
  640. "packages-dev": [],
  641. "aliases": [],
  642. "minimum-stability": "stable",
  643. "stability-flags": [],
  644. "prefer-stable": false,
  645. "prefer-lowest": false,
  646. "platform": {
  647. "php": ">=7.1.3"
  648. },
  649. "platform-dev": [],
  650. "plugin-api-version": "2.0.0"
  651. }