Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

251 Zeilen
6.9 KiB

  1. {
  2. "doctrine/doctrine-bundle": {
  3. "version": "2.11",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "2.10",
  8. "ref": "0db4b12b5df45f5122213b4ecd18733ab7fa7d53"
  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": "github.com/symfony/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": "github.com/symfony/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": "7.0",
  45. "recipe": {
  46. "repo": "github.com/symfony/recipes",
  47. "branch": "main",
  48. "version": "5.3",
  49. "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
  50. },
  51. "files": [
  52. "bin/console"
  53. ]
  54. },
  55. "symfony/debug-bundle": {
  56. "version": "7.0",
  57. "recipe": {
  58. "repo": "github.com/symfony/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": "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.0",
  81. "recipe": {
  82. "repo": "github.com/symfony/recipes",
  83. "branch": "main",
  84. "version": "7.0",
  85. "ref": "de6e1b3e2bbbe69e36262d72c3f3db858b1ab391"
  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.0",
  100. "recipe": {
  101. "repo": "github.com/symfony/recipes",
  102. "branch": "main",
  103. "version": "4.3",
  104. "ref": "2bf89438209656b85b9a49238c4467bff1b1f939"
  105. },
  106. "files": [
  107. "config/packages/mailer.yaml"
  108. ]
  109. },
  110. "symfony/maker-bundle": {
  111. "version": "1.52",
  112. "recipe": {
  113. "repo": "github.com/symfony/recipes",
  114. "branch": "main",
  115. "version": "1.0",
  116. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  117. }
  118. },
  119. "symfony/messenger": {
  120. "version": "7.0",
  121. "recipe": {
  122. "repo": "github.com/symfony/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": "github.com/symfony/recipes",
  135. "branch": "main",
  136. "version": "3.7",
  137. "ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
  138. },
  139. "files": [
  140. "config/packages/monolog.yaml"
  141. ]
  142. },
  143. "symfony/notifier": {
  144. "version": "7.0",
  145. "recipe": {
  146. "repo": "github.com/symfony/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.0",
  157. "recipe": {
  158. "repo": "github.com/symfony/recipes",
  159. "branch": "main",
  160. "version": "6.3",
  161. "ref": "1f5830c331065b6e4c9d5fa2105e322d29fcd573"
  162. },
  163. "files": [
  164. ".env.test",
  165. "bin/phpunit",
  166. "phpunit.xml.dist",
  167. "tests/bootstrap.php"
  168. ]
  169. },
  170. "symfony/routing": {
  171. "version": "7.0",
  172. "recipe": {
  173. "repo": "github.com/symfony/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": "7.0",
  185. "recipe": {
  186. "repo": "github.com/symfony/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/translation": {
  197. "version": "7.0",
  198. "recipe": {
  199. "repo": "github.com/symfony/recipes",
  200. "branch": "main",
  201. "version": "6.3",
  202. "ref": "64fe617084223633e1dedf9112935d8c95410d3e"
  203. },
  204. "files": [
  205. "config/packages/translation.yaml",
  206. "translations/.gitignore"
  207. ]
  208. },
  209. "symfony/twig-bundle": {
  210. "version": "7.0",
  211. "recipe": {
  212. "repo": "github.com/symfony/recipes",
  213. "branch": "main",
  214. "version": "6.3",
  215. "ref": "b7772eb20e92f3fb4d4fe756e7505b4ba2ca1a2c"
  216. },
  217. "files": [
  218. "config/packages/twig.yaml",
  219. "templates/base.html.twig"
  220. ]
  221. },
  222. "symfony/validator": {
  223. "version": "7.0",
  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. "symfony/web-profiler-bundle": {
  235. "version": "7.0",
  236. "recipe": {
  237. "repo": "github.com/symfony/recipes",
  238. "branch": "main",
  239. "version": "6.1",
  240. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  241. },
  242. "files": [
  243. "config/packages/web_profiler.yaml",
  244. "config/routes/web_profiler.yaml"
  245. ]
  246. },
  247. "twig/extra-bundle": {
  248. "version": "v3.8.0"
  249. }
  250. }