You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
4.3 KiB

  1. {
  2. "doctrine/annotations": {
  3. "version": "2.0",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "1.10",
  8. "ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
  9. }
  10. },
  11. "doctrine/doctrine-bundle": {
  12. "version": "2.9",
  13. "recipe": {
  14. "repo": "github.com/symfony/recipes",
  15. "branch": "main",
  16. "version": "2.8",
  17. "ref": "67961f095352f829a24c035639b3d0d3378ffbf2"
  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.2",
  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. "nelmio/cors-bundle": {
  39. "version": "2.3",
  40. "recipe": {
  41. "repo": "github.com/symfony/recipes",
  42. "branch": "main",
  43. "version": "1.5",
  44. "ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
  45. },
  46. "files": [
  47. "config/packages/nelmio_cors.yaml"
  48. ]
  49. },
  50. "sensio/framework-extra-bundle": {
  51. "version": "6.2",
  52. "recipe": {
  53. "repo": "github.com/symfony/recipes",
  54. "branch": "main",
  55. "version": "5.2",
  56. "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
  57. },
  58. "files": [
  59. "config/packages/sensio_framework_extra.yaml"
  60. ]
  61. },
  62. "symfony/console": {
  63. "version": "6.2",
  64. "recipe": {
  65. "repo": "github.com/symfony/recipes",
  66. "branch": "main",
  67. "version": "5.3",
  68. "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
  69. },
  70. "files": [
  71. "bin/console"
  72. ]
  73. },
  74. "symfony/debug-bundle": {
  75. "version": "6.2",
  76. "recipe": {
  77. "repo": "github.com/symfony/recipes",
  78. "branch": "main",
  79. "version": "5.3",
  80. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  81. },
  82. "files": [
  83. "config/packages/debug.yaml"
  84. ]
  85. },
  86. "symfony/flex": {
  87. "version": "2.2",
  88. "recipe": {
  89. "repo": "github.com/symfony/recipes",
  90. "branch": "main",
  91. "version": "1.0",
  92. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  93. },
  94. "files": [
  95. ".env"
  96. ]
  97. },
  98. "symfony/framework-bundle": {
  99. "version": "6.2",
  100. "recipe": {
  101. "repo": "github.com/symfony/recipes",
  102. "branch": "main",
  103. "version": "6.2",
  104. "ref": "af47254c5e4cd543e6af3e4508298ffebbdaddd3"
  105. },
  106. "files": [
  107. "config/packages/cache.yaml",
  108. "config/packages/framework.yaml",
  109. "config/preload.php",
  110. "config/routes/framework.yaml",
  111. "config/services.yaml",
  112. "public/index.php",
  113. "src/Controller/.gitignore",
  114. "src/Kernel.php"
  115. ]
  116. },
  117. "symfony/mailer": {
  118. "version": "6.2",
  119. "recipe": {
  120. "repo": "github.com/symfony/recipes",
  121. "branch": "main",
  122. "version": "4.3",
  123. "ref": "2bf89438209656b85b9a49238c4467bff1b1f939"
  124. },
  125. "files": [
  126. "config/packages/mailer.yaml"
  127. ]
  128. },
  129. "symfony/routing": {
  130. "version": "6.2",
  131. "recipe": {
  132. "repo": "github.com/symfony/recipes",
  133. "branch": "main",
  134. "version": "6.2",
  135. "ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
  136. },
  137. "files": [
  138. "config/packages/routing.yaml",
  139. "config/routes.yaml"
  140. ]
  141. },
  142. "symfony/security-bundle": {
  143. "version": "6.2",
  144. "recipe": {
  145. "repo": "github.com/symfony/recipes",
  146. "branch": "main",
  147. "version": "6.0",
  148. "ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
  149. },
  150. "files": [
  151. "config/packages/security.yaml"
  152. ]
  153. }
  154. }