Open renovate[bot] opened 1 year 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: composer update psr/http-message:2.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psr/http-message ^2.0, found psr/http-message[2.0] but these were not loaded, likely because it conflicts with another require.
Problem 2
- jwage/changelog-generator is locked to version 1.4.0 and an update of this package was not requested.
- jwage/changelog-generator 1.4.0 requires psr/http-message ^1.0.1 -> found psr/http-message[1.0.1, 1.1] but it conflicts with your root composer.json require (^2.0).
Problem 3
- laminas/laminas-diactoros is locked to version 2.26.0 and an update of this package was not requested.
- laminas/laminas-diactoros 2.26.0 requires psr/http-message ^1.1 -> found psr/http-message[1.1] but it conflicts with your root composer.json require (^2.0).
Problem 4
- php-http/httplug is locked to version 2.4.0 and an update of this package was not requested.
- php-http/httplug 2.4.0 requires psr/http-message ^1.0 || ^2.0 -> found psr/http-message[1.0, 1.0.1, 1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
Problem 5
- psr/http-client is locked to version 1.0.3 and an update of this package was not requested.
- psr/http-client 1.0.3 requires psr/http-message ^1.0 || ^2.0 -> found psr/http-message[1.0, 1.0.1, 1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
Problem 6
- laminas/laminas-diactoros 2.26.0 requires psr/http-message ^1.1 -> found psr/http-message[1.1] but it conflicts with your root composer.json require (^2.0).
- phly/keep-a-changelog 2.12.1 requires laminas/laminas-diactoros ^2.4.1 -> satisfiable by laminas/laminas-diactoros[2.26.0].
- phly/keep-a-changelog is locked to version 2.12.1 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.
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: composer update psr/http-message:2.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psr/http-message ^2.0, found psr/http-message[2.0] but these were not loaded, likely because it conflicts with another require.
Problem 2
- jwage/changelog-generator is locked to version 1.4.0 and an update of this package was not requested.
- jwage/changelog-generator 1.4.0 requires psr/http-message ^1.0.1 -> found psr/http-message[1.0.1, 1.1] but it conflicts with your root composer.json require (^2.0).
Problem 3
- laminas/laminas-diactoros is locked to version 2.26.0 and an update of this package was not requested.
- laminas/laminas-diactoros 2.26.0 requires psr/http-message ^1.1 -> found psr/http-message[1.1] but it conflicts with your root composer.json require (^2.0).
Problem 4
- php-http/httplug is locked to version 2.4.0 and an update of this package was not requested.
- php-http/httplug 2.4.0 requires psr/http-message ^1.0 || ^2.0 -> found psr/http-message[1.0, 1.0.1, 1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
Problem 5
- psr/http-client is locked to version 1.0.3 and an update of this package was not requested.
- psr/http-client 1.0.3 requires psr/http-message ^1.0 || ^2.0 -> found psr/http-message[1.0, 1.0.1, 1.1, 2.0] but these were not loaded, likely because it conflicts with another require.
Problem 6
- laminas/laminas-diactoros 2.26.0 requires psr/http-message ^1.1 -> found psr/http-message[1.1] but it conflicts with your root composer.json require (^2.0).
- phly/keep-a-changelog 2.12.1 requires laminas/laminas-diactoros ^2.4.1 -> satisfiable by laminas/laminas-diactoros[2.26.0].
- phly/keep-a-changelog is locked to version 2.12.1 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.
This PR contains the following updates:
^1.1
->^2.0
Release Notes
php-fig/http-message (psr/http-message)
### [`v2.0`](https://togithub.com/php-fig/http-message/releases/tag/2.0) [Compare Source](https://togithub.com/php-fig/http-message/compare/1.1...2.0) Added return types, see https://www.php-fig.org/psr/psr-7/meta/[#72](https://togithub.com/php-fig/http-message/issues/72)-type-additionsConfiguration
📅 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.