Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updates the requirements on nyholm/psr7 to permit the latest version.

Release notes

Sourced from nyholm/psr7's releases.

Release 1.8.2

What's Changed

New Contributors

Full Changelog: Nyholm/psr7@1.8.1...1.8.2

Changelog

Sourced from nyholm/psr7's changelog.

1.8.2

  • Fix deprecation warnings in PHP 8.4

1.8.1

  • Fix error handling in Stream::getContents()

1.8.0

  • Deprecate HttplugFactory, use Psr17Factory instead
  • Make depencendy on php-http/message-factory optional

1.7.0

  • Bump to PHP 7.2 minimum
  • Allow psr/http-message v2
  • Use copy-on-write for streams created from strings

1.6.1

1.6.0

Changed

  • Seek to the begining of the string when using Stream::create()
  • Populate ServerRequest::getQueryParams() on instantiation
  • Encode reserved characters in userinfo in Uri
  • Normalize leading slashes for Uri::getPath()
  • Make Stream's constructor public
  • Add some missing type checks on arguments

1.5.1

Fixed

  • Fixed deprecations on PHP 8.1

1.5.0

Added

  • Add explicit @return mixed
  • Add explicit return types to HttplugFactory

Fixed

  • Improve error handling with streams

... (truncated)

Commits
  • a71f2b1 Changelog for 1.8.2 (#258)
  • 229484f [PHP 8.4] Fixes for implicit nullability deprecation (#255)
  • fd12ffc Fix .gitattributes (#250)
  • aa5fc27 Fix error handling in Stream::getContents() (#252)
  • 3cb4d16 Deprecate HttplugFactory and make dependency on php-http/message-factory opti...
  • 7f77c0e README.md: add badges for GH Actions (#237)
  • ed7cf98 Update changelog (#240)
  • 21644a7 Improve performance of creating streams from strings (#241)
  • 083ce36 Use zval storage for Stream instances created from strings (#230)
  • 6a31c27 Allow psr/http-message v2 (#234)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [nyholm/psr7](https://github.com/Nyholm/psr7) to permit the latest version.
- [Release notes](https://github.com/Nyholm/psr7/releases)
- [Changelog](https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md)
- [Commits](Nyholm/psr7@1.2.1...1.8.2)

---
updated-dependencies:
- dependency-name: nyholm/psr7
  dependency-version: 1.8.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the composer label Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants