laminas / laminas-diactoros

PSR HTTP Message implementations
https://docs.laminas.dev/laminas-diactoros/
BSD 3-Clause "New" or "Revised" License
487 stars 63 forks source link

Update dependency http-interop/http-factory-tests to v2 - autoclosed #173

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
http-interop/http-factory-tests ^0.9.0 -> ^2.0.0 age adoption passing confidence

Release Notes

http-interop/http-factory-tests (http-interop/http-factory-tests) ### [`v2.1.0`](https://togithub.com/http-interop/http-factory-tests/blob/HEAD/CHANGELOG.md#210---2023-11-25) [Compare Source](https://togithub.com/http-interop/http-factory-tests/compare/2.0.0...2.1.0) - Clean up testing changes [#​48](https://togithub.com/http-interop/http-factory-tests/issues/48), [#​49](https://togithub.com/http-interop/http-factory-tests/issues/49) ### [`v2.0.0`](https://togithub.com/http-interop/http-factory-tests/blob/HEAD/CHANGELOG.md#200---2023-10-21) [Compare Source](https://togithub.com/http-interop/http-factory-tests/compare/1.1.0...2.0.0) - Require PHP 8.x and PHPUnit 10.x [#​47](https://togithub.com/http-interop/http-factory-tests/issues/47) ### [`v1.1.0`](https://togithub.com/http-interop/http-factory-tests/blob/HEAD/CHANGELOG.md#110---2023-10-21) [Compare Source](https://togithub.com/http-interop/http-factory-tests/compare/1.0.0...1.1.0) - Final release that supports PHP 7.x. ### [`v1.0.0`](https://togithub.com/http-interop/http-factory-tests/blob/HEAD/CHANGELOG.md#100---2023-10-10) [Compare Source](https://togithub.com/http-interop/http-factory-tests/compare/0.9.0...1.0.0) - Add tests for streams [#​39](https://togithub.com/http-interop/http-factory-tests/issues/39)

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 1 year 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 http-interop/http-factory-tests:2.1.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 psr/http-factory 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 phpunit/phpunit 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 http-interop/http-factory-tests ^2.0.0 -> satisfiable by http-interop/http-factory-tests[2.1.0].
    - http-interop/http-factory-tests 2.1.0 requires phpunit/phpunit ^10.0 -> found phpunit/phpunit[10.0.0, ..., 10.5.2] but it conflicts with your root composer.json require (^9.5.28).

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

Need phpunit v10 before we can actually merge.

gsteel commented 1 year ago

We can't get to PHPUnit 10 here without https://github.com/php-http/psr7-integration-tests/pull/60