File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,11 @@ UPGRADE FROM 2.x to 3.0
306
306
307
307
### FrameworkBundle
308
308
309
+ * The ` config:debug ` , ` container:debug ` , ` router:debug ` and ` translation:debug `
310
+ commands have been deprecated since Symfony 2.7 and will be removed in Symfony
311
+ 3.0. Use the ` debug:config ` , ` debug:container ` , ` debug:router ` and
312
+ ` debug:translation ` commands instead.
313
+
309
314
* The ` getRequest ` method of the base ` Controller ` class has been deprecated
310
315
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
311
316
way to get the ` Request ` object is to inject it in the action method.
@@ -632,6 +637,11 @@ UPGRADE FROM 2.x to 3.0
632
637
{{ form_end(form) }}
633
638
```
634
639
640
+ ### TwigBundle
641
+
642
+ * The ` twig:debug ` command has been deprecated since Symfony 2.7 and will be
643
+ removed in Symfony 3.0. Use the ` debug:twig ` command instead.
644
+
635
645
### Validator
636
646
637
647
* The class ` Symfony\Component\Validator\Mapping\Cache\ApcCache ` has been removed in favor
You can’t perform that action at this time.
0 commit comments