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.

228 lines
6.4 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "doctrine/doctrine-bundle": {
  3. "version": "2.12",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "2.12",
  8. "ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae"
  9. },
  10. "files": [
  11. "config/packages/doctrine.yaml",
  12. "src/Entity/.gitignore",
  13. "src/Repository/.gitignore"
  14. ]
  15. },
  16. "doctrine/doctrine-fixtures-bundle": {
  17. "version": "3.6",
  18. "recipe": {
  19. "repo": "github.com/symfony/recipes",
  20. "branch": "main",
  21. "version": "3.0",
  22. "ref": "1f5514cfa15b947298df4d771e694e578d4c204d"
  23. },
  24. "files": [
  25. "src/DataFixtures/AppFixtures.php"
  26. ]
  27. },
  28. "doctrine/doctrine-migrations-bundle": {
  29. "version": "3.3",
  30. "recipe": {
  31. "repo": "github.com/symfony/recipes",
  32. "branch": "main",
  33. "version": "3.1",
  34. "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
  35. },
  36. "files": [
  37. "config/packages/doctrine_migrations.yaml",
  38. "migrations/.gitignore"
  39. ]
  40. },
  41. "knplabs/knp-paginator-bundle": {
  42. "version": "v6.4.0"
  43. },
  44. "stof/doctrine-extensions-bundle": {
  45. "version": "1.12",
  46. "recipe": {
  47. "repo": "github.com/symfony/recipes-contrib",
  48. "branch": "main",
  49. "version": "1.2",
  50. "ref": "e805aba9eff5372e2d149a9ff56566769e22819d"
  51. },
  52. "files": [
  53. "config/packages/stof_doctrine_extensions.yaml"
  54. ]
  55. },
  56. "symfony/asset-mapper": {
  57. "version": "7.1",
  58. "recipe": {
  59. "repo": "github.com/symfony/recipes",
  60. "branch": "main",
  61. "version": "6.4",
  62. "ref": "6c28c471640cc2c6e60812ebcb961c526ef8997f"
  63. },
  64. "files": [
  65. "assets/app.js",
  66. "assets/styles/app.css",
  67. "config/packages/asset_mapper.yaml",
  68. "importmap.php"
  69. ]
  70. },
  71. "symfony/console": {
  72. "version": "7.1",
  73. "recipe": {
  74. "repo": "github.com/symfony/recipes",
  75. "branch": "main",
  76. "version": "5.3",
  77. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  78. },
  79. "files": [
  80. "bin/console"
  81. ]
  82. },
  83. "symfony/debug-bundle": {
  84. "version": "7.1",
  85. "recipe": {
  86. "repo": "github.com/symfony/recipes",
  87. "branch": "main",
  88. "version": "5.3",
  89. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  90. },
  91. "files": [
  92. "config/packages/debug.yaml"
  93. ]
  94. },
  95. "symfony/flex": {
  96. "version": "2.4",
  97. "recipe": {
  98. "repo": "github.com/symfony/recipes",
  99. "branch": "main",
  100. "version": "1.0",
  101. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  102. },
  103. "files": [
  104. ".env"
  105. ]
  106. },
  107. "symfony/framework-bundle": {
  108. "version": "7.1",
  109. "recipe": {
  110. "repo": "github.com/symfony/recipes",
  111. "branch": "main",
  112. "version": "7.0",
  113. "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
  114. },
  115. "files": [
  116. "config/packages/cache.yaml",
  117. "config/packages/framework.yaml",
  118. "config/preload.php",
  119. "config/routes/framework.yaml",
  120. "config/services.yaml",
  121. "public/index.php",
  122. "src/Controller/.gitignore",
  123. "src/Kernel.php"
  124. ]
  125. },
  126. "symfony/maker-bundle": {
  127. "version": "1.60",
  128. "recipe": {
  129. "repo": "github.com/symfony/recipes",
  130. "branch": "main",
  131. "version": "1.0",
  132. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  133. }
  134. },
  135. "symfony/routing": {
  136. "version": "7.1",
  137. "recipe": {
  138. "repo": "github.com/symfony/recipes",
  139. "branch": "main",
  140. "version": "7.0",
  141. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  142. },
  143. "files": [
  144. "config/packages/routing.yaml",
  145. "config/routes.yaml"
  146. ]
  147. },
  148. "symfony/stimulus-bundle": {
  149. "version": "2.18",
  150. "recipe": {
  151. "repo": "github.com/symfony/recipes",
  152. "branch": "main",
  153. "version": "2.13",
  154. "ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43"
  155. },
  156. "files": [
  157. "assets/bootstrap.js",
  158. "assets/controllers.json",
  159. "assets/controllers/hello_controller.js"
  160. ]
  161. },
  162. "symfony/translation": {
  163. "version": "7.1",
  164. "recipe": {
  165. "repo": "github.com/symfony/recipes",
  166. "branch": "main",
  167. "version": "6.3",
  168. "ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
  169. },
  170. "files": [
  171. "config/packages/translation.yaml",
  172. "translations/.gitignore"
  173. ]
  174. },
  175. "symfony/twig-bundle": {
  176. "version": "7.1",
  177. "recipe": {
  178. "repo": "github.com/symfony/recipes",
  179. "branch": "main",
  180. "version": "6.4",
  181. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  182. },
  183. "files": [
  184. "config/packages/twig.yaml",
  185. "templates/base.html.twig"
  186. ]
  187. },
  188. "symfony/validator": {
  189. "version": "7.1",
  190. "recipe": {
  191. "repo": "github.com/symfony/recipes",
  192. "branch": "main",
  193. "version": "7.0",
  194. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  195. },
  196. "files": [
  197. "config/packages/validator.yaml"
  198. ]
  199. },
  200. "symfony/web-profiler-bundle": {
  201. "version": "7.1",
  202. "recipe": {
  203. "repo": "github.com/symfony/recipes",
  204. "branch": "main",
  205. "version": "6.1",
  206. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  207. },
  208. "files": [
  209. "config/packages/web_profiler.yaml",
  210. "config/routes/web_profiler.yaml"
  211. ]
  212. },
  213. "symfony/workflow": {
  214. "version": "7.1",
  215. "recipe": {
  216. "repo": "github.com/symfony/recipes",
  217. "branch": "main",
  218. "version": "3.3",
  219. "ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
  220. },
  221. "files": [
  222. "config/packages/workflow.yaml"
  223. ]
  224. },
  225. "twig/extra-bundle": {
  226. "version": "v3.10.0"
  227. }
  228. }