chore(deps): update dependency guzzlehttp/psr7 to v2.13.0#75
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency guzzlehttp/psr7 to v2.13.0#75renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
August 24, 2025 02:09
f75c8ca to
77e9b1c
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
December 15, 2025 17:11
77e9b1c to
17a4dbd
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
March 10, 2026 13:02
17a4dbd to
956ad73
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
March 10, 2026 17:04
956ad73 to
d5af575
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
May 19, 2026 15:48
d5af575 to
49df6f1
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
May 19, 2026 19:03
49df6f1 to
1dabeca
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
2 times, most recently
from
May 26, 2026 01:42
d65c095 to
416ced7
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
May 27, 2026 13:01
416ced7 to
cfa4eca
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
2 times, most recently
from
June 2, 2026 17:07
b110c99 to
bc39f7e
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
2 times, most recently
from
June 16, 2026 22:11
03ecffa to
befd34a
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
June 18, 2026 18:50
befd34a to
1d41f08
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
June 23, 2026 14:55
1d41f08 to
daa2d18
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
June 23, 2026 19:47
daa2d18 to
2f941e2
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
July 8, 2026 20:06
2f941e2 to
a589629
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
July 13, 2026 07:05
a589629 to
1afcd51
Compare
renovate
Bot
force-pushed
the
renovate/guzzlehttp-psr7-2.x-lockfile
branch
from
July 17, 2026 11:51
1afcd51 to
8398ee1
Compare
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.
This PR contains the following updates:
2.7.0→2.13.0Release Notes
guzzle/psr7 (guzzlehttp/psr7)
v2.13.0Compare Source
Added
Utils::asciiToLower,asciiToUpper,asciiUcFirst,caselessEquals,caselessContainsChanged
v2.12.5Compare Source
Fixed
v2.12.4Compare Source
Changed
Fixed
//as paths inMessage::parseRequest()v2.12.3Compare Source
Security
getHost()matches the URI authority (GHSA-c2w2-prh8-qm98)v2.12.2Compare Source
Fixed
v2.12.1Compare Source
Security
v2.12.0Compare Source
Deprecated
Query::build()that guzzlehttp/psr7 3.0 rejectsUtils::streamFor(); cast them to a string for 3.0Uri::withQueryValues()values; cast them to a string for 3.0v2.11.1Compare Source
Fixed
v2.11.0Compare Source
Changed
Utils::modifyRequest()to reject conflicting URI andHostheader changes in the same callHeader::parse()to split semicolon-separated parameters without repeated regular expression lookaheadsUriComparator::isCrossOrigin()so only HTTP and HTTPS missing ports receive implicit default portsDeprecated
Utils::modifyRequest()change values that guzzlehttp/psr7 3.0 will rejectFixed
Utils::copyToStream()to retry short destination writes instead of dropping the unwritten remainderHeader::parse()splitting of semicolon-separated parameters with escaped quotesv2.10.4Compare Source
Fixed
UriNormalizerpercent-encoding normalizations to URI fragmentsLimitStream::getSize()return0for slices past the underlying stream endAppendStream::read()return an empty string when no streams are attachedCachingStream::read()throw on an incomplete cache-target write instead of silently corrupting replaysCachingStream::seek()from looping indefinitely when the remote stream makes no progressv2.10.3Compare Source
Fixed
v2.10.2Compare Source
Security
Fixed
ServerRequest::fromGlobals()robust against unexpected HTTP header value types in$_SERVERv2.10.1Compare Source
Fixed
Utils::modifyRequest()with numeric header namesv2.10.0Compare Source
Changed
ServerRequest::fromGlobals()against malformed$_SERVERvaluesStreamWrapper::getResource()cannot create a resourceUtils::modifyRequest()UriResolver::resolve()Uri::__toString()side-effect-freev2.9.1Compare Source
Fixed
CachingStream::detach()returning an incomplete resource before the decorated stream has been fully readMessage::bodySummary()returningnullwhen truncating printable UTF-8 bodies inside a multibyte characterv2.9.0Compare Source
Added
MultipartStream@return statictoMessageTraitmethodsChanged
v2.8.1Compare Source
Fixed
+signs inUri::withQueryValue()andUri::withQueryValues()to prevent them being interpreted as spacesv2.8.0Compare Source
Added
Changed
v2.7.1Compare Source
Fixed
Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.