doctrine/migrations
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
Maintainers
3.9.7
2026-04-23 19:33 UTC
Requires
- php: ^8.1
- composer-runtime-api: ^2
- doctrine/dbal: ^3.6 || ^4
- doctrine/deprecations: ^0.5.3 || ^1
- doctrine/event-manager: ^1.2 || ^2.0
- psr/log: ^1.1.3 || ^2 || ^3
- symfony/console: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/stopwatch: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/var-exporter: ^6.2 || ^7.0 || ^8.0
Requires (Dev)
- ext-pdo_sqlite: *
- doctrine/coding-standard: ^14
- doctrine/orm: ^2.13 || ^3
- doctrine/persistence: ^2 || ^3 || ^4
- doctrine/sql-formatter: ^1.0
- fig/log-test: ^1
- phpstan/phpstan: ^2
- phpstan/phpstan-deprecation-rules: ^2
- phpstan/phpstan-phpunit: ^2
- phpstan/phpstan-strict-rules: ^2
- phpstan/phpstan-symfony: ^2
- phpunit/phpunit: ^10.3 || ^11.0 || ^12.0
- symfony/cache: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/process: ^5.4 || ^6.0 || ^7.0 || ^8.0
- symfony/yaml: ^5.4 || ^6.0 || ^7.0 || ^8.0
Suggests
- doctrine/sql-formatter: Allows to generate formatted SQL with the diff command.
- symfony/yaml: Allows the use of yaml for migration configuration files.
Provides
None
Conflicts
- doctrine/orm: <2.12 || >=4
Replaces
None
MIT 96cb2a89b56c9efb0bac38e606dc0b0f13e650ec
- Benjamin Eberlei <kontakt.woop@beberlei.de>
- Jonathan Wage <jonwage.woop@gmail.com>
- Michael Simonson <contact.woop@mikesimonson.com>
This package is auto-updated.
Last update: 2026-06-18 22:22:50 UTC
README
👁 Build Status
👁 Code Coverage
👁 Packagist Downloads
👁 Packagist Version
👁 GitHub license
Documentation
All available documentation can be found here.
