Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

283 rindas
7.8 KiB

  1. {
  2. "doctrine/annotations": {
  3. "version": "1.13",
  4. "recipe": {
  5. "repo": "github.com/symfony/recipes",
  6. "branch": "main",
  7. "version": "1.10",
  8. "ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
  9. }
  10. },
  11. "doctrine/doctrine-bundle": {
  12. "version": "2.7",
  13. "recipe": {
  14. "repo": "github.com/symfony/recipes",
  15. "branch": "main",
  16. "version": "2.4",
  17. "ref": "da713d006953b90d1c085c1be480ecdd6c4a95e0"
  18. },
  19. "files": [
  20. "config/packages/doctrine.yaml",
  21. "src/Entity/.gitignore",
  22. "src/Repository/.gitignore"
  23. ]
  24. },
  25. "doctrine/doctrine-migrations-bundle": {
  26. "version": "3.2",
  27. "recipe": {
  28. "repo": "github.com/symfony/recipes",
  29. "branch": "main",
  30. "version": "3.1",
  31. "ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
  32. },
  33. "files": [
  34. "config/packages/doctrine_migrations.yaml",
  35. "migrations/.gitignore"
  36. ]
  37. },
  38. "phpunit/phpunit": {
  39. "version": "9.5",
  40. "recipe": {
  41. "repo": "github.com/symfony/recipes",
  42. "branch": "main",
  43. "version": "9.3",
  44. "ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6"
  45. },
  46. "files": [
  47. ".env.test",
  48. "phpunit.xml.dist",
  49. "tests/bootstrap.php"
  50. ]
  51. },
  52. "sensio/framework-extra-bundle": {
  53. "version": "6.2",
  54. "recipe": {
  55. "repo": "github.com/symfony/recipes",
  56. "branch": "main",
  57. "version": "5.2",
  58. "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
  59. },
  60. "files": [
  61. "config/packages/sensio_framework_extra.yaml"
  62. ]
  63. },
  64. "symfony/console": {
  65. "version": "6.1",
  66. "recipe": {
  67. "repo": "github.com/symfony/recipes",
  68. "branch": "main",
  69. "version": "5.3",
  70. "ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
  71. },
  72. "files": [
  73. "bin/console"
  74. ]
  75. },
  76. "symfony/debug-bundle": {
  77. "version": "6.1",
  78. "recipe": {
  79. "repo": "github.com/symfony/recipes",
  80. "branch": "main",
  81. "version": "5.3",
  82. "ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
  83. },
  84. "files": [
  85. "config/packages/debug.yaml"
  86. ]
  87. },
  88. "symfony/flex": {
  89. "version": "2.2",
  90. "recipe": {
  91. "repo": "github.com/symfony/recipes",
  92. "branch": "main",
  93. "version": "1.0",
  94. "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
  95. },
  96. "files": [
  97. ".env"
  98. ]
  99. },
  100. "symfony/framework-bundle": {
  101. "version": "6.1",
  102. "recipe": {
  103. "repo": "github.com/symfony/recipes",
  104. "branch": "main",
  105. "version": "5.4",
  106. "ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb"
  107. },
  108. "files": [
  109. "config/packages/cache.yaml",
  110. "config/packages/framework.yaml",
  111. "config/preload.php",
  112. "config/routes/framework.yaml",
  113. "config/services.yaml",
  114. "public/index.php",
  115. "src/Controller/.gitignore",
  116. "src/Kernel.php"
  117. ]
  118. },
  119. "symfony/mailer": {
  120. "version": "6.1",
  121. "recipe": {
  122. "repo": "github.com/symfony/recipes",
  123. "branch": "main",
  124. "version": "4.3",
  125. "ref": "97a61eabb351d7f6cb7702039bcfe07fe9d7e03c"
  126. },
  127. "files": [
  128. "config/packages/mailer.yaml"
  129. ]
  130. },
  131. "symfony/maker-bundle": {
  132. "version": "1.45",
  133. "recipe": {
  134. "repo": "github.com/symfony/recipes",
  135. "branch": "main",
  136. "version": "1.0",
  137. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  138. }
  139. },
  140. "symfony/messenger": {
  141. "version": "6.1",
  142. "recipe": {
  143. "repo": "github.com/symfony/recipes",
  144. "branch": "main",
  145. "version": "6.0",
  146. "ref": "2523f7d31488903e247a522e760dc279be7f7aaf"
  147. },
  148. "files": [
  149. "config/packages/messenger.yaml"
  150. ]
  151. },
  152. "symfony/monolog-bundle": {
  153. "version": "3.8",
  154. "recipe": {
  155. "repo": "github.com/symfony/recipes",
  156. "branch": "main",
  157. "version": "3.7",
  158. "ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
  159. },
  160. "files": [
  161. "config/packages/monolog.yaml"
  162. ]
  163. },
  164. "symfony/notifier": {
  165. "version": "6.1",
  166. "recipe": {
  167. "repo": "github.com/symfony/recipes",
  168. "branch": "main",
  169. "version": "5.0",
  170. "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
  171. },
  172. "files": [
  173. "config/packages/notifier.yaml"
  174. ]
  175. },
  176. "symfony/phpunit-bridge": {
  177. "version": "6.1",
  178. "recipe": {
  179. "repo": "github.com/symfony/recipes",
  180. "branch": "main",
  181. "version": "5.3",
  182. "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96"
  183. },
  184. "files": [
  185. ".env.test",
  186. "bin/phpunit",
  187. "phpunit.xml.dist",
  188. "tests/bootstrap.php"
  189. ]
  190. },
  191. "symfony/routing": {
  192. "version": "6.1",
  193. "recipe": {
  194. "repo": "github.com/symfony/recipes",
  195. "branch": "main",
  196. "version": "6.1",
  197. "ref": "a44010c0d06989bd4f154aa07d2542d47caf5b83"
  198. },
  199. "files": [
  200. "config/packages/routing.yaml",
  201. "config/routes.yaml"
  202. ]
  203. },
  204. "symfony/security-bundle": {
  205. "version": "6.1",
  206. "recipe": {
  207. "repo": "github.com/symfony/recipes",
  208. "branch": "main",
  209. "version": "6.0",
  210. "ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
  211. },
  212. "files": [
  213. "config/packages/security.yaml"
  214. ]
  215. },
  216. "symfony/translation": {
  217. "version": "6.1",
  218. "recipe": {
  219. "repo": "github.com/symfony/recipes",
  220. "branch": "main",
  221. "version": "5.3",
  222. "ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
  223. },
  224. "files": [
  225. "config/packages/translation.yaml",
  226. "translations/.gitignore"
  227. ]
  228. },
  229. "symfony/twig-bundle": {
  230. "version": "6.1",
  231. "recipe": {
  232. "repo": "github.com/symfony/recipes",
  233. "branch": "main",
  234. "version": "5.4",
  235. "ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
  236. },
  237. "files": [
  238. "config/packages/twig.yaml",
  239. "templates/base.html.twig"
  240. ]
  241. },
  242. "symfony/validator": {
  243. "version": "6.1",
  244. "recipe": {
  245. "repo": "github.com/symfony/recipes",
  246. "branch": "main",
  247. "version": "5.3",
  248. "ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
  249. },
  250. "files": [
  251. "config/packages/validator.yaml"
  252. ]
  253. },
  254. "symfony/web-profiler-bundle": {
  255. "version": "6.1",
  256. "recipe": {
  257. "repo": "github.com/symfony/recipes",
  258. "branch": "main",
  259. "version": "6.1",
  260. "ref": "e42b3f0177df239add25373083a564e5ead4e13a"
  261. },
  262. "files": [
  263. "config/packages/web_profiler.yaml",
  264. "config/routes/web_profiler.yaml"
  265. ]
  266. },
  267. "symfony/webapp-pack": {
  268. "version": "1.1",
  269. "recipe": {
  270. "repo": "github.com/symfony/recipes",
  271. "branch": "main",
  272. "version": "1.0",
  273. "ref": "2fb3513dbc139884fc5b7c751242b66f9f10f0c3"
  274. },
  275. "files": [
  276. "config/packages/messenger.yaml"
  277. ]
  278. },
  279. "twig/extra-bundle": {
  280. "version": "v3.4.0"
  281. }
  282. }