Closed renovate[bot] closed 2 years ago
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:
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/laminas/laminas-di":"/mnt/renovate/gh/laminas/laminas-di" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/laminas/laminas-di" docker.io/renovate/sidecar bash -l -c "install-tool php 7.4.32 && install-tool composer 2.4.4 && composer update laminas/laminas-servicemanager --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
Info from https://repo.packagist.org: #StandWithUkraine
Dependency laminas/laminas-stdlib 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 laminas/laminas-servicemanager ^3.19.0 -> satisfiable by laminas/laminas-servicemanager[3.19.0].
- laminas/laminas-servicemanager 3.19.0 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (7.4.99; overridden via config.platform, actual: 7.4.32) does not satisfy that requirement.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This PR contains the following updates:
^3.12
->^3.19.0
Release Notes
laminas/laminas-servicemanager
### [`v3.19.0`](https://togithub.com/laminas/laminas-servicemanager/releases/tag/3.19.0) [Compare Source](https://togithub.com/laminas/laminas-servicemanager/compare/3.18.0...3.19.0) ##### Release Notes for [3.19.0](https://togithub.com/laminas/laminas-servicemanager/milestone/41) Feature release (minor) ##### 3.19.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### Enhancement - [157: Apply PHP 8.0 Syntax and constructor promotion](https://togithub.com/laminas/laminas-servicemanager/pull/157) thanks to [@samsonasik](https://togithub.com/samsonasik) ### [`v3.18.0`](https://togithub.com/laminas/laminas-servicemanager/releases/tag/3.18.0) [Compare Source](https://togithub.com/laminas/laminas-servicemanager/compare/3.17.0...3.18.0) ##### Release Notes for [3.18.0](https://togithub.com/laminas/laminas-servicemanager/milestone/39) Feature release (minor) ##### 3.18.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** ##### Enhancement - [156: Add support for PHP 8.2, Drop support for PHP 7.4](https://togithub.com/laminas/laminas-servicemanager/pull/156) thanks to [@gsteel](https://togithub.com/gsteel) - [155: qa: remove `prophecy` usage in favor of native `phpunit` mock objects](https://togithub.com/laminas/laminas-servicemanager/pull/155) thanks to [@alexraputa](https://togithub.com/alexraputa)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.