10000 add deprecated router options to upgrade files · symfony/symfony@c3da27a · GitHub
[go: up one dir, main page]

Skip to content

Commit c3da27a

Browse files
committed
add deprecated router options to upgrade files
1 parent 91c5b14 commit c3da27a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-4.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ HttpFoundation
5050
* The `FileinfoMimeTypeGuesser` class has been deprecated,
5151
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
5252

53+
Routing
54+
-------
55+
56+
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
57+
options have been deprecated.
58+
5359
Security
5460
--------
5561

UPGRADE-5.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ Process
223223
$process = Process::fromShellCommandline('ls -l');
224224
```
225225

226+
Routing
227+
-------
228+
229+
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
230+
options have been removed.
231+
226232
Security
227233
--------
228234

0 commit comments

Comments
 (0)
0