laminas / laminas-authentication

provides an API for authentication and includes concrete authentication adapters for common use case scenarios
https://docs.laminas.dev/laminas-authentication/
BSD 3-Clause "New" or "Revised" License
24 stars 16 forks source link

Update dependency laminas/laminas-coding-standard to ~2.4.0 - autoclosed #40

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laminas/laminas-coding-standard (source) require-dev minor ~2.3.0 -> ~2.4.0

Release Notes

laminas/laminas-coding-standard ### [`v2.4.0`](https://togithub.com/laminas/laminas-coding-standard/releases/tag/2.4.0) [Compare Source](https://togithub.com/laminas/laminas-coding-standard/compare/2.3.0...2.4.0) ##### Release Notes for [2.4.0](https://togithub.com/laminas/laminas-coding-standard/milestone/15) Feature release (minor) ##### 2.4.0 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **5** ##### Bug - [76: Prevent installation of newer `phpstan/phpdoc-parser` for now](https://togithub.com/laminas/laminas-coding-standard/pull/76) thanks to [@​Ocramius](https://togithub.com/Ocramius) ##### Enhancement - [73: Normalize continuous integration configuration](https://togithub.com/laminas/laminas-coding-standard/pull/73) thanks to [@​boesing](https://togithub.com/boesing) - [69: Prepare for Renovate with reusable workflows](https://togithub.com/laminas/laminas-coding-standard/pull/69) thanks to [@​ghostwriter](https://togithub.com/ghostwriter) ##### renovate - [72: Configure Renovate](https://togithub.com/laminas/laminas-coding-standard/pull/72) thanks to [@​renovate](https://togithub.com/renovate)\[bot] ##### Documentation - [71: PSR-12 link updated](https://togithub.com/laminas/laminas-coding-standard/pull/71) thanks to [@​sommer-gei](https://togithub.com/sommer-gei)

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.

renovate[bot] commented 2 years 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: docker run --rm --name=renovate_php --label=renovate_child -v "/mnt/renovate/gh/laminas/laminas-authentication":"/mnt/renovate/gh/laminas/laminas-authentication" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e BUILDPACK_CACHE_DIR -w "/mnt/renovate/gh/laminas/laminas-authentication" docker.io/renovate/php:7.3.33 bash -l -c "install-tool composer 2.4.1 && composer update laminas/laminas-coding-standard --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 squizlabs/php_codesniffer 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 psalm/plugin-phpunit ^0.17.0, found psalm/plugin-phpunit[0.17.0] but the package is fixed to 0.15.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - Root composer.json requires laminas/laminas-coding-standard ~2.4.0 -> satisfiable by laminas/laminas-coding-standard[2.4.0].
    - laminas/laminas-coding-standard 2.4.0 requires php ^7.4 || ^8.0 -> your php version (7.3.99; overridden via config.platform, actual: 7.3.33) 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.