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/event-dispatcher to v7 #116

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

symfony/event-dispatcher (symfony/event-dispatcher) ### [`v7.0.0`](https://togithub.com/symfony/event-dispatcher/releases/tag/v7.0.0) [Compare Source](https://togithub.com/symfony/event-dispatcher/compare/v6.4.0...v7.0.0) **Changelog** (https://github.com/symfony/event-dispatcher/compare/v7.0.0-RC2...v7.0.0) - 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: composer update symfony/event-dispatcher:7.0.2 --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.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/event-dispatcher ^5.0 || ^6.0 || ^7.0 -> satisfiable by symfony/event-dispatcher[v7.0.2].
    - symfony/event-dispatcher v7.0.2 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.27) does not satisfy that requirement.
gsteel commented 9 months ago

v7 is not being installed here.

Related #117

Xerkus commented 9 months ago

Superseded by #115 Let renovate close this PR once the other is merged or we will close both.