laminas / laminas-stdlib

SPL extensions, array utilities, error handlers, and more
https://docs.laminas.dev/laminas-stdlib/
BSD 3-Clause "New" or "Revised" License
190 stars 40 forks source link

Removed `phpstan/phpdoc-parser` dev-dependency #70

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
phpstan/phpdoc-parser require-dev major ^0.5.4 -> ^1.0.0

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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-stdlib":"/mnt/renovate/gh/laminas/laminas-stdlib" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -w "/mnt/renovate/gh/laminas/laminas-stdlib" docker.io/renovate/php:latest bash -l -c "install-tool composer 2.4.1 && composer update phpstan/phpdoc-parser --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 phpstan/phpdoc-parser ^1.0.0, found phpstan/phpdoc-parser[1.0.0, ..., 1.7.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - slevomat/coding-standard 7.0.15 requires phpstan/phpdoc-parser 0.5.1 - 0.5.6 -> found phpstan/phpdoc-parser[0.5.1, ..., 0.5.6] but it conflicts with your root composer.json require (^1.0.0).
    - laminas/laminas-coding-standard 2.4.0 requires slevomat/coding-standard ^7.0 -> satisfiable by slevomat/coding-standard[7.0.15].
    - laminas/laminas-coding-standard is locked to version 2.4.0 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.