Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

219 lignes
6.2 KiB

  1. {
  2. "api-platform/symfony": {
  3. "version": "4.0",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "4.0",
  8. "ref": "e9952e9f393c2d048f10a78f272cd35e807d972b"
  9. },
  10. "files": [
  11. "config/packages/api_platform.yaml",
  12. "config/routes/api_platform.yaml",
  13. "src/ApiResource/.gitignore"
  14. ]
  15. },
  16. "doctrine/doctrine-bundle": {
  17. "version": "2.13",
  18. "recipe": {
  19. "repo": "github.com/symfony/recipes",
  20. "branch": "main",
  21. "version": "2.12",
  22. "ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae"
  23. },
  24. "files": [
  25. "config/packages/doctrine.yaml",
  26. "src/Entity/.gitignore",
  27. "src/Repository/.gitignore"
  28. ]
  29. },
  30. "doctrine/doctrine-fixtures-bundle": {
  31. "version": "3.6",
  32. "recipe": {
  33. "repo": "github.com/symfony/recipes",
  34. "branch": "main",
  35. "version": "3.0",
  36. "ref": "1f5514cfa15b947298df4d771e694e578d4c204d"
  37. },
  38. "files": [
  39. "src/DataFixtures/AppFixtures.php"
  40. ]
  41. },
  42. "doctrine/doctrine-migrations-bundle": {
  43. "version": "3.3",
  44. "recipe": {
  45. "repo": "github.com/symfony/recipes",
  46. "branch": "main",
  47. "version": "3.1",
  48. "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
  49. },
  50. "files": [
  51. "config/packages/doctrine_migrations.yaml",
  52. "migrations/.gitignore"
  53. ]
  54. },
  55. "lexik/jwt-authentication-bundle": {
  56. "version": "3.1",
  57. "recipe": {
  58. "repo": "github.com/symfony/recipes",
  59. "branch": "main",
  60. "version": "2.5",
  61. "ref": "e9481b233a11ef7e15fe055a2b21fd3ac1aa2bb7"
  62. },
  63. "files": [
  64. "config/packages/lexik_jwt_authentication.yaml"
  65. ]
  66. },
  67. "nelmio/cors-bundle": {
  68. "version": "2.5",
  69. "recipe": {
  70. "repo": "github.com/symfony/recipes",
  71. "branch": "main",
  72. "version": "1.5",
  73. "ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
  74. },
  75. "files": [
  76. "config/packages/nelmio_cors.yaml"
  77. ]
  78. },
  79. "symfony/console": {
  80. "version": "7.1",
  81. "recipe": {
  82. "repo": "github.com/symfony/recipes",
  83. "branch": "main",
  84. "version": "5.3",
  85. "ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
  86. },
  87. "files": [
  88. "bin/console"
  89. ]
  90. },
  91. "symfony/flex": {
  92. "version": "2.4",
  93. "recipe": {
  94. "repo": "github.com/symfony/recipes",
  95. "branch": "main",
  96. "version": "1.0",
  97. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  98. },
  99. "files": [
  100. ".env"
  101. ]
  102. },
  103. "symfony/framework-bundle": {
  104. "version": "7.1",
  105. "recipe": {
  106. "repo": "github.com/symfony/recipes",
  107. "branch": "main",
  108. "version": "7.0",
  109. "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
  110. },
  111. "files": [
  112. "config/packages/cache.yaml",
  113. "config/packages/framework.yaml",
  114. "config/preload.php",
  115. "config/routes/framework.yaml",
  116. "config/services.yaml",
  117. "public/index.php",
  118. "src/Controller/.gitignore",
  119. "src/Kernel.php"
  120. ]
  121. },
  122. "symfony/maker-bundle": {
  123. "version": "1.61",
  124. "recipe": {
  125. "repo": "github.com/symfony/recipes",
  126. "branch": "main",
  127. "version": "1.0",
  128. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  129. }
  130. },
  131. "symfony/routing": {
  132. "version": "7.1",
  133. "recipe": {
  134. "repo": "github.com/symfony/recipes",
  135. "branch": "main",
  136. "version": "7.0",
  137. "ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
  138. },
  139. "files": [
  140. "config/packages/routing.yaml",
  141. "config/routes.yaml"
  142. ]
  143. },
  144. "symfony/security-bundle": {
  145. "version": "7.1",
  146. "recipe": {
  147. "repo": "github.com/symfony/recipes",
  148. "branch": "main",
  149. "version": "6.4",
  150. "ref": "2ae08430db28c8eb4476605894296c82a642028f"
  151. },
  152. "files": [
  153. "config/packages/security.yaml",
  154. "config/routes/security.yaml"
  155. ]
  156. },
  157. "symfony/twig-bundle": {
  158. "version": "7.1",
  159. "recipe": {
  160. "repo": "github.com/symfony/recipes",
  161. "branch": "main",
  162. "version": "6.4",
  163. "ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877"
  164. },
  165. "files": [
  166. "config/packages/twig.yaml",
  167. "templates/base.html.twig"
  168. ]
  169. },
  170. "symfony/uid": {
  171. "version": "7.1",
  172. "recipe": {
  173. "repo": "github.com/symfony/recipes",
  174. "branch": "main",
  175. "version": "7.0",
  176. "ref": "0df5844274d871b37fc3816c57a768ffc60a43a5"
  177. }
  178. },
  179. "symfony/validator": {
  180. "version": "7.1",
  181. "recipe": {
  182. "repo": "github.com/symfony/recipes",
  183. "branch": "main",
  184. "version": "7.0",
  185. "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
  186. },
  187. "files": [
  188. "config/packages/validator.yaml"
  189. ]
  190. },
  191. "symfonycasts/micro-mapper": {
  192. "version": "v0.2.0"
  193. },
  194. "vich/uploader-bundle": {
  195. "version": "2.4",
  196. "recipe": {
  197. "repo": "github.com/symfony/recipes-contrib",
  198. "branch": "main",
  199. "version": "1.13",
  200. "ref": "1b3064c2f6b255c2bc2f56461aaeb76b11e07e36"
  201. },
  202. "files": [
  203. "config/packages/vich_uploader.yaml"
  204. ]
  205. },
  206. "zenstruck/foundry": {
  207. "version": "2.0",
  208. "recipe": {
  209. "repo": "github.com/symfony/recipes",
  210. "branch": "main",
  211. "version": "1.10",
  212. "ref": "37c2f894cc098ab4c08874b80cccc8e2f8de7976"
  213. },
  214. "files": [
  215. "config/packages/zenstruck_foundry.yaml"
  216. ]
  217. }
  218. }