laminas / laminas-component-installer

Composer plugin for injecting modules and configuration providers into application configuration
https://docs.laminas.dev/laminas-component-installer/
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Update dependency phpunit/phpunit to v11 #77

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^10.4 -> ^11.0 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit) ### [`v11.0.1`](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.0...11.0.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.0.0...11.0.1) ### [`v11.0.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.9...11.0.0) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.9...11.0.0) ### [`v10.5.9`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) ### [`v10.5.8`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) ### [`v10.5.7`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) ### [`v10.5.6`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) ### [`v10.5.5`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) ### [`v10.5.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) ### [`v10.5.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) ### [`v10.5.2`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2)

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 7 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 phpunit/phpunit:11.0.3 --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 phpunit/phpunit ^11.0 -> satisfiable by phpunit/phpunit[11.0.3].
    - phpunit/phpunit 11.0.3 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.27) 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.