symfony.lock 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "doctrine/doctrine-bundle": {
  3. "version": "2.13",
  4. "recipe": {
  5. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  6. "branch": "main",
  7. "version": "2.10",
  8. "ref": "c170ded8fc587d6bd670550c43dafcf093762245"
  9. },
  10. "files": [
  11. "config/packages/doctrine.yaml",
  12. "src/Entity/.gitignore",
  13. "src/Repository/.gitignore"
  14. ]
  15. },
  16. "doctrine/doctrine-migrations-bundle": {
  17. "version": "3.3",
  18. "recipe": {
  19. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  20. "branch": "main",
  21. "version": "3.1",
  22. "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
  23. },
  24. "files": [
  25. "config/packages/doctrine_migrations.yaml",
  26. "migrations/.gitignore"
  27. ]
  28. },
  29. "phpunit/phpunit": {
  30. "version": "9.6",
  31. "recipe": {
  32. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  33. "branch": "main",
  34. "version": "9.6",
  35. "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
  36. },
  37. "files": [
  38. ".env.test",
  39. "phpunit.xml.dist",
  40. "tests/bootstrap.php"
  41. ]
  42. },
  43. "symfony/console": {
  44. "version": "6.4",
  45. "recipe": {
  46. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  47. "branch": "main",
  48. "version": "5.3",
  49. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  50. },
  51. "files": [
  52. "bin/console"
  53. ]
  54. },
  55. "symfony/debug-bundle": {
  56. "version": "6.4",
  57. "recipe": {
  58. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  59. "branch": "main",
  60. "version": "5.3",
  61. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  62. },
  63. "files": [
  64. "config/packages/debug.yaml"
  65. ]
  66. },
  67. "symfony/flex": {
  68. "version": "2.4",
  69. "recipe": {
  70. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  71. "branch": "main",
  72. "version": "1.0",
  73. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  74. },
  75. "files": [
  76. ".env"
  77. ]
  78. },
  79. "symfony/framework-bundle": {
  80. "version": "6.4",
  81. "recipe": {
  82. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  83. "branch": "main",
  84. "version": "6.4",
  85. "ref": "32126346f25e1cee607cc4aa6783d46034920554"
  86. },
  87. "files": [
  88. "config/packages/cache.yaml",
  89. "config/packages/framework.yaml",
  90. "config/preload.php",
  91. "config/routes/framework.yaml",
  92. "config/services.yaml",
  93. "public/index.php",
  94. "src/Controller/.gitignore",
  95. "src/Kernel.php"
  96. ]
  97. },
  98. "symfony/mailer": {
  99. "version": "6.4",
  100. "recipe": {
  101. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  102. "branch": "main",
  103. "version": "4.3",
  104. "ref": "09051cfde49476e3c12cd3a0e44289ace1c75a4f"
  105. },
  106. "files": [
  107. "config/packages/mailer.yaml"
  108. ]
  109. },
  110. "symfony/maker-bundle": {
  111. "version": "1.61",
  112. "recipe": {
  113. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  114. "branch": "main",
  115. "version": "1.0",
  116. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  117. }
  118. },
  119. "symfony/messenger": {
  120. "version": "6.4",
  121. "recipe": {
  122. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  123. "branch": "main",
  124. "version": "6.0",
  125. "ref": "ba1ac4e919baba5644d31b57a3284d6ba12d52ee"
  126. },
  127. "files": [
  128. "config/packages/messenger.yaml"
  129. ]
  130. },
  131. "symfony/monolog-bundle": {
  132. "version": "3.10",
  133. "recipe": {
  134. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  135. "branch": "main",
  136. "version": "3.7",
  137. "ref": "aff23899c4440dd995907613c1dd709b6f59503f"
  138. },
  139. "files": [
  140. "config/packages/monolog.yaml"
  141. ]
  142. },
  143. "symfony/notifier": {
  144. "version": "6.4",
  145. "recipe": {
  146. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  147. "branch": "main",
  148. "version": "5.0",
  149. "ref": "178877daf79d2dbd62129dd03612cb1a2cb407cc"
  150. },
  151. "files": [
  152. "config/packages/notifier.yaml"
  153. ]
  154. },
  155. "symfony/phpunit-bridge": {
  156. "version": "7.2",
  157. "recipe": {
  158. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  159. "branch": "main",
  160. "version": "6.3",
  161. "ref": "a411a0480041243d97382cac7984f7dce7813c08"
  162. },
  163. "files": [
  164. ".env.test",
  165. "bin/phpunit",
  166. "phpunit.xml.dist",
  167. "tests/bootstrap.php"
  168. ]
  169. },
  170. "symfony/routing": {
  171. "version": "6.4",
  172. "recipe": {
  173. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  174. "branch": "main",
  175. "version": "6.2",
  176. "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
  177. },
  178. "files": [
  179. "config/packages/routing.yaml",
  180. "config/routes.yaml"
  181. ]
  182. },
  183. "symfony/security-bundle": {
  184. "version": "6.4",
  185. "recipe": {
  186. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  187. "branch": "main",
  188. "version": "6.4",
  189. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  190. },
  191. "files": [
  192. "config/packages/security.yaml",
  193. "config/routes/security.yaml"
  194. ]
  195. },
  196. "symfony/stimulus-bundle": {
  197. "version": "2.22",
  198. "recipe": {
  199. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  200. "branch": "main",
  201. "version": "2.13",
  202. "ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43"
  203. },
  204. "files": [
  205. "assets/bootstrap.js",
  206. "assets/controllers.json",
  207. "assets/controllers/hello_controller.js"
  208. ]
  209. },
  210. "symfony/translation": {
  211. "version": "6.4",
  212. "recipe": {
  213. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  214. "branch": "main",
  215. "version": "6.3",
  216. "ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
  217. },
  218. "files": [
  219. "config/packages/translation.yaml",
  220. "translations/.gitignore"
  221. ]
  222. },
  223. "symfony/twig-bundle": {
  224. "version": "6.4",
  225. "recipe": {
  226. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  227. "branch": "main",
  228. "version": "6.4",
  229. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  230. },
  231. "files": [
  232. "config/packages/twig.yaml",
  233. "templates/base.html.twig"
  234. ]
  235. },
  236. "symfony/ux-turbo": {
  237. "version": "2.22",
  238. "recipe": {
  239. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  240. "branch": "main",
  241. "version": "2.19",
  242. "ref": "9dd2778a116b6e5e01e5e1582d03d5a9e82630de"
  243. }
  244. },
  245. "symfony/validator": {
  246. "version": "6.4",
  247. "recipe": {
  248. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  249. "branch": "main",
  250. "version": "5.3",
  251. "ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
  252. },
  253. "files": [
  254. "config/packages/validator.yaml"
  255. ]
  256. },
  257. "symfony/web-profiler-bundle": {
  258. "version": "6.4",
  259. "recipe": {
  260. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  261. "branch": "main",
  262. "version": "6.1",
  263. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  264. },
  265. "files": [
  266. "config/packages/web_profiler.yaml",
  267. "config/routes/web_profiler.yaml"
  268. ]
  269. },
  270. "symfony/webapp-pack": {
  271. "version": "1.3",
  272. "recipe": {
  273. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  274. "branch": "main",
  275. "version": "1.0",
  276. "ref": "7d5c5e282f7e2c36a2c3bbb1504f78456c352407"
  277. },
  278. "files": [
  279. "config/packages/messenger.yaml"
  280. ]
  281. },
  282. "symfony/webpack-encore-bundle": {
  283. "version": "2.2",
  284. "recipe": {
  285. "repo": "gitlab.si.cnaf.info/cnaf/flex/recipes",
  286. "branch": "main",
  287. "version": "2.0",
  288. "ref": "35ee1edee91a1a7137095f53db7ed0c20884b745"
  289. },
  290. "files": [
  291. "assets/app.js",
  292. "assets/styles/app.css",
  293. "config/packages/webpack_encore.yaml",
  294. "package.json",
  295. "webpack.config.js"
  296. ]
  297. },
  298. "twig/extra-bundle": {
  299. "version": "v3.18.0"
  300. }
  301. }