psr7-sessions / storageless

:mailbox_with_mail: storage-less PSR-7 session support
MIT License
649 stars 38 forks source link

Update dependency lcobucci/clock to v3 #552

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lcobucci/clock require major ^2.3.0 -> ^3.0.0

Release Notes

lcobucci/clock ### [`v3.0.0`](https://togithub.com/lcobucci/clock/releases/tag/3.0.0) [Compare Source](https://togithub.com/lcobucci/clock/compare/2.3.0...3.0.0) ##### Release Notes for [3.0.0](https://togithub.com/lcobucci/clock/milestone/9) This release drops the temporary interface, directly implementing PSR-20. ##### 3.0.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** ##### Improvement - [659: Remove forgotten merge bot file](https://togithub.com/lcobucci/clock/pull/659) thanks to [@​lcobucci](https://togithub.com/lcobucci) ##### BC-Break,Improvement - [651: Replace stella-maris/clock with psr/clock](https://togithub.com/lcobucci/clock/pull/651) thanks to [@​p4veI](https://togithub.com/p4veI)

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 about the use of Renovate Bot within ocramius/* projects.

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: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/psr7-sessions/storageless":"/mnt/renovate/gh/psr7-sessions/storageless" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/psr7-sessions/storageless" docker.io/renovate/sidecar bash -l -c "install-tool php 8.1.13 && install-tool composer 2.5.1 && composer update lcobucci/clock --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 lcobucci/clock ^3.0.0, found lcobucci/clock[3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - lcobucci/jwt is locked to version 4.2.1 and an update of this package was not requested.
    - lcobucci/jwt 4.2.1 requires lcobucci/clock ^2.0 -> found lcobucci/clock[2.0.0, 2.1.0, 2.2.0, 2.3.0] but it conflicts with your root composer.json require (^3.0.0).

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

I guess we need a new minor release of lcobucci/jwt.

WDYT, @Slamdunk?

Ocramius commented 1 year ago

Needs https://github.com/lcobucci/jwt/pull/986