symfony.lock 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "api-platform/core": {
  3. "version": "4.0",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "4.0",
  8. "ref": "cb9e6b8ceb9b62f32d41fc8ad72a25d5bd674c6d"
  9. },
  10. "files": [
  11. "config/packages/api_platform.yaml",
  12. "config/routes/api_platform.yaml",
  13. "src/ApiResource/.gitignore"
  14. ]
  15. },
  16. "doctrine/doctrine-bundle": {
  17. "version": "2.13",
  18. "recipe": {
  19. "repo": "github.com/symfony/recipes",
  20. "branch": "main",
  21. "version": "2.10",
  22. "ref": "c170ded8fc587d6bd670550c43dafcf093762245"
  23. },
  24. "files": [
  25. "config/packages/doctrine.yaml",
  26. "src/Entity/.gitignore",
  27. "src/Repository/.gitignore"
  28. ]
  29. },
  30. "doctrine/doctrine-migrations-bundle": {
  31. "version": "3.4",
  32. "recipe": {
  33. "repo": "github.com/symfony/recipes",
  34. "branch": "main",
  35. "version": "3.1",
  36. "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
  37. },
  38. "files": [
  39. "config/packages/doctrine_migrations.yaml",
  40. "migrations/.gitignore"
  41. ]
  42. },
  43. "nelmio/cors-bundle": {
  44. "version": "2.5",
  45. "recipe": {
  46. "repo": "github.com/symfony/recipes",
  47. "branch": "main",
  48. "version": "1.5",
  49. "ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
  50. },
  51. "files": [
  52. "config/packages/nelmio_cors.yaml"
  53. ]
  54. },
  55. "symfony/console": {
  56. "version": "6.4",
  57. "recipe": {
  58. "repo": "github.com/symfony/recipes",
  59. "branch": "main",
  60. "version": "5.3",
  61. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  62. },
  63. "files": [
  64. "bin/console"
  65. ]
  66. },
  67. "symfony/flex": {
  68. "version": "1.21",
  69. "recipe": {
  70. "repo": "github.com/symfony/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": "github.com/symfony/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/lock": {
  99. "version": "6.4",
  100. "recipe": {
  101. "repo": "github.com/symfony/recipes",
  102. "branch": "main",
  103. "version": "5.2",
  104. "ref": "8e937ff2b4735d110af1770f242c1107fdab4c8e"
  105. },
  106. "files": [
  107. "config/packages/lock.yaml"
  108. ]
  109. },
  110. "symfony/mailer": {
  111. "version": "6.4",
  112. "recipe": {
  113. "repo": "github.com/symfony/recipes",
  114. "branch": "main",
  115. "version": "4.3",
  116. "ref": "09051cfde49476e3c12cd3a0e44289ace1c75a4f"
  117. },
  118. "files": [
  119. "config/packages/mailer.yaml"
  120. ]
  121. },
  122. "symfony/mercure-bundle": {
  123. "version": "0.3",
  124. "recipe": {
  125. "repo": "github.com/symfony/recipes",
  126. "branch": "main",
  127. "version": "0.3",
  128. "ref": "528285147494380298f8f991ee8c47abebaf79db"
  129. },
  130. "files": [
  131. "config/packages/mercure.yaml"
  132. ]
  133. },
  134. "symfony/messenger": {
  135. "version": "6.4",
  136. "recipe": {
  137. "repo": "github.com/symfony/recipes",
  138. "branch": "main",
  139. "version": "6.0",
  140. "ref": "ba1ac4e919baba5644d31b57a3284d6ba12d52ee"
  141. },
  142. "files": [
  143. "config/packages/messenger.yaml"
  144. ]
  145. },
  146. "symfony/monolog-bundle": {
  147. "version": "3.10",
  148. "recipe": {
  149. "repo": "github.com/symfony/recipes",
  150. "branch": "main",
  151. "version": "3.7",
  152. "ref": "aff23899c4440dd995907613c1dd709b6f59503f"
  153. },
  154. "files": [
  155. "config/packages/monolog.yaml"
  156. ]
  157. },
  158. "symfony/routing": {
  159. "version": "6.4",
  160. "recipe": {
  161. "repo": "github.com/symfony/recipes",
  162. "branch": "main",
  163. "version": "6.2",
  164. "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
  165. },
  166. "files": [
  167. "config/packages/routing.yaml",
  168. "config/routes.yaml"
  169. ]
  170. },
  171. "symfony/security-bundle": {
  172. "version": "6.4",
  173. "recipe": {
  174. "repo": "github.com/symfony/recipes",
  175. "branch": "main",
  176. "version": "6.4",
  177. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  178. },
  179. "files": [
  180. "config/packages/security.yaml",
  181. "config/routes/security.yaml"
  182. ]
  183. },
  184. "symfony/translation": {
  185. "version": "6.4",
  186. "recipe": {
  187. "repo": "github.com/symfony/recipes",
  188. "branch": "main",
  189. "version": "6.3",
  190. "ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
  191. },
  192. "files": [
  193. "config/packages/translation.yaml",
  194. "translations/.gitignore"
  195. ]
  196. },
  197. "symfony/twig-bundle": {
  198. "version": "6.4",
  199. "recipe": {
  200. "repo": "github.com/symfony/recipes",
  201. "branch": "main",
  202. "version": "6.4",
  203. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  204. },
  205. "files": [
  206. "config/packages/twig.yaml",
  207. "templates/base.html.twig"
  208. ]
  209. },
  210. "symfony/uid": {
  211. "version": "6.4",
  212. "recipe": {
  213. "repo": "github.com/symfony/recipes",
  214. "branch": "main",
  215. "version": "6.2",
  216. "ref": "d294ad4add3e15d7eb1bae0221588ca89b38e558"
  217. },
  218. "files": [
  219. "config/packages/uid.yaml"
  220. ]
  221. },
  222. "symfony/validator": {
  223. "version": "6.4",
  224. "recipe": {
  225. "repo": "github.com/symfony/recipes",
  226. "branch": "main",
  227. "version": "5.3",
  228. "ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
  229. },
  230. "files": [
  231. "config/packages/validator.yaml"
  232. ]
  233. }
  234. }