symfony.lock 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. {
  2. "composer/ca-bundle": {
  3. "version": "1.x-dev"
  4. },
  5. "composer/package-versions-deprecated": {
  6. "version": "1.11.99.5"
  7. },
  8. "composer/pcre": {
  9. "version": "3.x-dev"
  10. },
  11. "composer/semver": {
  12. "version": "3.x-dev"
  13. },
  14. "composer/xdebug-handler": {
  15. "version": "3.0.3"
  16. },
  17. "defuse/php-encryption": {
  18. "version": "v2.3.1"
  19. },
  20. "doctrine/annotations": {
  21. "version": "1.14",
  22. "recipe": {
  23. "repo": "github.com/symfony/recipes",
  24. "branch": "master",
  25. "version": "1.10",
  26. "ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
  27. }
  28. },
  29. "doctrine/cache": {
  30. "version": "2.1.x-dev"
  31. },
  32. "doctrine/collections": {
  33. "version": "1.7.x-dev"
  34. },
  35. "doctrine/common": {
  36. "version": "3.3.x-dev"
  37. },
  38. "doctrine/data-fixtures": {
  39. "version": "1.6.x-dev"
  40. },
  41. "doctrine/dbal": {
  42. "version": "3.4.x-dev"
  43. },
  44. "doctrine/deprecations": {
  45. "version": "v0.5.3"
  46. },
  47. "doctrine/doctrine-bundle": {
  48. "version": "2.6",
  49. "recipe": {
  50. "repo": "github.com/symfony/recipes",
  51. "branch": "master",
  52. "version": "2.4",
  53. "ref": "ddddd8249dd55bbda16fa7a45bb7499ef6f8e90e"
  54. },
  55. "files": [
  56. "config/packages/doctrine.yaml",
  57. "src/Entity/.gitignore",
  58. "src/Repository/.gitignore"
  59. ]
  60. },
  61. "doctrine/doctrine-fixtures-bundle": {
  62. "version": "3.5",
  63. "recipe": {
  64. "repo": "github.com/symfony/recipes",
  65. "branch": "master",
  66. "version": "3.0",
  67. "ref": "1f5514cfa15b947298df4d771e694e578d4c204d"
  68. },
  69. "files": [
  70. "src/DataFixtures/AppFixtures.php"
  71. ]
  72. },
  73. "doctrine/doctrine-migrations-bundle": {
  74. "version": "3.3",
  75. "recipe": {
  76. "repo": "github.com/symfony/recipes",
  77. "branch": "master",
  78. "version": "3.1",
  79. "ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
  80. },
  81. "files": [
  82. "config/packages/doctrine_migrations.yaml",
  83. "migrations/.gitignore"
  84. ]
  85. },
  86. "doctrine/event-manager": {
  87. "version": "1.2.x-dev"
  88. },
  89. "doctrine/inflector": {
  90. "version": "2.1.x-dev"
  91. },
  92. "doctrine/instantiator": {
  93. "version": "1.5.x-dev"
  94. },
  95. "doctrine/lexer": {
  96. "version": "1.3.x-dev"
  97. },
  98. "doctrine/migrations": {
  99. "version": "3.4.x-dev"
  100. },
  101. "doctrine/orm": {
  102. "version": "2.12.x-dev"
  103. },
  104. "doctrine/persistence": {
  105. "version": "2.4.x-dev"
  106. },
  107. "doctrine/sql-formatter": {
  108. "version": "1.2.x-dev"
  109. },
  110. "egulias/email-validator": {
  111. "version": "3.x-dev"
  112. },
  113. "embed/embed": {
  114. "version": "v4.4.2"
  115. },
  116. "erusev/parsedown": {
  117. "version": "1.8.0-beta-7"
  118. },
  119. "evenement/evenement": {
  120. "version": "v3.0.1"
  121. },
  122. "friendsofphp/php-cs-fixer": {
  123. "version": "3.7",
  124. "recipe": {
  125. "repo": "github.com/symfony/recipes",
  126. "branch": "master",
  127. "version": "3.0",
  128. "ref": "be2103eb4a20942e28a6dd87736669b757132435"
  129. },
  130. "files": [
  131. ".php-cs-fixer.dist.php"
  132. ]
  133. },
  134. "friendsofphp/proxy-manager-lts": {
  135. "version": "1.x-dev"
  136. },
  137. "giggsey/libphonenumber-for-php": {
  138. "version": "8.x-dev"
  139. },
  140. "giggsey/locale": {
  141. "version": "2.1"
  142. },
  143. "guzzlehttp/guzzle": {
  144. "version": "7.4-dev"
  145. },
  146. "guzzlehttp/promises": {
  147. "version": "1.5-dev"
  148. },
  149. "guzzlehttp/psr7": {
  150. "version": "2.2-dev"
  151. },
  152. "jchook/phpunit-assert-throws": {
  153. "version": "v1.0.3"
  154. },
  155. "jcupitt/vips": {
  156. "version": "v1.0.9"
  157. },
  158. "knplabs/knp-time-bundle": {
  159. "version": "v1.18.0"
  160. },
  161. "laminas/laminas-code": {
  162. "version": "4.6.x-dev"
  163. },
  164. "landrok/activitypub": {
  165. "version": "0.5.7"
  166. },
  167. "lcobucci/clock": {
  168. "version": "2.2.x-dev"
  169. },
  170. "lcobucci/jwt": {
  171. "version": "4.2.x-dev"
  172. },
  173. "league/event": {
  174. "version": "2.2.0"
  175. },
  176. "league/oauth2-server": {
  177. "version": "dev-master"
  178. },
  179. "league/uri": {
  180. "version": "6.8.0"
  181. },
  182. "league/uri-interfaces": {
  183. "version": "2.3.0"
  184. },
  185. "league/uri-parser": {
  186. "version": "1.x-dev"
  187. },
  188. "lstrojny/functional-php": {
  189. "version": "1.17.0"
  190. },
  191. "masterminds/html5": {
  192. "version": "2.7-dev"
  193. },
  194. "mf2/mf2": {
  195. "version": "0.4.6"
  196. },
  197. "ml/iri": {
  198. "version": "1.1.4"
  199. },
  200. "ml/json-ld": {
  201. "version": "1.2.0"
  202. },
  203. "monolog/monolog": {
  204. "version": "2.x-dev"
  205. },
  206. "myclabs/deep-copy": {
  207. "version": "1.x-dev"
  208. },
  209. "niels-de-blaauw/php-doc-check": {
  210. "version": "0.2.2"
  211. },
  212. "nikic/php-parser": {
  213. "version": "v4.13.2"
  214. },
  215. "nyholm/psr7": {
  216. "version": "1.5",
  217. "recipe": {
  218. "repo": "github.com/symfony/recipes",
  219. "branch": "master",
  220. "version": "1.0",
  221. "ref": "0cd4d2d0e7f646fda75f9944f747a56e6ed13d4c"
  222. },
  223. "files": [
  224. "config/packages/nyholm_psr7.yaml"
  225. ]
  226. },
  227. "odolbeau/phone-number-bundle": {
  228. "version": "3.6",
  229. "recipe": {
  230. "repo": "github.com/symfony/recipes-contrib",
  231. "branch": "master",
  232. "version": "3.0",
  233. "ref": "4388686329b81291918a948cd42891829fb1de71"
  234. },
  235. "files": [
  236. "config/packages/misd_phone_number.yaml"
  237. ]
  238. },
  239. "oro/doctrine-extensions": {
  240. "version": "2.x-dev"
  241. },
  242. "oscarotero/html-parser": {
  243. "version": "v0.1.6"
  244. },
  245. "paragonie/constant_time_encoding": {
  246. "version": "v2.5.0"
  247. },
  248. "pear/xml_xrd": {
  249. "version": "v0.3.1"
  250. },
  251. "phar-io/manifest": {
  252. "version": "2.0.x-dev"
  253. },
  254. "phar-io/version": {
  255. "version": "3.2.1"
  256. },
  257. "php-cs-fixer/diff": {
  258. "version": "v2.0.2"
  259. },
  260. "php-ds/php-ds": {
  261. "version": "v1.4.0"
  262. },
  263. "php-ffmpeg/php-ffmpeg": {
  264. "version": "v1.0.1"
  265. },
  266. "php-http/message-factory": {
  267. "version": "1.0-dev"
  268. },
  269. "phpdocumentor/reflection-common": {
  270. "version": "2.x-dev"
  271. },
  272. "phpdocumentor/reflection-docblock": {
  273. "version": "5.x-dev"
  274. },
  275. "phpdocumentor/type-resolver": {
  276. "version": "1.x-dev"
  277. },
  278. "phpseclib/phpseclib": {
  279. "version": "3.0.x-dev"
  280. },
  281. "phpspec/prophecy": {
  282. "version": "v1.15.0"
  283. },
  284. "phpstan/phpstan": {
  285. "version": "1.4-dev"
  286. },
  287. "phpunit/php-code-coverage": {
  288. "version": "10.0-dev"
  289. },
  290. "phpunit/php-file-iterator": {
  291. "version": "4.0-dev"
  292. },
  293. "phpunit/php-invoker": {
  294. "version": "4.0-dev"
  295. },
  296. "phpunit/php-text-template": {
  297. "version": "3.0-dev"
  298. },
  299. "phpunit/php-timer": {
  300. "version": "6.0-dev"
  301. },
  302. "phpunit/phpunit": {
  303. "version": "10.0",
  304. "recipe": {
  305. "repo": "github.com/symfony/recipes",
  306. "branch": "master",
  307. "version": "9.3",
  308. "ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6"
  309. },
  310. "files": [
  311. ".env.test",
  312. "phpunit.xml.dist",
  313. "tests/bootstrap.php"
  314. ]
  315. },
  316. "psr/cache": {
  317. "version": "3.0.x-dev"
  318. },
  319. "psr/container": {
  320. "version": "2.0.x-dev"
  321. },
  322. "psr/event-dispatcher": {
  323. "version": "1.0.x-dev"
  324. },
  325. "psr/http-client": {
  326. "version": "1.0.x-dev"
  327. },
  328. "psr/http-factory": {
  329. "version": "1.0.x-dev"
  330. },
  331. "psr/http-message": {
  332. "version": "1.0.x-dev"
  333. },
  334. "psr/link": {
  335. "version": "2.0.x-dev"
  336. },
  337. "psr/log": {
  338. "version": "1.1.4"
  339. },
  340. "psy/psysh": {
  341. "version": "0.11.x-dev"
  342. },
  343. "ralouphie/getallheaders": {
  344. "version": "3.0.3"
  345. },
  346. "sebastian/cli-parser": {
  347. "version": "2.0-dev"
  348. },
  349. "sebastian/code-unit": {
  350. "version": "2.0-dev"
  351. },
  352. "sebastian/code-unit-reverse-lookup": {
  353. "version": "3.0-dev"
  354. },
  355. "sebastian/comparator": {
  356. "version": "5.0-dev"
  357. },
  358. "sebastian/complexity": {
  359. "version": "3.0-dev"
  360. },
  361. "sebastian/diff": {
  362. "version": "5.0-dev"
  363. },
  364. "sebastian/environment": {
  365. "version": "6.0-dev"
  366. },
  367. "sebastian/exporter": {
  368. "version": "5.0-dev"
  369. },
  370. "sebastian/global-state": {
  371. "version": "6.0-dev"
  372. },
  373. "sebastian/lines-of-code": {
  374. "version": "2.0-dev"
  375. },
  376. "sebastian/object-enumerator": {
  377. "version": "5.0-dev"
  378. },
  379. "sebastian/object-reflector": {
  380. "version": "3.0-dev"
  381. },
  382. "sebastian/recursion-context": {
  383. "version": "5.0-dev"
  384. },
  385. "sebastian/resource-operations": {
  386. "version": "3.0.3"
  387. },
  388. "sebastian/type": {
  389. "version": "3.0-dev"
  390. },
  391. "sebastian/version": {
  392. "version": "4.0-dev"
  393. },
  394. "sensio/framework-extra-bundle": {
  395. "version": "6.2",
  396. "recipe": {
  397. "repo": "github.com/symfony/recipes",
  398. "branch": "master",
  399. "version": "5.2",
  400. "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
  401. },
  402. "files": [
  403. "config/packages/sensio_framework_extra.yaml"
  404. ]
  405. },
  406. "someonewithpc/memcached-polyfill": {
  407. "version": "1.0.1"
  408. },
  409. "someonewithpc/redis-polyfill": {
  410. "version": "dev-master"
  411. },
  412. "spatie/temporary-directory": {
  413. "version": "2.0.0"
  414. },
  415. "symfony/asset": {
  416. "version": "6.0.x-dev"
  417. },
  418. "symfony/browser-kit": {
  419. "version": "6.0.x-dev"
  420. },
  421. "symfony/cache": {
  422. "version": "6.0.x-dev"
  423. },
  424. "symfony/cache-contracts": {
  425. "version": "3.1-dev"
  426. },
  427. "symfony/config": {
  428. "version": "6.0.x-dev"
  429. },
  430. "symfony/console": {
  431. "version": "6.0",
  432. "recipe": {
  433. "repo": "github.com/symfony/recipes",
  434. "branch": "master",
  435. "version": "5.3",
  436. "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
  437. },
  438. "files": [
  439. "bin/console"
  440. ]
  441. },
  442. "symfony/css-selector": {
  443. "version": "6.0.x-dev"
  444. },
  445. "symfony/debug-bundle": {
  446. "version": "6.0",
  447. "recipe": {
  448. "repo": "github.com/symfony/recipes",
  449. "branch": "master",
  450. "version": "5.3",
  451. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  452. },
  453. "files": [
  454. "config/packages/debug.yaml"
  455. ]
  456. },
  457. "symfony/dependency-injection": {
  458. "version": "6.0.x-dev"
  459. },
  460. "symfony/deprecation-contracts": {
  461. "version": "3.1-dev"
  462. },
  463. "symfony/doctrine-bridge": {
  464. "version": "6.0.x-dev"
  465. },
  466. "symfony/doctrine-messenger": {
  467. "version": "v6.0.3"
  468. },
  469. "symfony/dom-crawler": {
  470. "version": "6.0.x-dev"
  471. },
  472. "symfony/dotenv": {
  473. "version": "6.0.x-dev"
  474. },
  475. "symfony/error-handler": {
  476. "version": "6.0.x-dev"
  477. },
  478. "symfony/event-dispatcher": {
  479. "version": "6.0.x-dev"
  480. },
  481. "symfony/event-dispatcher-contracts": {
  482. "version": "3.1-dev"
  483. },
  484. "symfony/expression-language": {
  485. "version": "6.0.x-dev"
  486. },
  487. "symfony/filesystem": {
  488. "version": "6.0.x-dev"
  489. },
  490. "symfony/finder": {
  491. "version": "6.0.x-dev"
  492. },
  493. "symfony/flex": {
  494. "version": "1.9999999",
  495. "recipe": {
  496. "repo": "github.com/symfony/recipes",
  497. "branch": "master",
  498. "version": "1.0",
  499. "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
  500. },
  501. "files": [
  502. ".env"
  503. ]
  504. },
  505. "symfony/form": {
  506. "version": "6.0.x-dev"
  507. },
  508. "symfony/framework-bundle": {
  509. "version": "6.0",
  510. "recipe": {
  511. "repo": "github.com/symfony/recipes",
  512. "branch": "master",
  513. "version": "5.4",
  514. "ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb"
  515. },
  516. "files": [
  517. "config/packages/cache.yaml",
  518. "config/packages/framework.yaml",
  519. "config/preload.php",
  520. "config/routes/framework.yaml",
  521. "config/services.yaml",
  522. "public/index.php",
  523. "src/Controller/.gitignore",
  524. "src/Kernel.php"
  525. ]
  526. },
  527. "symfony/http-client": {
  528. "version": "6.0.x-dev"
  529. },
  530. "symfony/http-client-contracts": {
  531. "version": "3.1-dev"
  532. },
  533. "symfony/http-foundation": {
  534. "version": "6.0.x-dev"
  535. },
  536. "symfony/http-kernel": {
  537. "version": "6.0.x-dev"
  538. },
  539. "symfony/intl": {
  540. "version": "6.0.x-dev"
  541. },
  542. "symfony/mailer": {
  543. "version": "6.0",
  544. "recipe": {
  545. "repo": "github.com/symfony/recipes",
  546. "branch": "master",
  547. "version": "4.3",
  548. "ref": "bbfc7e27257d3a3f12a6fb0a42540a42d9623a37"
  549. },
  550. "files": [
  551. "config/packages/mailer.yaml"
  552. ]
  553. },
  554. "symfony/maker-bundle": {
  555. "version": "1.38",
  556. "recipe": {
  557. "repo": "github.com/symfony/recipes",
  558. "branch": "master",
  559. "version": "1.0",
  560. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  561. }
  562. },
  563. "symfony/messenger": {
  564. "version": "6.0",
  565. "recipe": {
  566. "repo": "github.com/symfony/recipes",
  567. "branch": "master",
  568. "version": "4.3",
  569. "ref": "25e3c964d3aee480b3acc3114ffb7940c89edfed"
  570. },
  571. "files": [
  572. "config/packages/messenger.yaml"
  573. ]
  574. },
  575. "symfony/mime": {
  576. "version": "6.0.x-dev"
  577. },
  578. "symfony/monolog-bridge": {
  579. "version": "6.0.x-dev"
  580. },
  581. "symfony/monolog-bundle": {
  582. "version": "3.9999999",
  583. "recipe": {
  584. "repo": "github.com/symfony/recipes",
  585. "branch": "master",
  586. "version": "3.7",
  587. "ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
  588. },
  589. "files": [
  590. "config/packages/monolog.yaml"
  591. ]
  592. },
  593. "symfony/notifier": {
  594. "version": "6.0",
  595. "recipe": {
  596. "repo": "github.com/symfony/recipes",
  597. "branch": "master",
  598. "version": "5.0",
  599. "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
  600. },
  601. "files": [
  602. "config/packages/notifier.yaml"
  603. ]
  604. },
  605. "symfony/options-resolver": {
  606. "version": "6.0.x-dev"
  607. },
  608. "symfony/password-hasher": {
  609. "version": "6.0.x-dev"
  610. },
  611. "symfony/phpunit-bridge": {
  612. "version": "6.1",
  613. "recipe": {
  614. "repo": "github.com/symfony/recipes",
  615. "branch": "master",
  616. "version": "5.3",
  617. "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96"
  618. },
  619. "files": [
  620. ".env.test",
  621. "bin/phpunit",
  622. "phpunit.xml.dist",
  623. "tests/bootstrap.php"
  624. ]
  625. },
  626. "symfony/polyfill-intl-grapheme": {
  627. "version": "v1.25.0"
  628. },
  629. "symfony/polyfill-intl-icu": {
  630. "version": "v1.25.0"
  631. },
  632. "symfony/polyfill-intl-idn": {
  633. "version": "v1.25.0"
  634. },
  635. "symfony/polyfill-intl-normalizer": {
  636. "version": "v1.25.0"
  637. },
  638. "symfony/polyfill-mbstring": {
  639. "version": "v1.25.0"
  640. },
  641. "symfony/polyfill-php80": {
  642. "version": "v1.25.0"
  643. },
  644. "symfony/polyfill-php81": {
  645. "version": "v1.25.0"
  646. },
  647. "symfony/process": {
  648. "version": "6.0.x-dev"
  649. },
  650. "symfony/property-access": {
  651. "version": "6.0.x-dev"
  652. },
  653. "symfony/property-info": {
  654. "version": "6.0.x-dev"
  655. },
  656. "symfony/proxy-manager-bridge": {
  657. "version": "6.0.x-dev"
  658. },
  659. "symfony/psr-http-message-bridge": {
  660. "version": "2.1-dev"
  661. },
  662. "symfony/routing": {
  663. "version": "6.0",
  664. "recipe": {
  665. "repo": "github.com/symfony/recipes",
  666. "branch": "master",
  667. "version": "6.0",
  668. "ref": "eb3b377a4dc07006c4bdb2c773652cc9434f5246"
  669. },
  670. "files": [
  671. "config/packages/routing.yaml",
  672. "config/routes.yaml"
  673. ]
  674. },
  675. "symfony/security-bundle": {
  676. "version": "6.0",
  677. "recipe": {
  678. "repo": "github.com/symfony/recipes",
  679. "branch": "master",
  680. "version": "5.3",
  681. "ref": "98f1f2b0d635908c2b40f3675da2d23b1a069d30"
  682. },
  683. "files": [
  684. "config/packages/security.yaml"
  685. ]
  686. },
  687. "symfony/security-core": {
  688. "version": "6.0.x-dev"
  689. },
  690. "symfony/security-csrf": {
  691. "version": "6.0.x-dev"
  692. },
  693. "symfony/security-http": {
  694. "version": "6.0.x-dev"
  695. },
  696. "symfony/serializer": {
  697. "version": "6.0.x-dev"
  698. },
  699. "symfony/service-contracts": {
  700. "version": "3.1-dev"
  701. },
  702. "symfony/stopwatch": {
  703. "version": "6.0.x-dev"
  704. },
  705. "symfony/string": {
  706. "version": "6.0.x-dev"
  707. },
  708. "symfony/translation": {
  709. "version": "6.0",
  710. "recipe": {
  711. "repo": "github.com/symfony/recipes",
  712. "branch": "master",
  713. "version": "5.3",
  714. "ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
  715. },
  716. "files": [
  717. "config/packages/translation.yaml",
  718. "translations/.gitignore"
  719. ]
  720. },
  721. "symfony/translation-contracts": {
  722. "version": "3.1-dev"
  723. },
  724. "symfony/twig-bridge": {
  725. "version": "6.0.x-dev"
  726. },
  727. "symfony/twig-bundle": {
  728. "version": "6.0",
  729. "recipe": {
  730. "repo": "github.com/symfony/recipes",
  731. "branch": "master",
  732. "version": "5.4",
  733. "ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
  734. },
  735. "files": [
  736. "config/packages/twig.yaml",
  737. "templates/base.html.twig"
  738. ]
  739. },
  740. "symfony/validator": {
  741. "version": "6.0",
  742. "recipe": {
  743. "repo": "github.com/symfony/recipes",
  744. "branch": "master",
  745. "version": "5.3",
  746. "ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
  747. },
  748. "files": [
  749. "config/packages/validator.yaml"
  750. ]
  751. },
  752. "symfony/var-dumper": {
  753. "version": "6.0.x-dev"
  754. },
  755. "symfony/var-exporter": {
  756. "version": "6.0.x-dev"
  757. },
  758. "symfony/web-link": {
  759. "version": "6.0.x-dev"
  760. },
  761. "symfony/web-profiler-bundle": {
  762. "version": "6.0",
  763. "recipe": {
  764. "repo": "github.com/symfony/recipes",
  765. "branch": "master",
  766. "version": "5.3",
  767. "ref": "24bbc3d84ef2f427f82104f766014e799eefcc3e"
  768. },
  769. "files": [
  770. "config/packages/web_profiler.yaml",
  771. "config/routes/web_profiler.yaml"
  772. ]
  773. },
  774. "symfony/yaml": {
  775. "version": "6.0.x-dev"
  776. },
  777. "symfonycasts/reset-password-bundle": {
  778. "version": "1.13",
  779. "recipe": {
  780. "repo": "github.com/symfony/recipes",
  781. "branch": "master",
  782. "version": "1.0",
  783. "ref": "97c1627c0384534997ae1047b93be517ca16de43"
  784. },
  785. "files": [
  786. "config/packages/reset_password.yaml"
  787. ]
  788. },
  789. "symfonycasts/verify-email-bundle": {
  790. "version": "v1.10.0"
  791. },
  792. "tgalopin/html-sanitizer": {
  793. "version": "1.5.0"
  794. },
  795. "tgalopin/html-sanitizer-bundle": {
  796. "version": "1.4",
  797. "recipe": {
  798. "repo": "github.com/symfony/recipes-contrib",
  799. "branch": "master",
  800. "version": "1.0",
  801. "ref": "95b935177db9abb65356fe19e57fe5abd908b5b8"
  802. },
  803. "files": [
  804. "config/packages/html_sanitizer.yaml"
  805. ]
  806. },
  807. "theofidry/psysh-bundle": {
  808. "version": "4.5.0"
  809. },
  810. "theseer/tokenizer": {
  811. "version": "1.2.1"
  812. },
  813. "twig/extra-bundle": {
  814. "version": "3.x-dev"
  815. },
  816. "twig/markdown-extra": {
  817. "version": "3.x-dev"
  818. },
  819. "twig/twig": {
  820. "version": "3.x-dev"
  821. },
  822. "ulrichsg/getopt-php": {
  823. "version": "4.0.0"
  824. },
  825. "voku/portable-ascii": {
  826. "version": "1.5.6"
  827. },
  828. "voku/portable-utf8": {
  829. "version": "5.4.51"
  830. },
  831. "wamania/php-stemmer": {
  832. "version": "v3.0.0"
  833. },
  834. "webmozart/assert": {
  835. "version": "1.10-dev"
  836. },
  837. "wikimedia/composer-merge-plugin": {
  838. "version": "2.x-dev"
  839. },
  840. "wp-cli/php-cli-tools": {
  841. "version": "v0.11.13"
  842. },
  843. "xemlock/php-latex": {
  844. "version": "dev-master"
  845. }
  846. }