Skip to content

Update dependency doctrine/doctrine-migrations-bundle to v4#35

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/doctrine-doctrine-migrations-bundle-4.x
Open

Update dependency doctrine/doctrine-migrations-bundle to v4#35
renovate[bot] wants to merge 1 commit intomainfrom
renovate/doctrine-doctrine-migrations-bundle-4.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Change Age Confidence
doctrine/doctrine-migrations-bundle (source) ^3.1^4.0 age confidence

Release Notes

doctrine/DoctrineMigrationsBundle (doctrine/doctrine-migrations-bundle)

v4.0.0

Compare Source

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

v3.7.0

Compare Source

Release Notes for 3.7.0

Feature release (minor)

3.7.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.6.0

Compare Source

Release Notes for 3.6.0

Feature release (minor)

3.6.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Improvements

v3.5.0

Compare Source

Release Notes for 3.5.0

Feature release (minor)

3.5.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Improvements
Deprecations

v3.4.3

Compare Source

Release Notes for 3.4.3

3.4.x bugfix release (patch)

3.4.3
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3
Improvement
Test Suite
Static Analysis
Documentation

v3.4.2

Compare Source

Release Notes for 3.4.2

3.4.x bugfix release (patch)

3.4.2
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 3
Bugfixes
Improvements
CI

v3.4.1

Compare Source

Release Notes for 3.4.1

3.4.x bugfix release (patch)

3.4.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bugfixes

v3.4.0

Compare Source

Release Notes for 3.4.0

Feature release (minor)

3.4.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 2
Improvement
Bugfix
Documentation
Static Analysis

v3.3.1

Compare Source

Release Notes for 3.3.1

3.3.x bugfix release (patch)

3.3.1
  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 4
Bug
CI
Documentation
Static Analysis
Test Suite
CI,Static Analysis

v3.3.0

Compare Source

Release Notes for 3.3.0

Feature release (minor)

3.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 3
Documentation
Deprecation
Static Analysis
CI
Improvement

v3.2.5

Compare Source

Release Notes for 3.2.5

3.2.x bugfix release (patch)

3.2.5
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3
CI
Improvement
Documentation

v3.2.4

Compare Source

Release Notes for 3.2.4

3.2.x bugfix release (patch)

3.2.4
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Improvement

v3.2.3

Compare Source

Release Notes for 3.2.3

3.2.x bugfix release (patch)

3.2.3
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4
Improvement
Bug
Documentation

v3.2.2

Compare Source

Release Notes for 3.2.2

3.2.x bugfix release (patch)

3.2.2
Bug
Documentation

v3.2.1

Compare Source

Release Notes for 3.2.1

3.2.x bugfix release (patch)

3.2.1

v3.2.0

Compare Source

Release Notes for 3.2.0

Feature release (minor)

3.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4
Enhancement
Improvement

v3.1.2

Compare Source

Release Notes for 3.1.2

3.1.x bugfix release (patch)

3.1.2
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4
Improvement
Documentation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Feb 15, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer install --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - laminas/laminas-code is locked to version 4.4.2 and an update of this package was not requested.
    - laminas/laminas-code 4.4.2 requires php ^7.4 || ~8.0.0 -> your php version (8.5.4) does not satisfy that requirement.
  Problem 2
    - php-amqplib/php-amqplib is locked to version v2.12.3 and an update of this package was not requested.
    - php-amqplib/php-amqplib v2.12.3 requires php >=5.6.3,<8.0 -> your php version (8.5.4) does not satisfy that requirement.
  Problem 3
    - clivern/chunk is locked to version 2.0.1 and an update of this package was not requested.
    - clivern/chunk 2.0.1 requires php-amqplib/php-amqplib ^2.11 -> satisfiable by php-amqplib/php-amqplib[v2.12.3].
    - php-amqplib/php-amqplib v2.12.3 requires php >=5.6.3,<8.0 -> your php version (8.5.4) does not satisfy that requirement.


@renovate renovate bot requested a review from Clivern as a code owner February 15, 2026 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants