doctrine / doctrine-migrations-bundle
Symfony DoctrineMigrationsBundle
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 42 144 836
Dependents: 325
Suggesters: 28
Security: 0
Stars: 3 353
Watchers: 33
Forks: 194
Open Issues: 15
Type:symfony-bundle
Requires
- php: ^7.2|^8.0
- doctrine/doctrine-bundle: ~1.0|~2.0
- doctrine/migrations: ~3.0
- symfony/framework-bundle: ~3.4|~4.0|~5.0
Requires (Dev)
- doctrine/coding-standard: ^8.0
- doctrine/orm: ^2.6
- 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.0.x-dev
- 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-3.0.x-merge-up-into-3.1.x_5fe36203f0e230.52180338
- dev-2.2.x-merge-up-into-3.0.x_5fe3613e32f0c7.56616116
- dev-container-aware-migration-factory
- dev-manager-loader
- dev-2.2.x-merge-up-into-3.0.x_5f12ade8acaa06.99463690
This package is auto-updated.
Last update: 2020-12-23 15:28:11 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.