Skip to content

Commit 1adac8c

Browse files
committed
add note about doctrine/migrations 3.0 bc breaks
1 parent f9d4b66 commit 1adac8c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

UPGRADE.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,8 @@ doctrine_migrations:
6767
table_name: 'migration_versions'
6868
```
6969

70-
- Custom migration templates:
70+
### Underlying doctrine/migrations library
7171

72-
Before
73-
74-
```php
75-
final class Version<version> extends AbstractMigration
76-
```
77-
78-
After
79-
80-
```php
81-
final class <className> extends AbstractMigration
82-
```
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.

0 commit comments

Comments
 (0)