add deprecated router options to upgrade files

This commit is contained in:
Christian Flothmann 2019-02-26 19:18:56 +01:00
parent 91c5b14d8b
commit c3da27a839
2 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,12 @@ HttpFoundation
* The `FileinfoMimeTypeGuesser` class has been deprecated,
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
Routing
-------
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
options have been deprecated.
Security
--------

View File

@ -223,6 +223,12 @@ Process
$process = Process::fromShellCommandline('ls -l');
```
Routing
-------
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
options have been removed.
Security
--------