doctrine / doctrine-migrations-bundle
Symfony DoctrineMigrationsBundle
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 101 846 034
Dependents: 473
Suggesters: 29
Security: 0
Stars: 4 097
Watchers: 28
Forks: 211
Open Issues: 40
Type:symfony-bundle
Requires
- php: ^7.2|^8.0
- doctrine/doctrine-bundle: ~1.0|~2.0
- doctrine/migrations: ^3.2
- symfony/framework-bundle: ~3.4|~4.0|~5.0|~6.0
Requires (Dev)
- doctrine/coding-standard: ^9
- doctrine/orm: ^2.6
- doctrine/persistence: ^1.3||^2.0
- phpstan/phpstan: ^1.4
- phpstan/phpstan-deprecation-rules: ^1
- phpstan/phpstan-phpunit: ^1
- phpstan/phpstan-strict-rules: ^1.1
- phpunit/phpunit: ^8.5|^9.5
- vimeo/psalm: ^4.22
- 3.3.x-dev
- 3.2.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta1
- 3.0.0-alpha.1
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.x-dev
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- v2.0.0
- v2.0.0-beta1
- v2.0.0-alpha1
- 1.3.x-dev
- v1.3.2
- v1.3.1
- v1.3.0
- 1.2.x-dev
- v1.2.1
- v1.2.0
- 1.1.x-dev
- 1.1.1
- v1.1.0
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-RC1
- 1.0.0-BETA5
- 1.0.0-BETA4
- 1.0.0-BETA3
- 1.0.0-BETA2
- v1.0.0-beta1
This package is auto-updated.
Last update: 2023-09-11 10:15:00 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.