doctrine/doctrine-migrations-bundle
Symfony DoctrineMigrationsBundle
Maintainers
Package info
github.com/doctrine/DoctrineMigrationsBundle
Type:symfony-bundle
pkg:composer/doctrine/doctrine-migrations-bundle
4.0.0
2025-12-05 08:14 UTC
Requires
- php: ^8.4
- doctrine/dbal: ^4
- doctrine/doctrine-bundle: ^3
- doctrine/migrations: ^3.2
- psr/log: ^3
- symfony/config: ^6.4 || ^7.0 || ^8.0
- symfony/console: ^6.4 || ^7.0 || ^8.0
- symfony/dependency-injection: ^6.4 || ^7.0 || ^8.0
- symfony/deprecation-contracts: ^3
- symfony/framework-bundle: ^6.4 || ^7.0 || ^8.0
- symfony/http-foundation: ^6.4 || ^7.0 || ^8.0
- symfony/http-kernel: ^6.4 || ^7.0 || ^8.0
- symfony/service-contracts: ^3.0
Requires (Dev)
- composer/semver: ^3.0
- doctrine/coding-standard: ^14
- doctrine/orm: ^3
- phpstan/phpstan: ^2
- phpstan/phpstan-deprecation-rules: ^2
- phpstan/phpstan-phpunit: ^2
- phpstan/phpstan-strict-rules: ^2
- phpstan/phpstan-symfony: ^2
- phpunit/phpunit: ^12.5
- symfony/var-exporter: ^6.4 || ^7 || ^8
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 20505da78735744fb4a42a3bb9a416b345ad6f7c
- Fabien Potencier <fabien.woop@symfony.com>
- Doctrine Project
- Symfony Community
This package is auto-updated.
Last update: 2026-06-14 06:57:45 UTC
README
This bundle integrates the Doctrine Migrations library into Symfony applications. Database migrations help you version the changes in your database schema and apply them in a predictable way on every server running the application.
