installed.json 23 KB

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