composer.lock 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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": "v1.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/lexer.git",
  15. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  20. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-0": {
  34. "Doctrine\\Common\\Lexer\\": "lib/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Roman Borschel",
  44. "email": "roman@code-factory.org"
  45. },
  46. {
  47. "name": "Guilherme Blanco",
  48. "email": "guilhermeblanco@gmail.com"
  49. },
  50. {
  51. "name": "Johannes Schmitt",
  52. "email": "schmittjoh@gmail.com"
  53. }
  54. ],
  55. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  56. "homepage": "http://www.doctrine-project.org",
  57. "keywords": [
  58. "lexer",
  59. "parser"
  60. ],
  61. "time": "2014-09-09T13:34:57+00:00"
  62. },
  63. {
  64. "name": "egulias/email-validator",
  65. "version": "2.1.7",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/egulias/EmailValidator.git",
  69. "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
  74. "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "doctrine/lexer": "^1.0.1",
  79. "php": ">= 5.5"
  80. },
  81. "require-dev": {
  82. "dominicsayers/isemail": "dev-master",
  83. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  84. "satooshi/php-coveralls": "^1.0.1"
  85. },
  86. "suggest": {
  87. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "2.0.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "Egulias\\EmailValidator\\": "EmailValidator"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Eduardo Gulias Davis"
  107. }
  108. ],
  109. "description": "A library for validating emails against several RFCs",
  110. "homepage": "https://github.com/egulias/EmailValidator",
  111. "keywords": [
  112. "email",
  113. "emailvalidation",
  114. "emailvalidator",
  115. "validation",
  116. "validator"
  117. ],
  118. "time": "2018-12-04T22:38:24+00:00"
  119. },
  120. {
  121. "name": "swiftmailer/swiftmailer",
  122. "version": "v6.2.0",
  123. "source": {
  124. "type": "git",
  125. "url": "https://github.com/swiftmailer/swiftmailer.git",
  126. "reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707"
  127. },
  128. "dist": {
  129. "type": "zip",
  130. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
  131. "reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707",
  132. "shasum": ""
  133. },
  134. "require": {
  135. "egulias/email-validator": "~2.0",
  136. "php": ">=7.0.0",
  137. "symfony/polyfill-iconv": "^1.0",
  138. "symfony/polyfill-intl-idn": "^1.10",
  139. "symfony/polyfill-mbstring": "^1.0"
  140. },
  141. "require-dev": {
  142. "mockery/mockery": "~0.9.1",
  143. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  144. },
  145. "suggest": {
  146. "ext-intl": "Needed to support internationalized email addresses",
  147. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "6.2-dev"
  153. }
  154. },
  155. "autoload": {
  156. "files": [
  157. "lib/swift_required.php"
  158. ]
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Chris Corbyn"
  167. },
  168. {
  169. "name": "Fabien Potencier",
  170. "email": "fabien@symfony.com"
  171. }
  172. ],
  173. "description": "Swiftmailer, free feature-rich PHP mailer",
  174. "homepage": "https://swiftmailer.symfony.com",
  175. "keywords": [
  176. "email",
  177. "mail",
  178. "mailer"
  179. ],
  180. "time": "2019-03-10T07:52:41+00:00"
  181. },
  182. {
  183. "name": "symfony/polyfill-iconv",
  184. "version": "v1.10.0",
  185. "source": {
  186. "type": "git",
  187. "url": "https://github.com/symfony/polyfill-iconv.git",
  188. "reference": "97001cfc283484c9691769f51cdf25259037eba2"
  189. },
  190. "dist": {
  191. "type": "zip",
  192. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
  193. "reference": "97001cfc283484c9691769f51cdf25259037eba2",
  194. "shasum": ""
  195. },
  196. "require": {
  197. "php": ">=5.3.3"
  198. },
  199. "suggest": {
  200. "ext-iconv": "For best performance"
  201. },
  202. "type": "library",
  203. "extra": {
  204. "branch-alias": {
  205. "dev-master": "1.9-dev"
  206. }
  207. },
  208. "autoload": {
  209. "psr-4": {
  210. "Symfony\\Polyfill\\Iconv\\": ""
  211. },
  212. "files": [
  213. "bootstrap.php"
  214. ]
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "Nicolas Grekas",
  223. "email": "p@tchwork.com"
  224. },
  225. {
  226. "name": "Symfony Community",
  227. "homepage": "https://symfony.com/contributors"
  228. }
  229. ],
  230. "description": "Symfony polyfill for the Iconv extension",
  231. "homepage": "https://symfony.com",
  232. "keywords": [
  233. "compatibility",
  234. "iconv",
  235. "polyfill",
  236. "portable",
  237. "shim"
  238. ],
  239. "time": "2018-09-21T06:26:08+00:00"
  240. },
  241. {
  242. "name": "symfony/polyfill-intl-idn",
  243. "version": "v1.10.0",
  244. "source": {
  245. "type": "git",
  246. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  247. "reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a"
  248. },
  249. "dist": {
  250. "type": "zip",
  251. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/89de1d44f2c059b266f22c9cc9124ddc4cd0987a",
  252. "reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a",
  253. "shasum": ""
  254. },
  255. "require": {
  256. "php": ">=5.3.3",
  257. "symfony/polyfill-mbstring": "^1.3",
  258. "symfony/polyfill-php72": "^1.9"
  259. },
  260. "suggest": {
  261. "ext-intl": "For best performance"
  262. },
  263. "type": "library",
  264. "extra": {
  265. "branch-alias": {
  266. "dev-master": "1.9-dev"
  267. }
  268. },
  269. "autoload": {
  270. "psr-4": {
  271. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  272. },
  273. "files": [
  274. "bootstrap.php"
  275. ]
  276. },
  277. "notification-url": "https://packagist.org/downloads/",
  278. "license": [
  279. "MIT"
  280. ],
  281. "authors": [
  282. {
  283. "name": "Symfony Community",
  284. "homepage": "https://symfony.com/contributors"
  285. },
  286. {
  287. "name": "Laurent Bassin",
  288. "email": "laurent@bassin.info"
  289. }
  290. ],
  291. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  292. "homepage": "https://symfony.com",
  293. "keywords": [
  294. "compatibility",
  295. "idn",
  296. "intl",
  297. "polyfill",
  298. "portable",
  299. "shim"
  300. ],
  301. "time": "2018-09-30T16:36:12+00:00"
  302. },
  303. {
  304. "name": "symfony/polyfill-mbstring",
  305. "version": "v1.10.0",
  306. "source": {
  307. "type": "git",
  308. "url": "https://github.com/symfony/polyfill-mbstring.git",
  309. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  310. },
  311. "dist": {
  312. "type": "zip",
  313. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  314. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  315. "shasum": ""
  316. },
  317. "require": {
  318. "php": ">=5.3.3"
  319. },
  320. "suggest": {
  321. "ext-mbstring": "For best performance"
  322. },
  323. "type": "library",
  324. "extra": {
  325. "branch-alias": {
  326. "dev-master": "1.9-dev"
  327. }
  328. },
  329. "autoload": {
  330. "psr-4": {
  331. "Symfony\\Polyfill\\Mbstring\\": ""
  332. },
  333. "files": [
  334. "bootstrap.php"
  335. ]
  336. },
  337. "notification-url": "https://packagist.org/downloads/",
  338. "license": [
  339. "MIT"
  340. ],
  341. "authors": [
  342. {
  343. "name": "Nicolas Grekas",
  344. "email": "p@tchwork.com"
  345. },
  346. {
  347. "name": "Symfony Community",
  348. "homepage": "https://symfony.com/contributors"
  349. }
  350. ],
  351. "description": "Symfony polyfill for the Mbstring extension",
  352. "homepage": "https://symfony.com",
  353. "keywords": [
  354. "compatibility",
  355. "mbstring",
  356. "polyfill",
  357. "portable",
  358. "shim"
  359. ],
  360. "time": "2018-09-21T13:07:52+00:00"
  361. },
  362. {
  363. "name": "symfony/polyfill-php72",
  364. "version": "v1.10.0",
  365. "source": {
  366. "type": "git",
  367. "url": "https://github.com/symfony/polyfill-php72.git",
  368. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
  369. },
  370. "dist": {
  371. "type": "zip",
  372. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  373. "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  374. "shasum": ""
  375. },
  376. "require": {
  377. "php": ">=5.3.3"
  378. },
  379. "type": "library",
  380. "extra": {
  381. "branch-alias": {
  382. "dev-master": "1.9-dev"
  383. }
  384. },
  385. "autoload": {
  386. "psr-4": {
  387. "Symfony\\Polyfill\\Php72\\": ""
  388. },
  389. "files": [
  390. "bootstrap.php"
  391. ]
  392. },
  393. "notification-url": "https://packagist.org/downloads/",
  394. "license": [
  395. "MIT"
  396. ],
  397. "authors": [
  398. {
  399. "name": "Nicolas Grekas",
  400. "email": "p@tchwork.com"
  401. },
  402. {
  403. "name": "Symfony Community",
  404. "homepage": "https://symfony.com/contributors"
  405. }
  406. ],
  407. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  408. "homepage": "https://symfony.com",
  409. "keywords": [
  410. "compatibility",
  411. "polyfill",
  412. "portable",
  413. "shim"
  414. ],
  415. "time": "2018-09-21T13:07:52+00:00"
  416. }
  417. ],
  418. "packages-dev": [],
  419. "aliases": [],
  420. "minimum-stability": "stable",
  421. "stability-flags": [],
  422. "prefer-stable": false,
  423. "prefer-lowest": false,
  424. "platform": {
  425. "php": ">=7.1.3"
  426. },
  427. "platform-dev": []
  428. }