symfony.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "api-platform/core": {
  3. "version": "3.3",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "3.3",
  8. "ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
  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.12",
  22. "ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae"
  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.3",
  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": "7.1",
  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": "2.4",
  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": "7.1",
  81. "recipe": {
  82. "repo": "github.com/symfony/recipes",
  83. "branch": "main",
  84. "version": "7.0",
  85. "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
  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": "7.1",
  100. "recipe": {
  101. "repo": "github.com/symfony/recipes",
  102. "branch": "main",
  103. "version": "4.3",
  104. "ref": "df66ee1f226c46f01e85c29c2f7acce0596ba35a"
  105. },
  106. "files": [
  107. "config/packages/mailer.yaml"
  108. ]
  109. },
  110. "symfony/routing": {
  111. "version": "7.1",
  112. "recipe": {
  113. "repo": "github.com/symfony/recipes",
  114. "branch": "main",
  115. "version": "7.0",
  116. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  117. },
  118. "files": [
  119. "config/packages/routing.yaml",
  120. "config/routes.yaml"
  121. ]
  122. },
  123. "symfony/security-bundle": {
  124. "version": "7.1",
  125. "recipe": {
  126. "repo": "github.com/symfony/recipes",
  127. "branch": "main",
  128. "version": "6.4",
  129. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  130. },
  131. "files": [
  132. "config/packages/security.yaml",
  133. "config/routes/security.yaml"
  134. ]
  135. },
  136. "symfony/twig-bundle": {
  137. "version": "7.1",
  138. "recipe": {
  139. "repo": "github.com/symfony/recipes",
  140. "branch": "main",
  141. "version": "6.4",
  142. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  143. },
  144. "files": [
  145. "config/packages/twig.yaml",
  146. "templates/base.html.twig"
  147. ]
  148. },
  149. "symfony/validator": {
  150. "version": "7.1",
  151. "recipe": {
  152. "repo": "github.com/symfony/recipes",
  153. "branch": "main",
  154. "version": "7.0",
  155. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  156. },
  157. "files": [
  158. "config/packages/validator.yaml"
  159. ]
  160. }
  161. }