symfony.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. {
  2. "doctrine/deprecations": {
  3. "version": "1.1",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "1.0",
  8. "ref": "87424683adc81d7dc305eefec1fced883084aab9"
  9. }
  10. },
  11. "doctrine/doctrine-bundle": {
  12. "version": "2.15",
  13. "recipe": {
  14. "repo": "github.com/symfony/recipes",
  15. "branch": "main",
  16. "version": "2.13",
  17. "ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
  18. },
  19. "files": [
  20. "config/packages/doctrine.yaml",
  21. "src/Entity/.gitignore",
  22. "src/Repository/.gitignore"
  23. ]
  24. },
  25. "doctrine/doctrine-migrations-bundle": {
  26. "version": "3.4",
  27. "recipe": {
  28. "repo": "github.com/symfony/recipes",
  29. "branch": "main",
  30. "version": "3.1",
  31. "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
  32. },
  33. "files": [
  34. "config/packages/doctrine_migrations.yaml",
  35. "migrations/.gitignore"
  36. ]
  37. },
  38. "odolbeau/phone-number-bundle": {
  39. "version": "4.2",
  40. "recipe": {
  41. "repo": "github.com/symfony/recipes-contrib",
  42. "branch": "main",
  43. "version": "3.0",
  44. "ref": "0d4442802a90dd2d1d6c18618998b43f69af0d95"
  45. },
  46. "files": [
  47. "config/packages/misd_phone_number.yaml"
  48. ]
  49. },
  50. "omines/datatables-bundle": {
  51. "version": "0.10",
  52. "recipe": {
  53. "repo": "github.com/symfony/recipes-contrib",
  54. "branch": "main",
  55. "version": "0.1",
  56. "ref": "467488ddc00aa190c37a4357f226457d4dd6b339"
  57. },
  58. "files": [
  59. "config/packages/datatables.yaml"
  60. ]
  61. },
  62. "phpunit/phpunit": {
  63. "version": "12.2",
  64. "recipe": {
  65. "repo": "github.com/symfony/recipes",
  66. "branch": "main",
  67. "version": "11.1",
  68. "ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
  69. },
  70. "files": [
  71. ".env.test",
  72. "phpunit.dist.xml",
  73. "tests/bootstrap.php",
  74. "bin/phpunit"
  75. ]
  76. },
  77. "symfony/asset-mapper": {
  78. "version": "7.3",
  79. "recipe": {
  80. "repo": "github.com/symfony/recipes",
  81. "branch": "main",
  82. "version": "6.4",
  83. "ref": "5ad1308aa756d58f999ffbe1540d1189f5d7d14a"
  84. },
  85. "files": [
  86. "assets/app.js",
  87. "assets/styles/app.css",
  88. "config/packages/asset_mapper.yaml",
  89. "importmap.php"
  90. ]
  91. },
  92. "symfony/console": {
  93. "version": "7.3",
  94. "recipe": {
  95. "repo": "github.com/symfony/recipes",
  96. "branch": "main",
  97. "version": "5.3",
  98. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  99. },
  100. "files": [
  101. "bin/console"
  102. ]
  103. },
  104. "symfony/debug-bundle": {
  105. "version": "7.3",
  106. "recipe": {
  107. "repo": "github.com/symfony/recipes",
  108. "branch": "main",
  109. "version": "5.3",
  110. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  111. },
  112. "files": [
  113. "config/packages/debug.yaml"
  114. ]
  115. },
  116. "symfony/flex": {
  117. "version": "2.8",
  118. "recipe": {
  119. "repo": "github.com/symfony/recipes",
  120. "branch": "main",
  121. "version": "2.4",
  122. "ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
  123. },
  124. "files": [
  125. ".env",
  126. ".env.dev"
  127. ]
  128. },
  129. "symfony/form": {
  130. "version": "7.3",
  131. "recipe": {
  132. "repo": "github.com/symfony/recipes",
  133. "branch": "main",
  134. "version": "7.2",
  135. "ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
  136. },
  137. "files": [
  138. "config/packages/csrf.yaml"
  139. ]
  140. },
  141. "symfony/framework-bundle": {
  142. "version": "7.3",
  143. "recipe": {
  144. "repo": "github.com/symfony/recipes",
  145. "branch": "main",
  146. "version": "7.3",
  147. "ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9"
  148. },
  149. "files": [
  150. "config/packages/cache.yaml",
  151. "config/packages/framework.yaml",
  152. "config/preload.php",
  153. "config/routes/framework.yaml",
  154. "config/services.yaml",
  155. "public/index.php",
  156. "src/Controller/.gitignore",
  157. "src/Kernel.php",
  158. ".editorconfig"
  159. ]
  160. },
  161. "symfony/mailer": {
  162. "version": "7.3",
  163. "recipe": {
  164. "repo": "github.com/symfony/recipes",
  165. "branch": "main",
  166. "version": "4.3",
  167. "ref": "09051cfde49476e3c12cd3a0e44289ace1c75a4f"
  168. },
  169. "files": [
  170. "config/packages/mailer.yaml"
  171. ]
  172. },
  173. "symfony/maker-bundle": {
  174. "version": "1.64",
  175. "recipe": {
  176. "repo": "github.com/symfony/recipes",
  177. "branch": "main",
  178. "version": "1.0",
  179. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  180. }
  181. },
  182. "symfony/messenger": {
  183. "version": "7.3",
  184. "recipe": {
  185. "repo": "github.com/symfony/recipes",
  186. "branch": "main",
  187. "version": "6.0",
  188. "ref": "ba1ac4e919baba5644d31b57a3284d6ba12d52ee"
  189. },
  190. "files": [
  191. "config/packages/messenger.yaml"
  192. ]
  193. },
  194. "symfony/monolog-bundle": {
  195. "version": "3.10",
  196. "recipe": {
  197. "repo": "github.com/symfony/recipes",
  198. "branch": "main",
  199. "version": "3.7",
  200. "ref": "aff23899c4440dd995907613c1dd709b6f59503f"
  201. },
  202. "files": [
  203. "config/packages/monolog.yaml"
  204. ]
  205. },
  206. "symfony/notifier": {
  207. "version": "7.3",
  208. "recipe": {
  209. "repo": "github.com/symfony/recipes",
  210. "branch": "main",
  211. "version": "5.0",
  212. "ref": "178877daf79d2dbd62129dd03612cb1a2cb407cc"
  213. },
  214. "files": [
  215. "config/packages/notifier.yaml"
  216. ]
  217. },
  218. "symfony/property-info": {
  219. "version": "7.3",
  220. "recipe": {
  221. "repo": "github.com/symfony/recipes",
  222. "branch": "main",
  223. "version": "7.3",
  224. "ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
  225. },
  226. "files": [
  227. "config/packages/property_info.yaml"
  228. ]
  229. },
  230. "symfony/routing": {
  231. "version": "7.3",
  232. "recipe": {
  233. "repo": "github.com/symfony/recipes",
  234. "branch": "main",
  235. "version": "7.0",
  236. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  237. },
  238. "files": [
  239. "config/packages/routing.yaml",
  240. "config/routes.yaml"
  241. ]
  242. },
  243. "symfony/security-bundle": {
  244. "version": "7.3",
  245. "recipe": {
  246. "repo": "github.com/symfony/recipes",
  247. "branch": "main",
  248. "version": "6.4",
  249. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  250. },
  251. "files": [
  252. "config/packages/security.yaml",
  253. "config/routes/security.yaml"
  254. ]
  255. },
  256. "symfony/stimulus-bundle": {
  257. "version": "2.27",
  258. "recipe": {
  259. "repo": "github.com/symfony/recipes",
  260. "branch": "main",
  261. "version": "2.20",
  262. "ref": "e058471c5502e549c1404ebdd510099107bb5549"
  263. },
  264. "files": [
  265. "assets/bootstrap.js",
  266. "assets/controllers.json",
  267. "assets/controllers/csrf_protection_controller.js",
  268. "assets/controllers/hello_controller.js"
  269. ]
  270. },
  271. "symfony/translation": {
  272. "version": "7.3",
  273. "recipe": {
  274. "repo": "github.com/symfony/recipes",
  275. "branch": "main",
  276. "version": "6.3",
  277. "ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
  278. },
  279. "files": [
  280. "config/packages/translation.yaml",
  281. "translations/.gitignore"
  282. ]
  283. },
  284. "symfony/twig-bundle": {
  285. "version": "7.3",
  286. "recipe": {
  287. "repo": "github.com/symfony/recipes",
  288. "branch": "main",
  289. "version": "6.4",
  290. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  291. },
  292. "files": [
  293. "config/packages/twig.yaml",
  294. "templates/base.html.twig"
  295. ]
  296. },
  297. "symfony/uid": {
  298. "version": "7.3",
  299. "recipe": {
  300. "repo": "github.com/symfony/recipes",
  301. "branch": "main",
  302. "version": "7.0",
  303. "ref": "0df5844274d871b37fc3816c57a768ffc60a43a5"
  304. }
  305. },
  306. "symfony/ux-icons": {
  307. "version": "2.27",
  308. "recipe": {
  309. "repo": "github.com/symfony/recipes",
  310. "branch": "main",
  311. "version": "2.17",
  312. "ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5"
  313. },
  314. "files": [
  315. "assets/icons/symfony.svg"
  316. ]
  317. },
  318. "symfony/ux-toggle-password": {
  319. "version": "v2.27.0"
  320. },
  321. "symfony/ux-turbo": {
  322. "version": "2.27",
  323. "recipe": {
  324. "repo": "github.com/symfony/recipes",
  325. "branch": "main",
  326. "version": "2.20",
  327. "ref": "e4b951d7de760751e170c6d2e3b565cf9ed5182f"
  328. }
  329. },
  330. "symfony/ux-twig-component": {
  331. "version": "2.27",
  332. "recipe": {
  333. "repo": "github.com/symfony/recipes",
  334. "branch": "main",
  335. "version": "2.13",
  336. "ref": "f367ae2a1faf01c503de2171f1ec22567febeead"
  337. },
  338. "files": [
  339. "config/packages/twig_component.yaml"
  340. ]
  341. },
  342. "symfony/validator": {
  343. "version": "7.3",
  344. "recipe": {
  345. "repo": "github.com/symfony/recipes",
  346. "branch": "main",
  347. "version": "7.0",
  348. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  349. },
  350. "files": [
  351. "config/packages/validator.yaml"
  352. ]
  353. },
  354. "symfony/web-profiler-bundle": {
  355. "version": "7.3",
  356. "recipe": {
  357. "repo": "github.com/symfony/recipes",
  358. "branch": "main",
  359. "version": "7.3",
  360. "ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026"
  361. },
  362. "files": [
  363. "config/packages/web_profiler.yaml",
  364. "config/routes/web_profiler.yaml"
  365. ]
  366. },
  367. "symfony/webapp-pack": {
  368. "version": "1.3",
  369. "recipe": {
  370. "repo": "github.com/symfony/recipes",
  371. "branch": "main",
  372. "version": "1.0",
  373. "ref": "7d5c5e282f7e2c36a2c3bbb1504f78456c352407"
  374. },
  375. "files": [
  376. "config/packages/messenger.yaml"
  377. ]
  378. },
  379. "symfonycasts/reset-password-bundle": {
  380. "version": "1.23",
  381. "recipe": {
  382. "repo": "github.com/symfony/recipes",
  383. "branch": "main",
  384. "version": "1.0",
  385. "ref": "97c1627c0384534997ae1047b93be517ca16de43"
  386. },
  387. "files": [
  388. "config/packages/reset_password.yaml"
  389. ]
  390. },
  391. "symfonycasts/verify-email-bundle": {
  392. "version": "v1.17.3"
  393. },
  394. "twig/extra-bundle": {
  395. "version": "v3.21.0"
  396. }
  397. }