diff --git a/composer.json b/composer.json index acbdd8df..ca99aee8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "php": "^8.1", "doctrine/dbal": "^3", "doctrine/doctrine-bundle": "^2.12", - "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/orm": "^2.0", "laminas/laminas-stdlib": "^3.18", "sylius/resource-bundle": "dev-symfony-7", diff --git a/config/bundles.php b/config/bundles.php index 9ee0ae17..42da5cdc 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -13,5 +13,4 @@ Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true], Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], - Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], ]; diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml deleted file mode 100644 index 29231d94..00000000 --- a/config/packages/doctrine_migrations.yaml +++ /dev/null @@ -1,6 +0,0 @@ -doctrine_migrations: - migrations_paths: - # namespace is arbitrary but should be different from App\Migrations - # as migrations classes should NOT be autoloaded - 'DoctrineMigrations': '%kernel.project_dir%/migrations' - enable_profiler: false diff --git a/migrations/.gitignore b/migrations/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/symfony.lock b/symfony.lock index 5d664988..69145090 100644 --- a/symfony.lock +++ b/symfony.lock @@ -25,19 +25,6 @@ "src/Repository/.gitignore" ] }, - "doctrine/doctrine-migrations-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "3.1", - "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33" - }, - "files": [ - "config/packages/doctrine_migrations.yaml", - "migrations/.gitignore" - ] - }, "phpstan/phpstan": { "version": "1.10", "recipe": {