composer.lock 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344
  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": "6395b057619271a40290e3aa186e0d7c",
  8. "packages": [
  9. {
  10. "name": "fabpot/goutte",
  11. "version": "v4.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  15. "reference": "293e754f0be2f1e85f9b31262cb811de39874e03"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/293e754f0be2f1e85f9b31262cb811de39874e03",
  20. "reference": "293e754f0be2f1e85f9b31262cb811de39874e03",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.1.3",
  25. "symfony/browser-kit": "^4.4|^5.0",
  26. "symfony/css-selector": "^4.4|^5.0",
  27. "symfony/dom-crawler": "^4.4|^5.0",
  28. "symfony/http-client": "^4.4|^5.0",
  29. "symfony/mime": "^4.4|^5.0"
  30. },
  31. "require-dev": {
  32. "symfony/phpunit-bridge": "^5.0"
  33. },
  34. "type": "application",
  35. "autoload": {
  36. "psr-4": {
  37. "Goutte\\": "Goutte"
  38. },
  39. "exclude-from-classmap": [
  40. "Goutte/Tests"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Fabien Potencier",
  50. "email": "fabien@symfony.com"
  51. }
  52. ],
  53. "description": "A simple PHP Web Scraper",
  54. "homepage": "https://github.com/FriendsOfPHP/Goutte",
  55. "keywords": [
  56. "scraper"
  57. ],
  58. "support": {
  59. "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
  60. "source": "https://github.com/FriendsOfPHP/Goutte/tree/v4.0.1"
  61. },
  62. "time": "2020-10-14T06:49:09+00:00"
  63. },
  64. {
  65. "name": "masterminds/html5",
  66. "version": "2.7.4",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/Masterminds/html5-php.git",
  70. "reference": "9227822783c75406cfe400984b2f095cdf03d417"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417",
  75. "reference": "9227822783c75406cfe400984b2f095cdf03d417",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "ext-ctype": "*",
  80. "ext-dom": "*",
  81. "ext-libxml": "*",
  82. "php": ">=5.3.0"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "^4.8.35"
  86. },
  87. "type": "library",
  88. "extra": {
  89. "branch-alias": {
  90. "dev-master": "2.7-dev"
  91. }
  92. },
  93. "autoload": {
  94. "psr-4": {
  95. "Masterminds\\": "src"
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Matt Butcher",
  105. "email": "technosophos@gmail.com"
  106. },
  107. {
  108. "name": "Matt Farina",
  109. "email": "matt@mattfarina.com"
  110. },
  111. {
  112. "name": "Asmir Mustafic",
  113. "email": "goetas@gmail.com"
  114. }
  115. ],
  116. "description": "An HTML5 parser and serializer.",
  117. "homepage": "http://masterminds.github.io/html5-php",
  118. "keywords": [
  119. "HTML5",
  120. "dom",
  121. "html",
  122. "parser",
  123. "querypath",
  124. "serializer",
  125. "xml"
  126. ],
  127. "support": {
  128. "issues": "https://github.com/Masterminds/html5-php/issues",
  129. "source": "https://github.com/Masterminds/html5-php/tree/2.7.4"
  130. },
  131. "time": "2020-10-01T13:52:52+00:00"
  132. },
  133. {
  134. "name": "psr/container",
  135. "version": "1.0.0",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/php-fig/container.git",
  139. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  144. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.0"
  149. },
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "1.0.x-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-4": {
  158. "Psr\\Container\\": "src/"
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "MIT"
  164. ],
  165. "authors": [
  166. {
  167. "name": "PHP-FIG",
  168. "homepage": "http://www.php-fig.org/"
  169. }
  170. ],
  171. "description": "Common Container Interface (PHP FIG PSR-11)",
  172. "homepage": "https://github.com/php-fig/container",
  173. "keywords": [
  174. "PSR-11",
  175. "container",
  176. "container-interface",
  177. "container-interop",
  178. "psr"
  179. ],
  180. "support": {
  181. "issues": "https://github.com/php-fig/container/issues",
  182. "source": "https://github.com/php-fig/container/tree/master"
  183. },
  184. "time": "2017-02-14T16:28:37+00:00"
  185. },
  186. {
  187. "name": "psr/log",
  188. "version": "1.1.3",
  189. "source": {
  190. "type": "git",
  191. "url": "https://github.com/php-fig/log.git",
  192. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  193. },
  194. "dist": {
  195. "type": "zip",
  196. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  197. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  198. "shasum": ""
  199. },
  200. "require": {
  201. "php": ">=5.3.0"
  202. },
  203. "type": "library",
  204. "extra": {
  205. "branch-alias": {
  206. "dev-master": "1.1.x-dev"
  207. }
  208. },
  209. "autoload": {
  210. "psr-4": {
  211. "Psr\\Log\\": "Psr/Log/"
  212. }
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "PHP-FIG",
  221. "homepage": "http://www.php-fig.org/"
  222. }
  223. ],
  224. "description": "Common interface for logging libraries",
  225. "homepage": "https://github.com/php-fig/log",
  226. "keywords": [
  227. "log",
  228. "psr",
  229. "psr-3"
  230. ],
  231. "support": {
  232. "source": "https://github.com/php-fig/log/tree/1.1.3"
  233. },
  234. "time": "2020-03-23T09:12:05+00:00"
  235. },
  236. {
  237. "name": "symfony/browser-kit",
  238. "version": "v5.1.8",
  239. "source": {
  240. "type": "git",
  241. "url": "https://github.com/symfony/browser-kit.git",
  242. "reference": "65b7d208280f2700f43ba44a8059a25d7b01347b"
  243. },
  244. "dist": {
  245. "type": "zip",
  246. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/65b7d208280f2700f43ba44a8059a25d7b01347b",
  247. "reference": "65b7d208280f2700f43ba44a8059a25d7b01347b",
  248. "shasum": ""
  249. },
  250. "require": {
  251. "php": ">=7.2.5",
  252. "symfony/dom-crawler": "^4.4|^5.0"
  253. },
  254. "require-dev": {
  255. "symfony/css-selector": "^4.4|^5.0",
  256. "symfony/http-client": "^4.4|^5.0",
  257. "symfony/mime": "^4.4|^5.0",
  258. "symfony/process": "^4.4|^5.0"
  259. },
  260. "suggest": {
  261. "symfony/process": ""
  262. },
  263. "type": "library",
  264. "autoload": {
  265. "psr-4": {
  266. "Symfony\\Component\\BrowserKit\\": ""
  267. },
  268. "exclude-from-classmap": [
  269. "/Tests/"
  270. ]
  271. },
  272. "notification-url": "https://packagist.org/downloads/",
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Fabien Potencier",
  279. "email": "fabien@symfony.com"
  280. },
  281. {
  282. "name": "Symfony Community",
  283. "homepage": "https://symfony.com/contributors"
  284. }
  285. ],
  286. "description": "Symfony BrowserKit Component",
  287. "homepage": "https://symfony.com",
  288. "support": {
  289. "source": "https://github.com/symfony/browser-kit/tree/v5.1.8"
  290. },
  291. "funding": [
  292. {
  293. "url": "https://symfony.com/sponsor",
  294. "type": "custom"
  295. },
  296. {
  297. "url": "https://github.com/fabpot",
  298. "type": "github"
  299. },
  300. {
  301. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  302. "type": "tidelift"
  303. }
  304. ],
  305. "time": "2020-10-24T12:01:57+00:00"
  306. },
  307. {
  308. "name": "symfony/css-selector",
  309. "version": "v5.1.8",
  310. "source": {
  311. "type": "git",
  312. "url": "https://github.com/symfony/css-selector.git",
  313. "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0"
  314. },
  315. "dist": {
  316. "type": "zip",
  317. "url": "https://api.github.com/repos/symfony/css-selector/zipball/6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0",
  318. "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0",
  319. "shasum": ""
  320. },
  321. "require": {
  322. "php": ">=7.2.5"
  323. },
  324. "type": "library",
  325. "autoload": {
  326. "psr-4": {
  327. "Symfony\\Component\\CssSelector\\": ""
  328. },
  329. "exclude-from-classmap": [
  330. "/Tests/"
  331. ]
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Fabien Potencier",
  340. "email": "fabien@symfony.com"
  341. },
  342. {
  343. "name": "Jean-François Simon",
  344. "email": "jeanfrancois.simon@sensiolabs.com"
  345. },
  346. {
  347. "name": "Symfony Community",
  348. "homepage": "https://symfony.com/contributors"
  349. }
  350. ],
  351. "description": "Symfony CssSelector Component",
  352. "homepage": "https://symfony.com",
  353. "support": {
  354. "source": "https://github.com/symfony/css-selector/tree/v5.1.8"
  355. },
  356. "funding": [
  357. {
  358. "url": "https://symfony.com/sponsor",
  359. "type": "custom"
  360. },
  361. {
  362. "url": "https://github.com/fabpot",
  363. "type": "github"
  364. },
  365. {
  366. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  367. "type": "tidelift"
  368. }
  369. ],
  370. "time": "2020-10-24T12:01:57+00:00"
  371. },
  372. {
  373. "name": "symfony/dom-crawler",
  374. "version": "v5.1.8",
  375. "source": {
  376. "type": "git",
  377. "url": "https://github.com/symfony/dom-crawler.git",
  378. "reference": "0969122fe144dd8ab2e8c98c7e03eedc621b368c"
  379. },
  380. "dist": {
  381. "type": "zip",
  382. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0969122fe144dd8ab2e8c98c7e03eedc621b368c",
  383. "reference": "0969122fe144dd8ab2e8c98c7e03eedc621b368c",
  384. "shasum": ""
  385. },
  386. "require": {
  387. "php": ">=7.2.5",
  388. "symfony/polyfill-ctype": "~1.8",
  389. "symfony/polyfill-mbstring": "~1.0",
  390. "symfony/polyfill-php80": "^1.15"
  391. },
  392. "conflict": {
  393. "masterminds/html5": "<2.6"
  394. },
  395. "require-dev": {
  396. "masterminds/html5": "^2.6",
  397. "symfony/css-selector": "^4.4|^5.0"
  398. },
  399. "suggest": {
  400. "symfony/css-selector": ""
  401. },
  402. "type": "library",
  403. "autoload": {
  404. "psr-4": {
  405. "Symfony\\Component\\DomCrawler\\": ""
  406. },
  407. "exclude-from-classmap": [
  408. "/Tests/"
  409. ]
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Fabien Potencier",
  418. "email": "fabien@symfony.com"
  419. },
  420. {
  421. "name": "Symfony Community",
  422. "homepage": "https://symfony.com/contributors"
  423. }
  424. ],
  425. "description": "Symfony DomCrawler Component",
  426. "homepage": "https://symfony.com",
  427. "support": {
  428. "source": "https://github.com/symfony/dom-crawler/tree/v5.1.8"
  429. },
  430. "funding": [
  431. {
  432. "url": "https://symfony.com/sponsor",
  433. "type": "custom"
  434. },
  435. {
  436. "url": "https://github.com/fabpot",
  437. "type": "github"
  438. },
  439. {
  440. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  441. "type": "tidelift"
  442. }
  443. ],
  444. "time": "2020-10-24T12:01:57+00:00"
  445. },
  446. {
  447. "name": "symfony/http-client",
  448. "version": "v5.1.8",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/symfony/http-client.git",
  452. "reference": "97a6a1f9f5bb3a6094833107b58a72bc9a9165cc"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/symfony/http-client/zipball/97a6a1f9f5bb3a6094833107b58a72bc9a9165cc",
  457. "reference": "97a6a1f9f5bb3a6094833107b58a72bc9a9165cc",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "php": ">=7.2.5",
  462. "psr/log": "^1.0",
  463. "symfony/http-client-contracts": "^2.2",
  464. "symfony/polyfill-php73": "^1.11",
  465. "symfony/polyfill-php80": "^1.15",
  466. "symfony/service-contracts": "^1.0|^2"
  467. },
  468. "provide": {
  469. "php-http/async-client-implementation": "*",
  470. "php-http/client-implementation": "*",
  471. "psr/http-client-implementation": "1.0",
  472. "symfony/http-client-implementation": "1.1"
  473. },
  474. "require-dev": {
  475. "amphp/http-client": "^4.2.1",
  476. "amphp/http-tunnel": "^1.0",
  477. "amphp/socket": "^1.1",
  478. "guzzlehttp/promises": "^1.3.1",
  479. "nyholm/psr7": "^1.0",
  480. "php-http/httplug": "^1.0|^2.0",
  481. "psr/http-client": "^1.0",
  482. "symfony/dependency-injection": "^4.4|^5.0",
  483. "symfony/http-kernel": "^4.4.13|^5.1.5",
  484. "symfony/process": "^4.4|^5.0"
  485. },
  486. "type": "library",
  487. "autoload": {
  488. "psr-4": {
  489. "Symfony\\Component\\HttpClient\\": ""
  490. },
  491. "exclude-from-classmap": [
  492. "/Tests/"
  493. ]
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "MIT"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Nicolas Grekas",
  502. "email": "p@tchwork.com"
  503. },
  504. {
  505. "name": "Symfony Community",
  506. "homepage": "https://symfony.com/contributors"
  507. }
  508. ],
  509. "description": "Symfony HttpClient component",
  510. "homepage": "https://symfony.com",
  511. "support": {
  512. "source": "https://github.com/symfony/http-client/tree/v5.1.8"
  513. },
  514. "funding": [
  515. {
  516. "url": "https://symfony.com/sponsor",
  517. "type": "custom"
  518. },
  519. {
  520. "url": "https://github.com/fabpot",
  521. "type": "github"
  522. },
  523. {
  524. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  525. "type": "tidelift"
  526. }
  527. ],
  528. "time": "2020-10-24T12:01:57+00:00"
  529. },
  530. {
  531. "name": "symfony/http-client-contracts",
  532. "version": "v2.3.1",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/symfony/http-client-contracts.git",
  536. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  541. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  542. "shasum": ""
  543. },
  544. "require": {
  545. "php": ">=7.2.5"
  546. },
  547. "suggest": {
  548. "symfony/http-client-implementation": ""
  549. },
  550. "type": "library",
  551. "extra": {
  552. "branch-version": "2.3",
  553. "branch-alias": {
  554. "dev-main": "2.3-dev"
  555. },
  556. "thanks": {
  557. "name": "symfony/contracts",
  558. "url": "https://github.com/symfony/contracts"
  559. }
  560. },
  561. "autoload": {
  562. "psr-4": {
  563. "Symfony\\Contracts\\HttpClient\\": ""
  564. }
  565. },
  566. "notification-url": "https://packagist.org/downloads/",
  567. "license": [
  568. "MIT"
  569. ],
  570. "authors": [
  571. {
  572. "name": "Nicolas Grekas",
  573. "email": "p@tchwork.com"
  574. },
  575. {
  576. "name": "Symfony Community",
  577. "homepage": "https://symfony.com/contributors"
  578. }
  579. ],
  580. "description": "Generic abstractions related to HTTP clients",
  581. "homepage": "https://symfony.com",
  582. "keywords": [
  583. "abstractions",
  584. "contracts",
  585. "decoupling",
  586. "interfaces",
  587. "interoperability",
  588. "standards"
  589. ],
  590. "support": {
  591. "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
  592. },
  593. "funding": [
  594. {
  595. "url": "https://symfony.com/sponsor",
  596. "type": "custom"
  597. },
  598. {
  599. "url": "https://github.com/fabpot",
  600. "type": "github"
  601. },
  602. {
  603. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  604. "type": "tidelift"
  605. }
  606. ],
  607. "time": "2020-10-14T17:08:19+00:00"
  608. },
  609. {
  610. "name": "symfony/mime",
  611. "version": "v5.1.8",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/symfony/mime.git",
  615. "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/symfony/mime/zipball/f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
  620. "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": ">=7.2.5",
  625. "symfony/polyfill-intl-idn": "^1.10",
  626. "symfony/polyfill-mbstring": "^1.0",
  627. "symfony/polyfill-php80": "^1.15"
  628. },
  629. "conflict": {
  630. "symfony/mailer": "<4.4"
  631. },
  632. "require-dev": {
  633. "egulias/email-validator": "^2.1.10",
  634. "symfony/dependency-injection": "^4.4|^5.0"
  635. },
  636. "type": "library",
  637. "autoload": {
  638. "psr-4": {
  639. "Symfony\\Component\\Mime\\": ""
  640. },
  641. "exclude-from-classmap": [
  642. "/Tests/"
  643. ]
  644. },
  645. "notification-url": "https://packagist.org/downloads/",
  646. "license": [
  647. "MIT"
  648. ],
  649. "authors": [
  650. {
  651. "name": "Fabien Potencier",
  652. "email": "fabien@symfony.com"
  653. },
  654. {
  655. "name": "Symfony Community",
  656. "homepage": "https://symfony.com/contributors"
  657. }
  658. ],
  659. "description": "A library to manipulate MIME messages",
  660. "homepage": "https://symfony.com",
  661. "keywords": [
  662. "mime",
  663. "mime-type"
  664. ],
  665. "support": {
  666. "source": "https://github.com/symfony/mime/tree/v5.1.8"
  667. },
  668. "funding": [
  669. {
  670. "url": "https://symfony.com/sponsor",
  671. "type": "custom"
  672. },
  673. {
  674. "url": "https://github.com/fabpot",
  675. "type": "github"
  676. },
  677. {
  678. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  679. "type": "tidelift"
  680. }
  681. ],
  682. "time": "2020-10-24T12:01:57+00:00"
  683. },
  684. {
  685. "name": "symfony/polyfill-ctype",
  686. "version": "v1.20.0",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/symfony/polyfill-ctype.git",
  690. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  695. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "php": ">=7.1"
  700. },
  701. "suggest": {
  702. "ext-ctype": "For best performance"
  703. },
  704. "type": "library",
  705. "extra": {
  706. "branch-alias": {
  707. "dev-main": "1.20-dev"
  708. },
  709. "thanks": {
  710. "name": "symfony/polyfill",
  711. "url": "https://github.com/symfony/polyfill"
  712. }
  713. },
  714. "autoload": {
  715. "psr-4": {
  716. "Symfony\\Polyfill\\Ctype\\": ""
  717. },
  718. "files": [
  719. "bootstrap.php"
  720. ]
  721. },
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "MIT"
  725. ],
  726. "authors": [
  727. {
  728. "name": "Gert de Pagter",
  729. "email": "BackEndTea@gmail.com"
  730. },
  731. {
  732. "name": "Symfony Community",
  733. "homepage": "https://symfony.com/contributors"
  734. }
  735. ],
  736. "description": "Symfony polyfill for ctype functions",
  737. "homepage": "https://symfony.com",
  738. "keywords": [
  739. "compatibility",
  740. "ctype",
  741. "polyfill",
  742. "portable"
  743. ],
  744. "support": {
  745. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
  746. },
  747. "funding": [
  748. {
  749. "url": "https://symfony.com/sponsor",
  750. "type": "custom"
  751. },
  752. {
  753. "url": "https://github.com/fabpot",
  754. "type": "github"
  755. },
  756. {
  757. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  758. "type": "tidelift"
  759. }
  760. ],
  761. "time": "2020-10-23T14:02:19+00:00"
  762. },
  763. {
  764. "name": "symfony/polyfill-intl-idn",
  765. "version": "v1.20.0",
  766. "source": {
  767. "type": "git",
  768. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  769. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
  770. },
  771. "dist": {
  772. "type": "zip",
  773. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
  774. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
  775. "shasum": ""
  776. },
  777. "require": {
  778. "php": ">=7.1",
  779. "symfony/polyfill-intl-normalizer": "^1.10",
  780. "symfony/polyfill-php72": "^1.10"
  781. },
  782. "suggest": {
  783. "ext-intl": "For best performance"
  784. },
  785. "type": "library",
  786. "extra": {
  787. "branch-alias": {
  788. "dev-main": "1.20-dev"
  789. },
  790. "thanks": {
  791. "name": "symfony/polyfill",
  792. "url": "https://github.com/symfony/polyfill"
  793. }
  794. },
  795. "autoload": {
  796. "psr-4": {
  797. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  798. },
  799. "files": [
  800. "bootstrap.php"
  801. ]
  802. },
  803. "notification-url": "https://packagist.org/downloads/",
  804. "license": [
  805. "MIT"
  806. ],
  807. "authors": [
  808. {
  809. "name": "Laurent Bassin",
  810. "email": "laurent@bassin.info"
  811. },
  812. {
  813. "name": "Trevor Rowbotham",
  814. "email": "trevor.rowbotham@pm.me"
  815. },
  816. {
  817. "name": "Symfony Community",
  818. "homepage": "https://symfony.com/contributors"
  819. }
  820. ],
  821. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  822. "homepage": "https://symfony.com",
  823. "keywords": [
  824. "compatibility",
  825. "idn",
  826. "intl",
  827. "polyfill",
  828. "portable",
  829. "shim"
  830. ],
  831. "support": {
  832. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
  833. },
  834. "funding": [
  835. {
  836. "url": "https://symfony.com/sponsor",
  837. "type": "custom"
  838. },
  839. {
  840. "url": "https://github.com/fabpot",
  841. "type": "github"
  842. },
  843. {
  844. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  845. "type": "tidelift"
  846. }
  847. ],
  848. "time": "2020-10-23T14:02:19+00:00"
  849. },
  850. {
  851. "name": "symfony/polyfill-intl-normalizer",
  852. "version": "v1.20.0",
  853. "source": {
  854. "type": "git",
  855. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  856. "reference": "727d1096295d807c309fb01a851577302394c897"
  857. },
  858. "dist": {
  859. "type": "zip",
  860. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  861. "reference": "727d1096295d807c309fb01a851577302394c897",
  862. "shasum": ""
  863. },
  864. "require": {
  865. "php": ">=7.1"
  866. },
  867. "suggest": {
  868. "ext-intl": "For best performance"
  869. },
  870. "type": "library",
  871. "extra": {
  872. "branch-alias": {
  873. "dev-main": "1.20-dev"
  874. },
  875. "thanks": {
  876. "name": "symfony/polyfill",
  877. "url": "https://github.com/symfony/polyfill"
  878. }
  879. },
  880. "autoload": {
  881. "psr-4": {
  882. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  883. },
  884. "files": [
  885. "bootstrap.php"
  886. ],
  887. "classmap": [
  888. "Resources/stubs"
  889. ]
  890. },
  891. "notification-url": "https://packagist.org/downloads/",
  892. "license": [
  893. "MIT"
  894. ],
  895. "authors": [
  896. {
  897. "name": "Nicolas Grekas",
  898. "email": "p@tchwork.com"
  899. },
  900. {
  901. "name": "Symfony Community",
  902. "homepage": "https://symfony.com/contributors"
  903. }
  904. ],
  905. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  906. "homepage": "https://symfony.com",
  907. "keywords": [
  908. "compatibility",
  909. "intl",
  910. "normalizer",
  911. "polyfill",
  912. "portable",
  913. "shim"
  914. ],
  915. "support": {
  916. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
  917. },
  918. "funding": [
  919. {
  920. "url": "https://symfony.com/sponsor",
  921. "type": "custom"
  922. },
  923. {
  924. "url": "https://github.com/fabpot",
  925. "type": "github"
  926. },
  927. {
  928. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  929. "type": "tidelift"
  930. }
  931. ],
  932. "time": "2020-10-23T14:02:19+00:00"
  933. },
  934. {
  935. "name": "symfony/polyfill-mbstring",
  936. "version": "v1.20.0",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/symfony/polyfill-mbstring.git",
  940. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  945. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  946. "shasum": ""
  947. },
  948. "require": {
  949. "php": ">=7.1"
  950. },
  951. "suggest": {
  952. "ext-mbstring": "For best performance"
  953. },
  954. "type": "library",
  955. "extra": {
  956. "branch-alias": {
  957. "dev-main": "1.20-dev"
  958. },
  959. "thanks": {
  960. "name": "symfony/polyfill",
  961. "url": "https://github.com/symfony/polyfill"
  962. }
  963. },
  964. "autoload": {
  965. "psr-4": {
  966. "Symfony\\Polyfill\\Mbstring\\": ""
  967. },
  968. "files": [
  969. "bootstrap.php"
  970. ]
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "MIT"
  975. ],
  976. "authors": [
  977. {
  978. "name": "Nicolas Grekas",
  979. "email": "p@tchwork.com"
  980. },
  981. {
  982. "name": "Symfony Community",
  983. "homepage": "https://symfony.com/contributors"
  984. }
  985. ],
  986. "description": "Symfony polyfill for the Mbstring extension",
  987. "homepage": "https://symfony.com",
  988. "keywords": [
  989. "compatibility",
  990. "mbstring",
  991. "polyfill",
  992. "portable",
  993. "shim"
  994. ],
  995. "support": {
  996. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
  997. },
  998. "funding": [
  999. {
  1000. "url": "https://symfony.com/sponsor",
  1001. "type": "custom"
  1002. },
  1003. {
  1004. "url": "https://github.com/fabpot",
  1005. "type": "github"
  1006. },
  1007. {
  1008. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1009. "type": "tidelift"
  1010. }
  1011. ],
  1012. "time": "2020-10-23T14:02:19+00:00"
  1013. },
  1014. {
  1015. "name": "symfony/polyfill-php72",
  1016. "version": "v1.20.0",
  1017. "source": {
  1018. "type": "git",
  1019. "url": "https://github.com/symfony/polyfill-php72.git",
  1020. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
  1021. },
  1022. "dist": {
  1023. "type": "zip",
  1024. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
  1025. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
  1026. "shasum": ""
  1027. },
  1028. "require": {
  1029. "php": ">=7.1"
  1030. },
  1031. "type": "library",
  1032. "extra": {
  1033. "branch-alias": {
  1034. "dev-main": "1.20-dev"
  1035. },
  1036. "thanks": {
  1037. "name": "symfony/polyfill",
  1038. "url": "https://github.com/symfony/polyfill"
  1039. }
  1040. },
  1041. "autoload": {
  1042. "psr-4": {
  1043. "Symfony\\Polyfill\\Php72\\": ""
  1044. },
  1045. "files": [
  1046. "bootstrap.php"
  1047. ]
  1048. },
  1049. "notification-url": "https://packagist.org/downloads/",
  1050. "license": [
  1051. "MIT"
  1052. ],
  1053. "authors": [
  1054. {
  1055. "name": "Nicolas Grekas",
  1056. "email": "p@tchwork.com"
  1057. },
  1058. {
  1059. "name": "Symfony Community",
  1060. "homepage": "https://symfony.com/contributors"
  1061. }
  1062. ],
  1063. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1064. "homepage": "https://symfony.com",
  1065. "keywords": [
  1066. "compatibility",
  1067. "polyfill",
  1068. "portable",
  1069. "shim"
  1070. ],
  1071. "support": {
  1072. "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
  1073. },
  1074. "funding": [
  1075. {
  1076. "url": "https://symfony.com/sponsor",
  1077. "type": "custom"
  1078. },
  1079. {
  1080. "url": "https://github.com/fabpot",
  1081. "type": "github"
  1082. },
  1083. {
  1084. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1085. "type": "tidelift"
  1086. }
  1087. ],
  1088. "time": "2020-10-23T14:02:19+00:00"
  1089. },
  1090. {
  1091. "name": "symfony/polyfill-php73",
  1092. "version": "v1.20.0",
  1093. "source": {
  1094. "type": "git",
  1095. "url": "https://github.com/symfony/polyfill-php73.git",
  1096. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  1097. },
  1098. "dist": {
  1099. "type": "zip",
  1100. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  1101. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  1102. "shasum": ""
  1103. },
  1104. "require": {
  1105. "php": ">=7.1"
  1106. },
  1107. "type": "library",
  1108. "extra": {
  1109. "branch-alias": {
  1110. "dev-main": "1.20-dev"
  1111. },
  1112. "thanks": {
  1113. "name": "symfony/polyfill",
  1114. "url": "https://github.com/symfony/polyfill"
  1115. }
  1116. },
  1117. "autoload": {
  1118. "psr-4": {
  1119. "Symfony\\Polyfill\\Php73\\": ""
  1120. },
  1121. "files": [
  1122. "bootstrap.php"
  1123. ],
  1124. "classmap": [
  1125. "Resources/stubs"
  1126. ]
  1127. },
  1128. "notification-url": "https://packagist.org/downloads/",
  1129. "license": [
  1130. "MIT"
  1131. ],
  1132. "authors": [
  1133. {
  1134. "name": "Nicolas Grekas",
  1135. "email": "p@tchwork.com"
  1136. },
  1137. {
  1138. "name": "Symfony Community",
  1139. "homepage": "https://symfony.com/contributors"
  1140. }
  1141. ],
  1142. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  1143. "homepage": "https://symfony.com",
  1144. "keywords": [
  1145. "compatibility",
  1146. "polyfill",
  1147. "portable",
  1148. "shim"
  1149. ],
  1150. "support": {
  1151. "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
  1152. },
  1153. "funding": [
  1154. {
  1155. "url": "https://symfony.com/sponsor",
  1156. "type": "custom"
  1157. },
  1158. {
  1159. "url": "https://github.com/fabpot",
  1160. "type": "github"
  1161. },
  1162. {
  1163. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1164. "type": "tidelift"
  1165. }
  1166. ],
  1167. "time": "2020-10-23T14:02:19+00:00"
  1168. },
  1169. {
  1170. "name": "symfony/polyfill-php80",
  1171. "version": "v1.20.0",
  1172. "source": {
  1173. "type": "git",
  1174. "url": "https://github.com/symfony/polyfill-php80.git",
  1175. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
  1176. },
  1177. "dist": {
  1178. "type": "zip",
  1179. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  1180. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  1181. "shasum": ""
  1182. },
  1183. "require": {
  1184. "php": ">=7.1"
  1185. },
  1186. "type": "library",
  1187. "extra": {
  1188. "branch-alias": {
  1189. "dev-main": "1.20-dev"
  1190. },
  1191. "thanks": {
  1192. "name": "symfony/polyfill",
  1193. "url": "https://github.com/symfony/polyfill"
  1194. }
  1195. },
  1196. "autoload": {
  1197. "psr-4": {
  1198. "Symfony\\Polyfill\\Php80\\": ""
  1199. },
  1200. "files": [
  1201. "bootstrap.php"
  1202. ],
  1203. "classmap": [
  1204. "Resources/stubs"
  1205. ]
  1206. },
  1207. "notification-url": "https://packagist.org/downloads/",
  1208. "license": [
  1209. "MIT"
  1210. ],
  1211. "authors": [
  1212. {
  1213. "name": "Ion Bazan",
  1214. "email": "ion.bazan@gmail.com"
  1215. },
  1216. {
  1217. "name": "Nicolas Grekas",
  1218. "email": "p@tchwork.com"
  1219. },
  1220. {
  1221. "name": "Symfony Community",
  1222. "homepage": "https://symfony.com/contributors"
  1223. }
  1224. ],
  1225. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1226. "homepage": "https://symfony.com",
  1227. "keywords": [
  1228. "compatibility",
  1229. "polyfill",
  1230. "portable",
  1231. "shim"
  1232. ],
  1233. "support": {
  1234. "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
  1235. },
  1236. "funding": [
  1237. {
  1238. "url": "https://symfony.com/sponsor",
  1239. "type": "custom"
  1240. },
  1241. {
  1242. "url": "https://github.com/fabpot",
  1243. "type": "github"
  1244. },
  1245. {
  1246. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1247. "type": "tidelift"
  1248. }
  1249. ],
  1250. "time": "2020-10-23T14:02:19+00:00"
  1251. },
  1252. {
  1253. "name": "symfony/service-contracts",
  1254. "version": "v2.2.0",
  1255. "source": {
  1256. "type": "git",
  1257. "url": "https://github.com/symfony/service-contracts.git",
  1258. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  1259. },
  1260. "dist": {
  1261. "type": "zip",
  1262. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  1263. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  1264. "shasum": ""
  1265. },
  1266. "require": {
  1267. "php": ">=7.2.5",
  1268. "psr/container": "^1.0"
  1269. },
  1270. "suggest": {
  1271. "symfony/service-implementation": ""
  1272. },
  1273. "type": "library",
  1274. "extra": {
  1275. "branch-alias": {
  1276. "dev-master": "2.2-dev"
  1277. },
  1278. "thanks": {
  1279. "name": "symfony/contracts",
  1280. "url": "https://github.com/symfony/contracts"
  1281. }
  1282. },
  1283. "autoload": {
  1284. "psr-4": {
  1285. "Symfony\\Contracts\\Service\\": ""
  1286. }
  1287. },
  1288. "notification-url": "https://packagist.org/downloads/",
  1289. "license": [
  1290. "MIT"
  1291. ],
  1292. "authors": [
  1293. {
  1294. "name": "Nicolas Grekas",
  1295. "email": "p@tchwork.com"
  1296. },
  1297. {
  1298. "name": "Symfony Community",
  1299. "homepage": "https://symfony.com/contributors"
  1300. }
  1301. ],
  1302. "description": "Generic abstractions related to writing services",
  1303. "homepage": "https://symfony.com",
  1304. "keywords": [
  1305. "abstractions",
  1306. "contracts",
  1307. "decoupling",
  1308. "interfaces",
  1309. "interoperability",
  1310. "standards"
  1311. ],
  1312. "support": {
  1313. "source": "https://github.com/symfony/service-contracts/tree/master"
  1314. },
  1315. "funding": [
  1316. {
  1317. "url": "https://symfony.com/sponsor",
  1318. "type": "custom"
  1319. },
  1320. {
  1321. "url": "https://github.com/fabpot",
  1322. "type": "github"
  1323. },
  1324. {
  1325. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1326. "type": "tidelift"
  1327. }
  1328. ],
  1329. "time": "2020-09-07T11:33:47+00:00"
  1330. }
  1331. ],
  1332. "packages-dev": [],
  1333. "aliases": [],
  1334. "minimum-stability": "stable",
  1335. "stability-flags": [],
  1336. "prefer-stable": false,
  1337. "prefer-lowest": false,
  1338. "platform": {
  1339. "php": ">= 7.4"
  1340. },
  1341. "platform-dev": [],
  1342. "plugin-api-version": "2.0.0"
  1343. }