doctrine / doctrine-migrations-bundle
Symfony DoctrineMigrationsBundle
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 46 184 963
Dependents: 345
Suggesters: 29
Security: 0
Stars: 3 504
Watchers: 34
Forks: 197
Open Issues: 14
Type:symfony-bundle
Requires
- php: ^7.2|^8.0
- doctrine/doctrine-bundle: ~1.0|~2.0
- doctrine/migrations: ^3.1
- symfony/framework-bundle: ~3.4|~4.0|~5.0
Requires (Dev)
- doctrine/coding-standard: ^8.0
- doctrine/orm: ^2.6
- doctrine/persistence: ^1.3||^2.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-deprecation-rules: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpstan/phpstan-strict-rules: ^0.12
- phpunit/phpunit: ^7.0|^8.0|^9.0
- 3.1.x-dev
- 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.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
- dev-prefered-em
This package is auto-updated.
Last update: 2021-04-10 16:50:07 UTC
README
This bundle integrates the Doctrine2 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.