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

Update php-http/discovery from 1.3.0 to 1.6.1 #32

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

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • php-http/discovery: 1.6.1 (updated from 1.3.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .travis.yml
  CHANGELOG.md
  README.md
  composer.json
  phpunit.xml.dist
  spec/ClassDiscoverySpec.php
  spec/HttpClientDiscoverySpec.php
  spec/Strategy/MockClientStrategySpec.php
  spec/Stub/PSR18ClientStub.php
  src/ClassDiscovery.php
  src/Exception/NoCandidateFoundException.php
  src/MessageFactoryDiscovery.php
  src/Psr17FactoryDiscovery.php
  src/Psr18ClientDiscovery.php
  src/Strategy/CommonClassesStrategy.php
  src/Strategy/CommonPsr17ClassesStrategy.php
  src/Strategy/MockClientStrategy.php
  src/Strategy/PuliBetaStrategy.php
  src/StreamFactoryDiscovery.php
  src/UriFactoryDiscovery.php
  tests/Exception/InitializeExceptionTest.php
  tests/Exception/NoCandidateFoundExceptionTest.php
  tests/Psr17FactoryDiscoveryTest.php
  tests/Psr18ClientDiscoveryTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 684855f prepare release
  • 9551d26 Fix the Mock strategy to work for async clients too (#137)
  • 8340ddc Merge pull request #136 from lorenzomar/patch-1
  • cc29cc8 Fixed PHPDoc return type in Psr17FactoryDiscovery
  • 02b7ea2 Release 1.6 (#135)
  • a2a00ec Added tests and fixed issues with NoCandidateFoundException (#132)
  • be7a6a0 Merge pull request #129 from gmponos/patch-1
  • 4e4542a Add PSR-17 to strategies (#130)
  • 64a0a41 Update Psr17FactoryDiscovery.php
  • 5c37827 Test on PHP 7.2 and 7.3 AND changelog (#125)
  • 5cdb79f Corrected changelog (#128)
  • 2c71b8d Show build status for master only (#127)
  • 2c99946 Merge pull request #126 from php-http/1.5
  • 7cd966b Added changelog
  • 670e3b4 Removed PHP7 code
  • 6911039 Support for discovering psr-18 clients (#121)
  • 5b62c39 Adding PSR-17 discovery (#120)
  • 5e7bf24 Prepare changelog for 1.5 (#124)
  • c1b0446 Merge pull request #123 from php-http/patch-2
  • 609d0cb Removed code from nyholm/psr7 0.3.0
  • e78e0b2 Support for Buzz 1.0 (#109)
  • a6beda1 Merge pull request #119 from php-http/patch-exception
  • d0b9038 simplify discovery code (#118)
  • 4f88dba Better exception message when we do not find candidates
  • e975603 Stop condition evaluation on first failure (#112)
  • 9fcc4c9 Merge pull request #111 from php-http/patch-107b
  • 7e9a472 Merge pull request #115 from Jean85/patch-1
  • 9a4bb50 Update changelog [skip CI]
  • 5841f88 Fix build for PHP < 7
  • a1d8452 Implement a PSR-18 compliant client stub
  • 5307986 Allow HTTPlug 2 (and hence PSR-18)
  • 5a6d803 Merge pull request #113 from GrahamCampbell/patch-1
  • 88ad2b2 Master is 1.5.x
  • 2acb519 Merge pull request #108 from php-http/nyholm-v1
  • 43fb8c1 cs
  • 2bc1ae7 Add ClassDiscovery::safeClassExists
  • 94d22b0 Added changelog
  • a107c86 Drop support for nyholm/psr7 < 1.0
  • f417f79 Updated strategy for Nyholm/psr7
  • 9a6cb24 prepare release
  • 4d9b3a6 Merge pull request #104 from pyrech-forks/feature/support-nyholm
  • 9e25a76 Add support for nyholm/psr7
  • 0ecc083 Merge pull request #102 from php-http/analysis-zYaLDo
  • 3a3a6d6 Apply fixes from StyleCI
  • d39a879 Merge pull request #100 from php-http/all-psr4
  • 69bd26b Applied changes from StyleCI
  • 2ce2c2b Use ::class constant

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant