8000 add changed debug command names to upgrade file · symfony/symfony@3fd057e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fd057e

Browse files
committed
add changed debug command names to upgrade file
1 parent 2213e67 commit 3fd057e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADE-3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ UPGRADE FROM 2.x to 3.0
306306

307307
### FrameworkBundle
308308

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+
309314
* The `getRequest` method of the base `Controller` class has been deprecated
310315
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
311316
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
632637
{{ form_end(form) }}
633638
```
634639

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+
635645
### Validator
636646

637647
* The class `Symfony\Component\Validator\Mapping\Cache\ApcCache` has been removed in favor

0 commit comments

Comments
 (0)
0