Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps zendframework/zend-diactoros from 1.7.1 to 1.8.3.

Release notes

Sourced from zendframework/zend-diactoros's releases.

zend-diactoros 1.8.3

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #321 updates the logic in Uri::withPort() to ensure that it checks that the
    value provided is either an integer or a string integer, as only those values
    may be cast to integer without data loss.

  • #320 adds checking within Response to ensure that the provided reason
    phrase is a string; an InvalidArgumentException is now raised if it is not. This change
    ensures the class adheres strictly to the PSR-7 specification.

  • #319 provides a fix to Zend\Diactoros\Response that ensures that the status
    code returned is always an integer (and never a string containing an
    integer), thus ensuring it strictly adheres to the PSR-7 specification.

zend-diactoros 1.8.2

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

... (truncated)
Changelog

Sourced from zendframework/zend-diactoros's changelog.

1.8.3 - 2018-07-24

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #321 updates the logic in Uri::withPort() to ensure that it checks that the
    value provided is either an integer or a string integer, as only those values
    may be cast to integer without data loss.

  • #320 adds checking within Response to ensure that the provided reason
    phrase is a string; an InvalidArgumentException is now raised if it is not. This change
    ensures the class adheres strictly to the PSR-7 specification.

  • #319 provides a fix to Zend\Diactoros\Response that ensures that the status
    code returned is always an integer (and never a string containing an
    integer), thus ensuring it strictly adheres to the PSR-7 specification.

1.8.2 - 2018-07-19

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.
... (truncated)
Commits
  • 72c1383 1.8.3 readiness
  • 4f926cd Added date for 1.8.3 release to CHANGELOG
  • 15f6b9b Merge branch 'hotfix/322'
  • 274cab4 Keep assertion message in assertStreamContents()
  • 991795b Merge pull request #322 from snapshotpl/phpunit7
  • cd3d811 Merge branch 'hotfix/321'
  • cc8d859 Adds CHANGELOG entry for #321
  • b9e3c90 Use assertSame to ensure return value is of same type
  • e63156a Remove unnecessary code groups
  • f7686f5 Merge pull request #321 from snapshotpl/uri-improvements
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Author

Superseded by #22.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/zendframework/zend-diactoros-1.8.3 branch August 2, 2018 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants