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.

212 lines
6.0 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 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. "stof/doctrine-extensions-bundle": {
  42. "version": "1.12",
  43. "recipe": {
  44. "repo": "github.com/symfony/recipes-contrib",
  45. "branch": "main",
  46. "version": "1.2",
  47. "ref": "e805aba9eff5372e2d149a9ff56566769e22819d"
  48. },
  49. "files": [
  50. "config/packages/stof_doctrine_extensions.yaml"
  51. ]
  52. },
  53. "symfony/asset-mapper": {
  54. "version": "7.1",
  55. "recipe": {
  56. "repo": "github.com/symfony/recipes",
  57. "branch": "main",
  58. "version": "6.4",
  59. "ref": "6c28c471640cc2c6e60812ebcb961c526ef8997f"
  60. },
  61. "files": [
  62. "assets/app.js",
  63. "assets/styles/app.css",
  64. "config/packages/asset_mapper.yaml",
  65. "importmap.php"
  66. ]
  67. },
  68. "symfony/console": {
  69. "version": "7.1",
  70. "recipe": {
  71. "repo": "github.com/symfony/recipes",
  72. "branch": "main",
  73. "version": "5.3",
  74. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  75. },
  76. "files": [
  77. "bin/console"
  78. ]
  79. },
  80. "symfony/debug-bundle": {
  81. "version": "7.1",
  82. "recipe": {
  83. "repo": "github.com/symfony/recipes",
  84. "branch": "main",
  85. "version": "5.3",
  86. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  87. },
  88. "files": [
  89. "config/packages/debug.yaml"
  90. ]
  91. },
  92. "symfony/flex": {
  93. "version": "2.4",
  94. "recipe": {
  95. "repo": "github.com/symfony/recipes",
  96. "branch": "main",
  97. "version": "1.0",
  98. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  99. },
  100. "files": [
  101. ".env"
  102. ]
  103. },
  104. "symfony/framework-bundle": {
  105. "version": "7.1",
  106. "recipe": {
  107. "repo": "github.com/symfony/recipes",
  108. "branch": "main",
  109. "version": "7.0",
  110. "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
  111. },
  112. "files": [
  113. "config/packages/cache.yaml",
  114. "config/packages/framework.yaml",
  115. "config/preload.php",
  116. "config/routes/framework.yaml",
  117. "config/services.yaml",
  118. "public/index.php",
  119. "src/Controller/.gitignore",
  120. "src/Kernel.php"
  121. ]
  122. },
  123. "symfony/maker-bundle": {
  124. "version": "1.60",
  125. "recipe": {
  126. "repo": "github.com/symfony/recipes",
  127. "branch": "main",
  128. "version": "1.0",
  129. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  130. }
  131. },
  132. "symfony/routing": {
  133. "version": "7.1",
  134. "recipe": {
  135. "repo": "github.com/symfony/recipes",
  136. "branch": "main",
  137. "version": "7.0",
  138. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  139. },
  140. "files": [
  141. "config/packages/routing.yaml",
  142. "config/routes.yaml"
  143. ]
  144. },
  145. "symfony/stimulus-bundle": {
  146. "version": "2.18",
  147. "recipe": {
  148. "repo": "github.com/symfony/recipes",
  149. "branch": "main",
  150. "version": "2.13",
  151. "ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43"
  152. },
  153. "files": [
  154. "assets/bootstrap.js",
  155. "assets/controllers.json",
  156. "assets/controllers/hello_controller.js"
  157. ]
  158. },
  159. "symfony/twig-bundle": {
  160. "version": "7.1",
  161. "recipe": {
  162. "repo": "github.com/symfony/recipes",
  163. "branch": "main",
  164. "version": "6.4",
  165. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  166. },
  167. "files": [
  168. "config/packages/twig.yaml",
  169. "templates/base.html.twig"
  170. ]
  171. },
  172. "symfony/validator": {
  173. "version": "7.1",
  174. "recipe": {
  175. "repo": "github.com/symfony/recipes",
  176. "branch": "main",
  177. "version": "7.0",
  178. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  179. },
  180. "files": [
  181. "config/packages/validator.yaml"
  182. ]
  183. },
  184. "symfony/web-profiler-bundle": {
  185. "version": "7.1",
  186. "recipe": {
  187. "repo": "github.com/symfony/recipes",
  188. "branch": "main",
  189. "version": "6.1",
  190. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  191. },
  192. "files": [
  193. "config/packages/web_profiler.yaml",
  194. "config/routes/web_profiler.yaml"
  195. ]
  196. },
  197. "symfony/workflow": {
  198. "version": "7.1",
  199. "recipe": {
  200. "repo": "github.com/symfony/recipes",
  201. "branch": "main",
  202. "version": "3.3",
  203. "ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6"
  204. },
  205. "files": [
  206. "config/packages/workflow.yaml"
  207. ]
  208. },
  209. "twig/extra-bundle": {
  210. "version": "v3.10.0"
  211. }
  212. }