Skip to content

Commit 17b1e75

Browse files
committed
Remove doctrine migration bundle
1 parent a6e74d8 commit 17b1e75

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"composer/package-versions-deprecated": "1.11.99.1",
99
"doctrine/annotations": "^1.0",
1010
"doctrine/doctrine-bundle": "^2.3",
11-
"doctrine/doctrine-migrations-bundle": "^3.1",
1211
"doctrine/orm": "^2.8",
1312
"phpdocumentor/reflection-docblock": "^5.2",
1413
"sensio/framework-extra-bundle": "^5.1",

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, 'test' => true],
1010
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
1111
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
12-
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
1312
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
1413
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
1514
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],

config/packages/doctrine_migrations.yaml

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

migrations/.gitignore

Whitespace-only changes.

symfony.lock

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@
4545
"src/Repository/.gitignore"
4646
]
4747
},
48-
"doctrine/doctrine-migrations-bundle": {
49-
"version": "3.1",
50-
"recipe": {
51-
"repo": "github.com/symfony/recipes",
52-
"branch": "master",
53-
"version": "3.1",
54-
"ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
55-
},
56-
"files": [
57-
"config/packages/doctrine_migrations.yaml",
58-
"migrations/.gitignore"
59-
]
60-
},
6148
"doctrine/event-manager": {
6249
"version": "1.1.1"
6350
},
@@ -70,9 +57,6 @@
7057
"doctrine/lexer": {
7158
"version": "1.2.1"
7259
},
73-
"doctrine/migrations": {
74-
"version": "3.1.1"
75-
},
7660
"doctrine/orm": {
7761
"version": "2.8.4"
7862
},

0 commit comments

Comments
 (0)