-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency doctrine/doctrine-migrations-bundle to v4 - #35
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency doctrine/doctrine-migrations-bundle to v4 #35renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Author
⚠️ 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.9) 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.9) 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.9) does not satisfy that requirement.
Tick the box to add this pull request to the merge queue (same as @mergifyio queue).
- Queue this pull request
2 similar comments
Tick the box to add this pull request to the merge queue (same as @mergifyio queue).
- Queue this pull request
Tick the box to add this pull request to the merge queue (same as @mergifyio queue).
- Queue this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^3.1→^4.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
doctrine/DoctrineMigrationsBundle (doctrine/doctrine-migrations-bundle)
v4.0.1Compare Source
Release Notes for 4.0.1
4.0.1
CI
Documentation
This release also contains changes from https://github.com/doctrine/DoctrineMigrationsBundle/releases/tag/3.7.1
v4.0.0Compare Source
Release Notes for 4.0.0
Backwards incompatible release (major)
4.0.0
Breaking Changes
Improvement
Bugfixes
Test Suite
This release also contains unreleased changes from 3.7.x
v3.7.1Compare Source
Release Notes for 3.7.1
3.7.x bugfix release (patch)
3.7.1
Bugfixes
CI
Documentation
Test Suite
v3.7.0Compare Source
Release Notes for 3.7.0
Feature release (minor)
3.7.0
Enhancement
v3.6.0Compare Source
Release Notes for 3.6.0
Feature release (minor)
3.6.0
Improvements
v3.5.0Compare Source
Release Notes for 3.5.0
Feature release (minor)
3.5.0
Improvements
doctrine/doctrine-bundle3.0 thanks to @dmaicherDeprecations
v3.4.3Compare Source
v3.4.2Compare Source
Release Notes for 3.4.2
3.4.x bugfix release (patch)
3.4.2
Bugfixes
Improvements
CI
v3.4.1Compare Source
Release Notes for 3.4.1
3.4.x bugfix release (patch)
3.4.1
Bugfixes
v3.4.0Compare Source
Release Notes for 3.4.0
Feature release (minor)
3.4.0
Improvement
Bugfix
Documentation
Static Analysis
v3.3.1Compare Source
Release Notes for 3.3.1
3.3.x bugfix release (patch)
3.3.1
Bug
CI
Documentation
541: Use service name in the example thanks to @jaapio
536: Configure the documentation directory for each branch thanks to @greg0ire
522: Removed deprecated option --show-versions in documentation thanks to @atehvg
537: Remove changelog thanks to @greg0ire
Static Analysis
Test Suite
CI,Static Analysis
v3.3.0Compare Source
Release Notes for 3.3.0
Feature release (minor)
3.3.0
Documentation
Deprecation
Static Analysis
CI
Improvement
v3.2.5Compare Source
Release Notes for 3.2.5
3.2.x bugfix release (patch)
3.2.5
CI
Improvement
Documentation
v3.2.4Compare Source
Release Notes for 3.2.4
3.2.x bugfix release (patch)
3.2.4
Improvement
MigrationsCollector::collect()thanks to @dannyvwv3.2.3Compare Source
Release Notes for 3.2.3
3.2.x bugfix release (patch)
3.2.3
Improvement
return voidannotation to suppress deprecation warnings in Bundle::build() thanks to @mickvermBug
MigrationCollector::reset()thanks to @asuri0nDocumentation
471: Document profiler overhead thanks to @94noni
466: Remove unused fixture thanks to @derrabus
v3.2.2Compare Source
Release Notes for 3.2.2
3.2.x bugfix release (patch)
3.2.2
Total issues resolved: 0
Total pull requests resolved: 4
Total contributors: 3
464: Bump GitHub workflows thanks to @derrabus
398: Mention the server-version for migrations thanks to @thePanz
Bug
Documentation
v3.2.1Compare Source
Release Notes for 3.2.1
3.2.x bugfix release (patch)
3.2.1
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
434: Allow Symfony 6 thanks to @Kocal
v3.2.0Compare Source
Release Notes for 3.2.0
Feature release (minor)
3.2.0
Enhancement
Improvement
v3.1.2Compare Source
Release Notes for 3.1.2
3.1.x bugfix release (patch)
3.1.2
Improvement
Documentation
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.