Skip to content

Commit

Permalink
Remove Doctrine migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jul 2, 2024
1 parent ab448d1 commit df48b01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
];
6 changes: 0 additions & 6 deletions config/packages/doctrine_migrations.yaml

This file was deleted.

Empty file removed migrations/.gitignore
Empty file.
13 changes: 0 additions & 13 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit df48b01

Please sign in to comment.