mezzio / mezzio-template

Template subcomponent for Mezzio
https://docs.mezzio.dev/mezzio/features/template/intro/
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Update dependency laminas/laminas-coding-standard to ~2.4.0 #17

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.2.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) ### [`v2.3.0`](https://togithub.com/laminas/laminas-coding-standard/releases/tag/2.3.0) [Compare Source](https://togithub.com/laminas/laminas-coding-standard/compare/2.2.1...2.3.0) ##### Release Notes for [2.3.0](https://togithub.com/laminas/laminas-coding-standard/milestone/12) Feature release (minor) ##### 2.3.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### Enhancement - [67: feat: upgrade to slevomat/coding-standard 7 with enhanced PHP 8 support](https://togithub.com/laminas/laminas-coding-standard/pull/67) thanks to [@​geerteltink](https://togithub.com/geerteltink) ### [`v2.2.1`](https://togithub.com/laminas/laminas-coding-standard/releases/tag/2.2.1) [Compare Source](https://togithub.com/laminas/laminas-coding-standard/compare/2.2.0...2.2.1) ##### Release Notes for [2.2.1](https://togithub.com/laminas/laminas-coding-standard/milestone/11) 2.2.x bugfix release (patch) ##### 2.2.1 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** ##### Bug - [65: Exclude declare strict types below comment](https://togithub.com/laminas/laminas-coding-standard/pull/65) thanks to [@​ghostwriter](https://togithub.com/ghostwriter) ##### Enhancement - [64: Normalize composer](https://togithub.com/laminas/laminas-coding-standard/pull/64) thanks to [@​ghostwriter](https://togithub.com/ghostwriter)

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/mezzio/mezzio-template":"/mnt/renovate/gh/mezzio/mezzio-template" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e BUILDPACK_CACHE_DIR -w "/mnt/renovate/gh/mezzio/mezzio-template" 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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 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.