We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf6aa3 commit c43a4c9Copy full SHA for c43a4c9
UPGRADE.md
@@ -72,3 +72,6 @@ doctrine_migrations:
72
Upgrading this bundle to `3.0` will also update the `doctrine/migrations` library to the version `3.0`.
73
Backward incompatible changes in `doctrine/migrations` 3.0
74
are documented in the dedicated [UPGRADE](https://github.com/doctrine/migrations/blob/3.0.x/UPGRADE.md) document.
75
+
76
+- The container is not automatically injected anymore when a migration implements `ContainerAwareInterface`. Custom
77
+migration factories should be used to inject additional dependencies into migrations.
0 commit comments