Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump php-http/discovery from 1.14.2 to 1.17.0 #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps php-http/discovery from 1.14.2 to 1.17.0.

Release notes

Sourced from php-http/discovery's releases.

1.17.0

  • #230 - Add Psr18Client to make it straightforward to use PSR-18
  • #232 - Allow pinning the preferred implementations in composer.json
  • #233 - Fix Psr17Factory::createServerRequestFromGlobals() when uploaded files have been moved

1.16.0

  • php-http/discovery#225 - Remove support for the abandoned Zend Diactoros which has been replaced with Laminas Diactoros; marked the zend library as conflict in composer.json to avoid confusion
  • php-http/discovery#227 - Fix handling requests with nested files

1.15.3

  • #224 - Fix regression with Magento classloader

1.15.2

  • #219 - Fix handling of replaced packages

1.15.1

  • #214 - Fix resolving deps for psr/http-message-implementation
  • #216 - Fix keeping platform requirements when rebooting composer
  • #217 - Set extra.plugin-optional composer flag

1.15.0

  • #209 - Add generic Psr17Factory class
  • #208 - Add composer plugin to auto-install missing implementations. When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one. This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.

1.14.3

  • #207 - Updates Exception to extend Throwable solving static analysis errors for consumers
Changelog

Sourced from php-http/discovery's changelog.

1.17.0 - 2023-04-26

  • #230 - Add Psr18Client to make it straightforward to use PSR-18
  • #232 - Allow pinning the preferred implementations in composer.json
  • #233 - Fix Psr17Factory::createServerRequestFromGlobals() when uploaded files have been moved

1.16.0 - 2023-04-26

  • #225 - Remove support for the abandoned Zend Diactoros which has been replaced with Laminas Diactoros; marked the zend library as conflict in composer.json to avoid confusion
  • #227 - Fix handling requests with nested files

1.15.3 - 2023-03-31

  • #224 - Fix regression with Magento classloader

1.15.2 - 2023-02-11

  • #219 - Fix handling of replaced packages

1.15.1 - 2023-02-10

  • #214 - Fix resolving deps for psr/http-message-implementation
  • #216 - Fix keeping platform requirements when rebooting composer
  • #217 - Set extra.plugin-optional composer flag

1.15.0 - 2023-02-09

  • #209 - Add generic Psr17Factory class
  • #208 - Add composer plugin to auto-install missing implementations. When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one. This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.

1.14.3 - 2022-07-11

  • #207 - Updates Exception to extend Throwable solving static analysis errors for consumers
Commits
  • bd810d1 Fix Psr17Factory::createServerRequestFromGlobals() when uploaded files have b...
  • 786d27f Allow pinning the preferred implementations in composer.json (#232)
  • 07b7cc3 Add Psr18Client to make it straightforward to use PSR-18 (#230)
  • d35947f Update changelog for v1.16 (#229)
  • 67a3f9a Update changelog (#228)
  • d5b4f0e Fix handling requests with nested files (#227)
  • 1ce09e7 Merge pull request #225 from php-http/drop-zend
  • 82bf889 remove support for obsolete zend diactoros
  • 3ccd28d Merge pull request #224 from php-http/dbu-patch-1
  • a27395d use safe class_exists call to prevent issue with magentos classloader
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [php-http/discovery](https://github.com/php-http/discovery) from 1.14.2 to 1.17.0.
- [Release notes](https://github.com/php-http/discovery/releases)
- [Changelog](https://github.com/php-http/discovery/blob/1.x/CHANGELOG.md)
- [Commits](php-http/discovery@1.14.2...1.17.0)

---
updated-dependencies:
- dependency-name: php-http/discovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants