Skip to content

chore(deps): Bump doctrine/doctrine-migrations-bundle from 3.7.0 to 4.0.0#226

Merged
vitormattos merged 1 commit intomainfrom
dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0
Mar 9, 2026
Merged

chore(deps): Bump doctrine/doctrine-migrations-bundle from 3.7.0 to 4.0.0#226
vitormattos merged 1 commit intomainfrom
dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 9, 2026
@vitormattos
Copy link
Copy Markdown
Member

@dependabot recreate

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 force-pushed the dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0 branch from f40a580 to 28e5b33 Compare March 9, 2026 17:35
@vitormattos vitormattos merged commit 2c73e1e into main Mar 9, 2026
6 checks passed
@vitormattos vitormattos deleted the dependabot/composer/doctrine/doctrine-migrations-bundle-4.0.0 branch March 9, 2026 17:36
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.

1 participant