composer.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/lexer.git",
  15. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  20. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2"
  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. "time": "2019-10-30T14:39:59+00:00"
  70. },
  71. {
  72. "name": "egulias/email-validator",
  73. "version": "2.1.17",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/egulias/EmailValidator.git",
  77. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
  82. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "doctrine/lexer": "^1.0.1",
  87. "php": ">=5.5",
  88. "symfony/polyfill-intl-idn": "^1.10"
  89. },
  90. "require-dev": {
  91. "dominicsayers/isemail": "^3.0.7",
  92. "phpunit/phpunit": "^4.8.36|^7.5.15",
  93. "satooshi/php-coveralls": "^1.0.1"
  94. },
  95. "suggest": {
  96. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "2.1.x-dev"
  102. }
  103. },
  104. "autoload": {
  105. "psr-4": {
  106. "Egulias\\EmailValidator\\": "EmailValidator"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "Eduardo Gulias Davis"
  116. }
  117. ],
  118. "description": "A library for validating emails against several RFCs",
  119. "homepage": "https://github.com/egulias/EmailValidator",
  120. "keywords": [
  121. "email",
  122. "emailvalidation",
  123. "emailvalidator",
  124. "validation",
  125. "validator"
  126. ],
  127. "time": "2020-02-13T22:36:52+00:00"
  128. },
  129. {
  130. "name": "swiftmailer/swiftmailer",
  131. "version": "v6.2.3",
  132. "source": {
  133. "type": "git",
  134. "url": "https://github.com/swiftmailer/swiftmailer.git",
  135. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  136. },
  137. "dist": {
  138. "type": "zip",
  139. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  140. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  141. "shasum": ""
  142. },
  143. "require": {
  144. "egulias/email-validator": "~2.0",
  145. "php": ">=7.0.0",
  146. "symfony/polyfill-iconv": "^1.0",
  147. "symfony/polyfill-intl-idn": "^1.10",
  148. "symfony/polyfill-mbstring": "^1.0"
  149. },
  150. "require-dev": {
  151. "mockery/mockery": "~0.9.1",
  152. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  153. },
  154. "suggest": {
  155. "ext-intl": "Needed to support internationalized email addresses",
  156. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  157. },
  158. "type": "library",
  159. "extra": {
  160. "branch-alias": {
  161. "dev-master": "6.2-dev"
  162. }
  163. },
  164. "autoload": {
  165. "files": [
  166. "lib/swift_required.php"
  167. ]
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Chris Corbyn"
  176. },
  177. {
  178. "name": "Fabien Potencier",
  179. "email": "fabien@symfony.com"
  180. }
  181. ],
  182. "description": "Swiftmailer, free feature-rich PHP mailer",
  183. "homepage": "https://swiftmailer.symfony.com",
  184. "keywords": [
  185. "email",
  186. "mail",
  187. "mailer"
  188. ],
  189. "time": "2019-11-12T09:31:26+00:00"
  190. },
  191. {
  192. "name": "symfony/polyfill-iconv",
  193. "version": "v1.15.0",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/symfony/polyfill-iconv.git",
  197. "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
  202. "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": ">=5.3.3"
  207. },
  208. "suggest": {
  209. "ext-iconv": "For best performance"
  210. },
  211. "type": "library",
  212. "extra": {
  213. "branch-alias": {
  214. "dev-master": "1.15-dev"
  215. }
  216. },
  217. "autoload": {
  218. "psr-4": {
  219. "Symfony\\Polyfill\\Iconv\\": ""
  220. },
  221. "files": [
  222. "bootstrap.php"
  223. ]
  224. },
  225. "notification-url": "https://packagist.org/downloads/",
  226. "license": [
  227. "MIT"
  228. ],
  229. "authors": [
  230. {
  231. "name": "Nicolas Grekas",
  232. "email": "p@tchwork.com"
  233. },
  234. {
  235. "name": "Symfony Community",
  236. "homepage": "https://symfony.com/contributors"
  237. }
  238. ],
  239. "description": "Symfony polyfill for the Iconv extension",
  240. "homepage": "https://symfony.com",
  241. "keywords": [
  242. "compatibility",
  243. "iconv",
  244. "polyfill",
  245. "portable",
  246. "shim"
  247. ],
  248. "funding": [
  249. {
  250. "url": "https://symfony.com/sponsor",
  251. "type": "custom"
  252. },
  253. {
  254. "url": "https://github.com/fabpot",
  255. "type": "github"
  256. },
  257. {
  258. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  259. "type": "tidelift"
  260. }
  261. ],
  262. "time": "2020-03-09T19:04:49+00:00"
  263. },
  264. {
  265. "name": "symfony/polyfill-intl-idn",
  266. "version": "v1.15.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  270. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  275. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.3.3",
  280. "symfony/polyfill-mbstring": "^1.3",
  281. "symfony/polyfill-php72": "^1.10"
  282. },
  283. "suggest": {
  284. "ext-intl": "For best performance"
  285. },
  286. "type": "library",
  287. "extra": {
  288. "branch-alias": {
  289. "dev-master": "1.15-dev"
  290. }
  291. },
  292. "autoload": {
  293. "psr-4": {
  294. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  295. },
  296. "files": [
  297. "bootstrap.php"
  298. ]
  299. },
  300. "notification-url": "https://packagist.org/downloads/",
  301. "license": [
  302. "MIT"
  303. ],
  304. "authors": [
  305. {
  306. "name": "Laurent Bassin",
  307. "email": "laurent@bassin.info"
  308. },
  309. {
  310. "name": "Symfony Community",
  311. "homepage": "https://symfony.com/contributors"
  312. }
  313. ],
  314. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  315. "homepage": "https://symfony.com",
  316. "keywords": [
  317. "compatibility",
  318. "idn",
  319. "intl",
  320. "polyfill",
  321. "portable",
  322. "shim"
  323. ],
  324. "funding": [
  325. {
  326. "url": "https://symfony.com/sponsor",
  327. "type": "custom"
  328. },
  329. {
  330. "url": "https://github.com/fabpot",
  331. "type": "github"
  332. },
  333. {
  334. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  335. "type": "tidelift"
  336. }
  337. ],
  338. "time": "2020-03-09T19:04:49+00:00"
  339. },
  340. {
  341. "name": "symfony/polyfill-mbstring",
  342. "version": "v1.15.0",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/symfony/polyfill-mbstring.git",
  346. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  351. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": ">=5.3.3"
  356. },
  357. "suggest": {
  358. "ext-mbstring": "For best performance"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.15-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Symfony\\Polyfill\\Mbstring\\": ""
  369. },
  370. "files": [
  371. "bootstrap.php"
  372. ]
  373. },
  374. "notification-url": "https://packagist.org/downloads/",
  375. "license": [
  376. "MIT"
  377. ],
  378. "authors": [
  379. {
  380. "name": "Nicolas Grekas",
  381. "email": "p@tchwork.com"
  382. },
  383. {
  384. "name": "Symfony Community",
  385. "homepage": "https://symfony.com/contributors"
  386. }
  387. ],
  388. "description": "Symfony polyfill for the Mbstring extension",
  389. "homepage": "https://symfony.com",
  390. "keywords": [
  391. "compatibility",
  392. "mbstring",
  393. "polyfill",
  394. "portable",
  395. "shim"
  396. ],
  397. "funding": [
  398. {
  399. "url": "https://symfony.com/sponsor",
  400. "type": "custom"
  401. },
  402. {
  403. "url": "https://github.com/fabpot",
  404. "type": "github"
  405. },
  406. {
  407. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  408. "type": "tidelift"
  409. }
  410. ],
  411. "time": "2020-03-09T19:04:49+00:00"
  412. },
  413. {
  414. "name": "symfony/polyfill-php72",
  415. "version": "v1.15.0",
  416. "source": {
  417. "type": "git",
  418. "url": "https://github.com/symfony/polyfill-php72.git",
  419. "reference": "37b0976c78b94856543260ce09b460a7bc852747"
  420. },
  421. "dist": {
  422. "type": "zip",
  423. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
  424. "reference": "37b0976c78b94856543260ce09b460a7bc852747",
  425. "shasum": ""
  426. },
  427. "require": {
  428. "php": ">=5.3.3"
  429. },
  430. "type": "library",
  431. "extra": {
  432. "branch-alias": {
  433. "dev-master": "1.15-dev"
  434. }
  435. },
  436. "autoload": {
  437. "psr-4": {
  438. "Symfony\\Polyfill\\Php72\\": ""
  439. },
  440. "files": [
  441. "bootstrap.php"
  442. ]
  443. },
  444. "notification-url": "https://packagist.org/downloads/",
  445. "license": [
  446. "MIT"
  447. ],
  448. "authors": [
  449. {
  450. "name": "Nicolas Grekas",
  451. "email": "p@tchwork.com"
  452. },
  453. {
  454. "name": "Symfony Community",
  455. "homepage": "https://symfony.com/contributors"
  456. }
  457. ],
  458. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  459. "homepage": "https://symfony.com",
  460. "keywords": [
  461. "compatibility",
  462. "polyfill",
  463. "portable",
  464. "shim"
  465. ],
  466. "funding": [
  467. {
  468. "url": "https://symfony.com/sponsor",
  469. "type": "custom"
  470. },
  471. {
  472. "url": "https://github.com/fabpot",
  473. "type": "github"
  474. },
  475. {
  476. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  477. "type": "tidelift"
  478. }
  479. ],
  480. "time": "2020-02-27T09:26:54+00:00"
  481. }
  482. ],
  483. "packages-dev": [],
  484. "aliases": [],
  485. "minimum-stability": "stable",
  486. "stability-flags": [],
  487. "prefer-stable": false,
  488. "prefer-lowest": false,
  489. "platform": {
  490. "php": ">=7.1.3"
  491. },
  492. "platform-dev": [],
  493. "plugin-api-version": "1.1.0"
  494. }