laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 22 forks source link

Update dependency symfony/console to v7 #115

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/console (source) ^5.3.7 \|\| ^6.0 -> ^5.3.7 \|\| ^6.0 \|\| ^7.0 age adoption passing confidence

Release Notes

symfony/console (symfony/console) ### [`v7.0.0`](https://togithub.com/symfony/console/releases/tag/v7.0.0) [Compare Source](https://togithub.com/symfony/console/compare/v6.4.0...v7.0.0) **Changelog** (https://github.com/symfony/console/compare/v7.0.0-RC2...v7.0.0) - no significant changes ### [`v6.4.0`](https://togithub.com/symfony/console/compare/v6.3.9...v6.4.0) [Compare Source](https://togithub.com/symfony/console/compare/v6.3.9...v6.4.0) ### [`v6.3.9`](https://togithub.com/symfony/console/releases/tag/v6.3.9) [Compare Source](https://togithub.com/symfony/console/compare/v6.3.8...v6.3.9) **Changelog** (https://github.com/symfony/console/compare/v6.3.8...v6.3.9) - no significant changes

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 is behind base branch, or you tick the rebase/retry checkbox.

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



Read more information about the use of Renovate Bot within Laminas.

renovate[bot] commented 9 months ago

âš  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:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/dda3e0/0b3508/repos/github/laminas/laminas-cli":"/tmp/worker/dda3e0/0b3508/repos/github/laminas/laminas-cli" -v "/tmp/worker/dda3e0/0b3508/cache":"/tmp/worker/dda3e0/0b3508/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/dda3e0/0b3508/repos/github/laminas/laminas-cli" ghcr.io/containerbase/sidecar:9.24.0 bash -l -c "install-tool php 8.1.26 && install-tool composer 2.6.5 && composer update symfony/console:7.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Dependency symfony/polyfill-php80 is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/container is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/console ^5.3.7 || ^6.0 || ^7.0 -> satisfiable by symfony/console[v7.0.0].
    - symfony/console v7.0.0 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.26) does not satisfy that requirement.
  Problem 2
    - symfony/console v7.0.0 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.26) does not satisfy that requirement.
    - vimeo/psalm 5.16.0 requires symfony/console ^4.1.6 || ^5.0 || ^6.0 || ^7.0 -> satisfiable by symfony/console[v7.0.0].
    - vimeo/psalm is locked to version 5.16.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
gsteel commented 9 months ago

v7 is not being installed here.

Related #117

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.