Skip to content

Commit 98203dc

Browse files
committed
minor #1640 Remove DoctrineMigrationsBundle (rosier)
This PR was merged into the main branch. Discussion ---------- Remove DoctrineMigrationsBundle The DoctrineMigrationsBundle was originally installed as part of the [symfony/orm-pack](https://github.com/symfony/orm-pack) and later [unpacked](5fafa37). AFAIK it was never really used and there is no plan to start using it for database migrations. So instead of upgrading to DoctrineMigrationsBundle v4 l propose to remove the unneeded dependencies. Commits ------- 3d72dd8 Remove DoctrineMigrationsBundle
2 parents 449aa59 + 3d72dd8 commit 98203dc

File tree

7 files changed

+67
-304
lines changed

7 files changed

+67
-304
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"ext-pdo_sqlite": "*",
1313
"doctrine/dbal": "^4.0",
1414
"doctrine/doctrine-bundle": "^3.0",
15-
"doctrine/doctrine-migrations-bundle": "^3.3",
1615
"doctrine/orm": "^3.5",
1716
"league/commonmark": "^2.1",
1817
"symfony/apache-pack": "^1.0",

composer.lock

Lines changed: 67 additions & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
1010
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
1111
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
12-
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
1312
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
1413
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
1514
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],

config/packages/doctrine_migrations.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)