composer.lock 47 KB

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