Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Bump php-http/curl-client from 1.7.0 to 1.7.1 #3

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

Conversation

dependabot-preview[bot]
Copy link

Bumps php-http/curl-client from 1.7.0 to 1.7.1.

Release notes

Sourced from php-http/curl-client's releases.

1.7.1

Fixed

  • #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)
Changelog

Sourced from php-http/curl-client's changelog.

1.7.1 - 2018-03-26

Fixed

  • #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2)

1.7 - 2017-02-09

Changed

  • #30: Make sure we rewind streams

1.6.2 - 2017-01-02

Fixed

  • #29: Request not using CURLOPT_POSTFIELDS have content-length set to

Changed

  • Use binary mode to create response body stream.

1.6.1 - 2016-11-11

Fixed

  • #27: ErrorPlugin and sendAsyncRequest() incompatibility

1.6 - 2016-09-12

Changed

  • Client::sendRequest now throws Http\Client\Exception\NetworkException on network errors.
  • \UnexpectedValueException replaced with Http\Client\Exception\RequestException in Client::sendRequest and Client::sendAsyncRequest

1.5.1 - 2016-08-29

Fixed

  • #26: Combining CurlClient with StopwatchPlugin causes Promise onRejected handler to never be invoked.

1.5 - 2016-08-03

... (truncated)
Commits
  • 6341a93 Version 1.7.1
  • 8220148 Throw exceptions instead of using assertions
  • 2ad65db Merge pull request #37 from samuelnogueira/fix_assertions
  • 5d9e01e Fix #36: Calls to assert() now pass a boolean condition instead of string (PH...
  • 9c1e6a0 HHVM testing requires Trusty
  • 2abc03f Add PHP 7.1 to build environments
  • 0af69c9 Fix code style with PHP-CS-Fixer
  • e982c56 PHPUnit 6 compatability (#31)
  • See full diff 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [php-http/curl-client](https://github.com/php-http/curl-client) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/php-http/curl-client/releases)
- [Changelog](https://github.com/php-http/curl-client/blob/master/CHANGELOG.md)
- [Commits](php-http/curl-client@v1.7.0...v1.7.1)

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

Successfully merging this pull request may close these issues.

0 participants