minor #14707 [FrameworkBundle][TwigBundle] add changed debug command names to upgrade file (xabbuh)

This PR was merged into the 2.7 branch.

Discussion
----------

[FrameworkBundle][TwigBundle] add changed debug command names to upgrade file

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Thanks to @timglabisch for noticing this in https://github.com/symfony/symfony/pull/11627#issuecomment-66521130.

Commits
-------

4443c4d add changed debug command names to upgrade file
This commit is contained in:
Fabien Potencier 2015-05-21 06:30:54 +02:00
commit 8e4fcfc7c1

View File

@ -306,6 +306,11 @@ UPGRADE FROM 2.x to 3.0
### FrameworkBundle
* The `config:debug`, `container:debug`, `router:debug`, `translation:debug`
and `yaml:lint` commands have been deprecated since Symfony 2.7 and will
be removed in Symfony 3.0. Use the `debug:config`, `debug:container`,
`debug:router`, `debug:translation` and `lint:yaml` commands instead.
* The `getRequest` method of the base `Controller` class has been deprecated
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
way to get the `Request` object is to inject it in the action method.
@ -580,6 +585,9 @@ UPGRADE FROM 2.x to 3.0
### Twig Bridge
* The `twig:lint` command has been deprecated since Symfony 2.7 and will be
removed in Symfony 3.0. Use the `lint:twig` command instead.
* The `render` tag is deprecated in favor of the `render` function.
* The `form_enctype` helper was removed. You should use the new `form_start`
@ -632,6 +640,11 @@ UPGRADE FROM 2.x to 3.0
{{ form_end(form) }}
```
### TwigBundle
* The `twig:debug` command has been deprecated since Symfony 2.7 and will be
removed in Symfony 3.0. Use the `debug:twig` command instead.
### Validator
* The class `Symfony\Component\Validator\Mapping\Cache\ApcCache` has been removed in favor