Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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