composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  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. "funding": [
  70. {
  71. "url": "https://www.doctrine-project.org/sponsorship.html",
  72. "type": "custom"
  73. },
  74. {
  75. "url": "https://www.patreon.com/phpdoctrine",
  76. "type": "patreon"
  77. },
  78. {
  79. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  80. "type": "tidelift"
  81. }
  82. ],
  83. "time": "2020-05-25T17:44:05+00:00"
  84. },
  85. {
  86. "name": "egulias/email-validator",
  87. "version": "2.1.18",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/egulias/EmailValidator.git",
  91. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  96. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "doctrine/lexer": "^1.0.1",
  101. "php": ">=5.5",
  102. "symfony/polyfill-intl-idn": "^1.10"
  103. },
  104. "require-dev": {
  105. "dominicsayers/isemail": "^3.0.7",
  106. "phpunit/phpunit": "^4.8.36|^7.5.15",
  107. "satooshi/php-coveralls": "^1.0.1"
  108. },
  109. "suggest": {
  110. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  111. },
  112. "type": "library",
  113. "extra": {
  114. "branch-alias": {
  115. "dev-master": "2.1.x-dev"
  116. }
  117. },
  118. "autoload": {
  119. "psr-4": {
  120. "Egulias\\EmailValidator\\": "src"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Eduardo Gulias Davis"
  130. }
  131. ],
  132. "description": "A library for validating emails against several RFCs",
  133. "homepage": "https://github.com/egulias/EmailValidator",
  134. "keywords": [
  135. "email",
  136. "emailvalidation",
  137. "emailvalidator",
  138. "validation",
  139. "validator"
  140. ],
  141. "time": "2020-06-16T20:11:17+00:00"
  142. },
  143. {
  144. "name": "paragonie/random_compat",
  145. "version": "v9.99.99",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/paragonie/random_compat.git",
  149. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  154. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  155. "shasum": ""
  156. },
  157. "require": {
  158. "php": "^7"
  159. },
  160. "require-dev": {
  161. "phpunit/phpunit": "4.*|5.*",
  162. "vimeo/psalm": "^1"
  163. },
  164. "suggest": {
  165. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  166. },
  167. "type": "library",
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Paragon Initiative Enterprises",
  175. "email": "security@paragonie.com",
  176. "homepage": "https://paragonie.com"
  177. }
  178. ],
  179. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  180. "keywords": [
  181. "csprng",
  182. "polyfill",
  183. "pseudorandom",
  184. "random"
  185. ],
  186. "time": "2018-07-02T15:55:56+00:00"
  187. },
  188. {
  189. "name": "swiftmailer/swiftmailer",
  190. "version": "v6.2.3",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/swiftmailer/swiftmailer.git",
  194. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  199. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "egulias/email-validator": "~2.0",
  204. "php": ">=7.0.0",
  205. "symfony/polyfill-iconv": "^1.0",
  206. "symfony/polyfill-intl-idn": "^1.10",
  207. "symfony/polyfill-mbstring": "^1.0"
  208. },
  209. "require-dev": {
  210. "mockery/mockery": "~0.9.1",
  211. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  212. },
  213. "suggest": {
  214. "ext-intl": "Needed to support internationalized email addresses",
  215. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  216. },
  217. "type": "library",
  218. "extra": {
  219. "branch-alias": {
  220. "dev-master": "6.2-dev"
  221. }
  222. },
  223. "autoload": {
  224. "files": [
  225. "lib/swift_required.php"
  226. ]
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "license": [
  230. "MIT"
  231. ],
  232. "authors": [
  233. {
  234. "name": "Chris Corbyn"
  235. },
  236. {
  237. "name": "Fabien Potencier",
  238. "email": "fabien@symfony.com"
  239. }
  240. ],
  241. "description": "Swiftmailer, free feature-rich PHP mailer",
  242. "homepage": "https://swiftmailer.symfony.com",
  243. "keywords": [
  244. "email",
  245. "mail",
  246. "mailer"
  247. ],
  248. "time": "2019-11-12T09:31:26+00:00"
  249. },
  250. {
  251. "name": "symfony/polyfill-iconv",
  252. "version": "v1.18.0",
  253. "source": {
  254. "type": "git",
  255. "url": "https://github.com/symfony/polyfill-iconv.git",
  256. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
  257. },
  258. "dist": {
  259. "type": "zip",
  260. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  261. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  262. "shasum": ""
  263. },
  264. "require": {
  265. "php": ">=5.3.3"
  266. },
  267. "suggest": {
  268. "ext-iconv": "For best performance"
  269. },
  270. "type": "library",
  271. "extra": {
  272. "branch-alias": {
  273. "dev-master": "1.18-dev"
  274. },
  275. "thanks": {
  276. "name": "symfony/polyfill",
  277. "url": "https://github.com/symfony/polyfill"
  278. }
  279. },
  280. "autoload": {
  281. "psr-4": {
  282. "Symfony\\Polyfill\\Iconv\\": ""
  283. },
  284. "files": [
  285. "bootstrap.php"
  286. ]
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "Nicolas Grekas",
  295. "email": "p@tchwork.com"
  296. },
  297. {
  298. "name": "Symfony Community",
  299. "homepage": "https://symfony.com/contributors"
  300. }
  301. ],
  302. "description": "Symfony polyfill for the Iconv extension",
  303. "homepage": "https://symfony.com",
  304. "keywords": [
  305. "compatibility",
  306. "iconv",
  307. "polyfill",
  308. "portable",
  309. "shim"
  310. ],
  311. "funding": [
  312. {
  313. "url": "https://symfony.com/sponsor",
  314. "type": "custom"
  315. },
  316. {
  317. "url": "https://github.com/fabpot",
  318. "type": "github"
  319. },
  320. {
  321. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  322. "type": "tidelift"
  323. }
  324. ],
  325. "time": "2020-07-14T12:35:20+00:00"
  326. },
  327. {
  328. "name": "symfony/polyfill-intl-idn",
  329. "version": "v1.18.0",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  333. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  338. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "php": ">=5.3.3",
  343. "symfony/polyfill-intl-normalizer": "^1.10",
  344. "symfony/polyfill-php70": "^1.10",
  345. "symfony/polyfill-php72": "^1.10"
  346. },
  347. "suggest": {
  348. "ext-intl": "For best performance"
  349. },
  350. "type": "library",
  351. "extra": {
  352. "branch-alias": {
  353. "dev-master": "1.18-dev"
  354. },
  355. "thanks": {
  356. "name": "symfony/polyfill",
  357. "url": "https://github.com/symfony/polyfill"
  358. }
  359. },
  360. "autoload": {
  361. "psr-4": {
  362. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  363. },
  364. "files": [
  365. "bootstrap.php"
  366. ]
  367. },
  368. "notification-url": "https://packagist.org/downloads/",
  369. "license": [
  370. "MIT"
  371. ],
  372. "authors": [
  373. {
  374. "name": "Laurent Bassin",
  375. "email": "laurent@bassin.info"
  376. },
  377. {
  378. "name": "Trevor Rowbotham",
  379. "email": "trevor.rowbotham@pm.me"
  380. },
  381. {
  382. "name": "Symfony Community",
  383. "homepage": "https://symfony.com/contributors"
  384. }
  385. ],
  386. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  387. "homepage": "https://symfony.com",
  388. "keywords": [
  389. "compatibility",
  390. "idn",
  391. "intl",
  392. "polyfill",
  393. "portable",
  394. "shim"
  395. ],
  396. "funding": [
  397. {
  398. "url": "https://symfony.com/sponsor",
  399. "type": "custom"
  400. },
  401. {
  402. "url": "https://github.com/fabpot",
  403. "type": "github"
  404. },
  405. {
  406. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  407. "type": "tidelift"
  408. }
  409. ],
  410. "time": "2020-07-14T12:35:20+00:00"
  411. },
  412. {
  413. "name": "symfony/polyfill-intl-normalizer",
  414. "version": "v1.18.0",
  415. "source": {
  416. "type": "git",
  417. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  418. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  419. },
  420. "dist": {
  421. "type": "zip",
  422. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  423. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  424. "shasum": ""
  425. },
  426. "require": {
  427. "php": ">=5.3.3"
  428. },
  429. "suggest": {
  430. "ext-intl": "For best performance"
  431. },
  432. "type": "library",
  433. "extra": {
  434. "branch-alias": {
  435. "dev-master": "1.18-dev"
  436. },
  437. "thanks": {
  438. "name": "symfony/polyfill",
  439. "url": "https://github.com/symfony/polyfill"
  440. }
  441. },
  442. "autoload": {
  443. "psr-4": {
  444. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  445. },
  446. "files": [
  447. "bootstrap.php"
  448. ],
  449. "classmap": [
  450. "Resources/stubs"
  451. ]
  452. },
  453. "notification-url": "https://packagist.org/downloads/",
  454. "license": [
  455. "MIT"
  456. ],
  457. "authors": [
  458. {
  459. "name": "Nicolas Grekas",
  460. "email": "p@tchwork.com"
  461. },
  462. {
  463. "name": "Symfony Community",
  464. "homepage": "https://symfony.com/contributors"
  465. }
  466. ],
  467. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  468. "homepage": "https://symfony.com",
  469. "keywords": [
  470. "compatibility",
  471. "intl",
  472. "normalizer",
  473. "polyfill",
  474. "portable",
  475. "shim"
  476. ],
  477. "funding": [
  478. {
  479. "url": "https://symfony.com/sponsor",
  480. "type": "custom"
  481. },
  482. {
  483. "url": "https://github.com/fabpot",
  484. "type": "github"
  485. },
  486. {
  487. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  488. "type": "tidelift"
  489. }
  490. ],
  491. "time": "2020-07-14T12:35:20+00:00"
  492. },
  493. {
  494. "name": "symfony/polyfill-mbstring",
  495. "version": "v1.18.0",
  496. "source": {
  497. "type": "git",
  498. "url": "https://github.com/symfony/polyfill-mbstring.git",
  499. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  500. },
  501. "dist": {
  502. "type": "zip",
  503. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  504. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  505. "shasum": ""
  506. },
  507. "require": {
  508. "php": ">=5.3.3"
  509. },
  510. "suggest": {
  511. "ext-mbstring": "For best performance"
  512. },
  513. "type": "library",
  514. "extra": {
  515. "branch-alias": {
  516. "dev-master": "1.18-dev"
  517. },
  518. "thanks": {
  519. "name": "symfony/polyfill",
  520. "url": "https://github.com/symfony/polyfill"
  521. }
  522. },
  523. "autoload": {
  524. "psr-4": {
  525. "Symfony\\Polyfill\\Mbstring\\": ""
  526. },
  527. "files": [
  528. "bootstrap.php"
  529. ]
  530. },
  531. "notification-url": "https://packagist.org/downloads/",
  532. "license": [
  533. "MIT"
  534. ],
  535. "authors": [
  536. {
  537. "name": "Nicolas Grekas",
  538. "email": "p@tchwork.com"
  539. },
  540. {
  541. "name": "Symfony Community",
  542. "homepage": "https://symfony.com/contributors"
  543. }
  544. ],
  545. "description": "Symfony polyfill for the Mbstring extension",
  546. "homepage": "https://symfony.com",
  547. "keywords": [
  548. "compatibility",
  549. "mbstring",
  550. "polyfill",
  551. "portable",
  552. "shim"
  553. ],
  554. "funding": [
  555. {
  556. "url": "https://symfony.com/sponsor",
  557. "type": "custom"
  558. },
  559. {
  560. "url": "https://github.com/fabpot",
  561. "type": "github"
  562. },
  563. {
  564. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  565. "type": "tidelift"
  566. }
  567. ],
  568. "time": "2020-07-14T12:35:20+00:00"
  569. },
  570. {
  571. "name": "symfony/polyfill-php70",
  572. "version": "v1.18.0",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/symfony/polyfill-php70.git",
  576. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  581. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  586. "php": ">=5.3.3"
  587. },
  588. "type": "library",
  589. "extra": {
  590. "branch-alias": {
  591. "dev-master": "1.18-dev"
  592. },
  593. "thanks": {
  594. "name": "symfony/polyfill",
  595. "url": "https://github.com/symfony/polyfill"
  596. }
  597. },
  598. "autoload": {
  599. "psr-4": {
  600. "Symfony\\Polyfill\\Php70\\": ""
  601. },
  602. "files": [
  603. "bootstrap.php"
  604. ],
  605. "classmap": [
  606. "Resources/stubs"
  607. ]
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "MIT"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Nicolas Grekas",
  616. "email": "p@tchwork.com"
  617. },
  618. {
  619. "name": "Symfony Community",
  620. "homepage": "https://symfony.com/contributors"
  621. }
  622. ],
  623. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  624. "homepage": "https://symfony.com",
  625. "keywords": [
  626. "compatibility",
  627. "polyfill",
  628. "portable",
  629. "shim"
  630. ],
  631. "funding": [
  632. {
  633. "url": "https://symfony.com/sponsor",
  634. "type": "custom"
  635. },
  636. {
  637. "url": "https://github.com/fabpot",
  638. "type": "github"
  639. },
  640. {
  641. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  642. "type": "tidelift"
  643. }
  644. ],
  645. "time": "2020-07-14T12:35:20+00:00"
  646. },
  647. {
  648. "name": "symfony/polyfill-php72",
  649. "version": "v1.18.0",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/symfony/polyfill-php72.git",
  653. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  658. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  659. "shasum": ""
  660. },
  661. "require": {
  662. "php": ">=5.3.3"
  663. },
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "1.18-dev"
  668. },
  669. "thanks": {
  670. "name": "symfony/polyfill",
  671. "url": "https://github.com/symfony/polyfill"
  672. }
  673. },
  674. "autoload": {
  675. "psr-4": {
  676. "Symfony\\Polyfill\\Php72\\": ""
  677. },
  678. "files": [
  679. "bootstrap.php"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "MIT"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Nicolas Grekas",
  689. "email": "p@tchwork.com"
  690. },
  691. {
  692. "name": "Symfony Community",
  693. "homepage": "https://symfony.com/contributors"
  694. }
  695. ],
  696. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  697. "homepage": "https://symfony.com",
  698. "keywords": [
  699. "compatibility",
  700. "polyfill",
  701. "portable",
  702. "shim"
  703. ],
  704. "funding": [
  705. {
  706. "url": "https://symfony.com/sponsor",
  707. "type": "custom"
  708. },
  709. {
  710. "url": "https://github.com/fabpot",
  711. "type": "github"
  712. },
  713. {
  714. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  715. "type": "tidelift"
  716. }
  717. ],
  718. "time": "2020-07-14T12:35:20+00:00"
  719. }
  720. ],
  721. "packages-dev": [],
  722. "aliases": [],
  723. "minimum-stability": "stable",
  724. "stability-flags": [],
  725. "prefer-stable": false,
  726. "prefer-lowest": false,
  727. "platform": {
  728. "php": ">=7.1.3"
  729. },
  730. "platform-dev": [],
  731. "plugin-api-version": "1.1.0"
  732. }