8000 Update UPGRADE.md · symfony/symfony@9e05506 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e05506

Browse files
committed
Update UPGRADE.md
1 parent f0d10f2 commit 9e05506

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

UPGRADE-5.0.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,18 @@ Console
3636
$processHelper->run($output, Process::fromShellCommandline('ls -l'));
3737
```
3838

39-
4039
DependencyInjection
4140
-------------------
4241

4342
* Removed the `TypedReference::canBeAutoregistered()` and `TypedReference::getRequiringClass()` methods.
4443
* Removed support for auto-discovered extension configuration class which does not implement `ConfigurationInterface`.
4544

45+
DoctrineBridge
46+
--------------
47+
48+
* Deprecated injecting `ClassMetadataFactory` in `DoctrineExtractor`, an instance of `EntityManagerInterface` should be
49+
injected instead
50+
4651
EventDispatcher
4752
---------------
4853

0 commit comments

Comments
 (0)
0