chore: Update kevinrob/guzzle-cache-middleware requirement from ^7.0 to ^8.0 - #24
Merged
keelerm84 merged 2 commits intoAug 26, 2026
Conversation
Updates the requirements on [kevinrob/guzzle-cache-middleware](https://github.com/Kevinrob/guzzle-cache-middleware) to permit the latest version. - [Release notes](https://github.com/Kevinrob/guzzle-cache-middleware/releases) - [Commits](Kevinrob/guzzle-cache-middleware@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: kevinrob/guzzle-cache-middleware dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
This bump can't be merged as-is: Also note Recommended options: close this PR ( |
keelerm84
approved these changes
Aug 25, 2026
keelerm84
approved these changes
Aug 26, 2026
keelerm84
deleted the
dependabot/composer/kevinrob/guzzle-cache-middleware-tw-8.0
branch
August 26, 2026 13:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on kevinrob/guzzle-cache-middleware to permit the latest version.
Commits
9c05662Add support for Guzzle 8 (#220)78dd5a1Fix Age header value type to string for PSR compliance (#218)5d4df72Fix #82: Fully honor Guzzle 'sink' option on cache hits and revalidations (#217)c2f752aFix #172: Invalidate corrupted cache entries across all storage adapters (#216)daffa41Fix DST caching bug by using strict timestamp arithmetic and add regression t...69cdaddUpgrade dependencies to support Laravel 13 and Symfony 8, and cleanup compose...ce4e86bImplement PSR-20 Clock for deterministic time management and faster tests (#213)de928f3Modernize PHP support: drop PHP < 8.2 and add PHP 8.5 (#212)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Overview
Bumps
kevinrob/guzzle-cache-middlewarefrom^7.0to^8.0incomposer.json, aligning with the middleware’s newer major release (Guzzle 8 support, PSR fixes, and related cache behavior changes).Because v8 drops support for PHP below 8.2, the PR also raises the minimum PHP version to 8.2 in GitHub Actions (
php-version) and in the README requirement text so CI and documented setup match what Composer can install.Reviewed by Cursor Bugbot for commit a99474d. Bugbot is set up for automated code reviews on this repo. Configure here.