Skip to content

Bump doctrine/doctrine-migrations-bundle from 3.7.0 to 4.0.0#329

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0
Open

Bump doctrine/doctrine-migrations-bundle from 3.7.0 to 4.0.0#329
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps doctrine/doctrine-migrations-bundle from 3.7.0 to 4.0.0.

Release notes

Sourced from doctrine/doctrine-migrations-bundle's releases.

4.0.0

Release Notes for 4.0.0

Backwards incompatible release (major)

4.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 14
  • Total contributors: 3

Breaking Changes

Improvement

Bugfixes

Test Suite

This release also contains unreleased changes from 3.7.x

Upgrade guide

Sourced from doctrine/doctrine-migrations-bundle's upgrade guide.

Upgrade

4.0.0

Dependencies

  • Support for PHP < 8.4 has been dropped.
  • Support for doctrine/orm < 3 has been dropped.
  • Support for doctrine/doctrine-bundle < 3 has been dropped.

BC break: final, internal classes

Some classes have been marked as final and @internal because they are not supposed to be extended or even referenced outside of the bundle.

BC break: type declarations

Type declarations have been added to all method signatures and properties. You might have to adjust your own code to abide by the new type declarations.

BC break: Removed support for container-aware migrations

  • Migrations that implement ContainerAwareInterface will no longer have the container injected automatically.
  • The ContainerAwareMigrationFactory class has been removed.

Upgrade to 3.5

Final classes

Some classes have been marked as @final because they are not supposed to be extended. They will be final, and most of them will be marked with @internal in 4.0.0.

From 2.x to 3.0.0

  • The configuration for the migration namespace and directory changed as follows:

Before

doctrine_migrations:
    dir_name: '%kernel.project_dir%/src/Migrations'
    namespace: DoctrineMigrations

After

doctrine_migrations:
    migrations_paths:
</tr></table> 

... (truncated)

Commits
  • 20505da Upgrade to PHPUnit 12 (#661)
  • be84422 Merge pull request #660 from greg0ire/4.0.x
  • 1c485d3 Merge remote-tracking branch 'origin/3.8.x' into 4.0.x
  • d07a351 Merge pull request #659 from doctrine/3.7.x
  • 2b2c03b Merge pull request #656 from greg0ire/drop-old-deps
  • 60e40c1 Merge pull request #657 from greg0ire/address-depr
  • f1fcf84 Merge pull request #658 from greg0ire/remove-useless-test
  • 4e053ac Remove meaningless test
  • 07f1737 Stop using deprecated option
  • 8a21bb3 Drop support for old versions of dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Upgrade guide](https://github.com/doctrine/DoctrineMigrationsBundle/blob/4.0.x/UPGRADE.md)
- [Commits](doctrine/DoctrineMigrationsBundle@3.7.0...4.0.0)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants