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 f9d4b66 commit 1adac8cCopy full SHA for 1adac8c
UPGRADE.md
@@ -67,16 +67,8 @@ doctrine_migrations:
67
table_name: 'migration_versions'
68
```
69
70
-- Custom migration templates:
+### Underlying doctrine/migrations library
71
72
-Before
73
-
74
-```php
75
-final class Version<version> extends AbstractMigration
76
-```
77
78
-After
79
80
81
-final class <className> extends AbstractMigration
82
+Upgrading this bundle to `3.0` will also update the `doctrine/migrations` library to the version `3.0`.
+Backward incompatible changes in `doctrine/migrations` 3.0
+are documented in the dedicated [UPGRADE](https://github.com/doctrine/migrations/blob/3.0.x/UPGRADE.md) document.
0 commit comments