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.

277 lines
7.8 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 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. "friendsofphp/php-cs-fixer": {
  42. "version": "3.64",
  43. "recipe": {
  44. "repo": "github.com/symfony/recipes",
  45. "branch": "main",
  46. "version": "3.0",
  47. "ref": "be2103eb4a20942e28a6dd87736669b757132435"
  48. },
  49. "files": [
  50. ".php-cs-fixer.dist.php"
  51. ]
  52. },
  53. "knplabs/knp-paginator-bundle": {
  54. "version": "v6.4.0"
  55. },
  56. "knpuniversity/oauth2-client-bundle": {
  57. "version": "2.18",
  58. "recipe": {
  59. "repo": "github.com/symfony/recipes-contrib",
  60. "branch": "main",
  61. "version": "1.20",
  62. "ref": "1ff300d8c030f55c99219cc55050b97a695af3f6"
  63. },
  64. "files": [
  65. "config/packages/knpu_oauth2_client.yaml"
  66. ]
  67. },
  68. "stof/doctrine-extensions-bundle": {
  69. "version": "1.12",
  70. "recipe": {
  71. "repo": "github.com/symfony/recipes-contrib",
  72. "branch": "main",
  73. "version": "1.2",
  74. "ref": "e805aba9eff5372e2d149a9ff56566769e22819d"
  75. },
  76. "files": [
  77. "config/packages/stof_doctrine_extensions.yaml"
  78. ]
  79. },
  80. "symfony/asset-mapper": {
  81. "version": "7.1",
  82. "recipe": {
  83. "repo": "github.com/symfony/recipes",
  84. "branch": "main",
  85. "version": "6.4",
  86. "ref": "6c28c471640cc2c6e60812ebcb961c526ef8997f"
  87. },
  88. "files": [
  89. "assets/app.js",
  90. "assets/styles/app.css",
  91. "config/packages/asset_mapper.yaml",
  92. "importmap.php"
  93. ]
  94. },
  95. "symfony/console": {
  96. "version": "7.1",
  97. "recipe": {
  98. "repo": "github.com/symfony/recipes",
  99. "branch": "main",
  100. "version": "5.3",
  101. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  102. },
  103. "files": [
  104. "bin/console"
  105. ]
  106. },
  107. "symfony/debug-bundle": {
  108. "version": "7.1",
  109. "recipe": {
  110. "repo": "github.com/symfony/recipes",
  111. "branch": "main",
  112. "version": "5.3",
  113. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  114. },
  115. "files": [
  116. "config/packages/debug.yaml"
  117. ]
  118. },
  119. "symfony/flex": {
  120. "version": "2.4",
  121. "recipe": {
  122. "repo": "github.com/symfony/recipes",
  123. "branch": "main",
  124. "version": "1.0",
  125. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  126. },
  127. "files": [
  128. ".env"
  129. ]
  130. },
  131. "symfony/form": {
  132. "version": "7.2",
  133. "recipe": {
  134. "repo": "github.com/symfony/recipes",
  135. "branch": "main",
  136. "version": "7.2",
  137. "ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
  138. },
  139. "files": [
  140. "config/packages/csrf.yaml"
  141. ]
  142. },
  143. "symfony/framework-bundle": {
  144. "version": "7.1",
  145. "recipe": {
  146. "repo": "github.com/symfony/recipes",
  147. "branch": "main",
  148. "version": "7.0",
  149. "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
  150. },
  151. "files": [
  152. "config/packages/cache.yaml",
  153. "config/packages/framework.yaml",
  154. "config/preload.php",
  155. "config/routes/framework.yaml",
  156. "config/services.yaml",
  157. "public/index.php",
  158. "src/Controller/.gitignore",
  159. "src/Kernel.php"
  160. ]
  161. },
  162. "symfony/maker-bundle": {
  163. "version": "1.60",
  164. "recipe": {
  165. "repo": "github.com/symfony/recipes",
  166. "branch": "main",
  167. "version": "1.0",
  168. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  169. }
  170. },
  171. "symfony/routing": {
  172. "version": "7.1",
  173. "recipe": {
  174. "repo": "github.com/symfony/recipes",
  175. "branch": "main",
  176. "version": "7.0",
  177. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  178. },
  179. "files": [
  180. "config/packages/routing.yaml",
  181. "config/routes.yaml"
  182. ]
  183. },
  184. "symfony/security-bundle": {
  185. "version": "7.1",
  186. "recipe": {
  187. "repo": "github.com/symfony/recipes",
  188. "branch": "main",
  189. "version": "6.4",
  190. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  191. },
  192. "files": [
  193. "config/packages/security.yaml",
  194. "config/routes/security.yaml"
  195. ]
  196. },
  197. "symfony/stimulus-bundle": {
  198. "version": "2.18",
  199. "recipe": {
  200. "repo": "github.com/symfony/recipes",
  201. "branch": "main",
  202. "version": "2.13",
  203. "ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43"
  204. },
  205. "files": [
  206. "assets/bootstrap.js",
  207. "assets/controllers.json",
  208. "assets/controllers/hello_controller.js"
  209. ]
  210. },
  211. "symfony/translation": {
  212. "version": "7.1",
  213. "recipe": {
  214. "repo": "github.com/symfony/recipes",
  215. "branch": "main",
  216. "version": "6.3",
  217. "ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
  218. },
  219. "files": [
  220. "config/packages/translation.yaml",
  221. "translations/.gitignore"
  222. ]
  223. },
  224. "symfony/twig-bundle": {
  225. "version": "7.1",
  226. "recipe": {
  227. "repo": "github.com/symfony/recipes",
  228. "branch": "main",
  229. "version": "6.4",
  230. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  231. },
  232. "files": [
  233. "config/packages/twig.yaml",
  234. "templates/base.html.twig"
  235. ]
  236. },
  237. "symfony/validator": {
  238. "version": "7.1",
  239. "recipe": {
  240. "repo": "github.com/symfony/recipes",
  241. "branch": "main",
  242. "version": "7.0",
  243. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  244. },
  245. "files": [
  246. "config/packages/validator.yaml"
  247. ]
  248. },
  249. "symfony/web-profiler-bundle": {
  250. "version": "7.1",
  251. "recipe": {
  252. "repo": "github.com/symfony/recipes",
  253. "branch": "main",
  254. "version": "6.1",
  255. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  256. },
  257. "files": [
  258. "config/packages/web_profiler.yaml",
  259. "config/routes/web_profiler.yaml"
  260. ]
  261. },
  262. "symfony/workflow": {
  263. "version": "7.1",
  264. "recipe": {
  265. "repo": "github.com/symfony/recipes",
  266. "branch": "main",
  267. "version": "3.3",
  268. "ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
  269. },
  270. "files": [
  271. "config/packages/workflow.yaml"
  272. ]
  273. },
  274. "twig/extra-bundle": {
  275. "version": "v3.10.0"
  276. }
  277. }