browscap / browscap-site

Website for the Browser Capabilities Project
http://browscap.org/
2 stars 2 forks source link

Bump laminas/laminas-diactoros from 2.4.1 to 2.5.0 #103

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laminas/laminas-diactoros from 2.4.1 to 2.5.0.

Release notes

Sourced from laminas/laminas-diactoros's releases.

2.5.0 - 2020-11-18

Added

  • #46 adds the class Laminas\Diactoros\Exception\RuntimeException.

  • #46 adds support for PHP 8.

Changed

  • #46 changes the exception thrown by Laminas\Diactoros\Stream::setStream() when an error occurs opening a stream resource. Previously, it would throw a Laminas\Diactoros\Exception\InvalidArgumentException; it now throws Laminas\Diactoros\Exception\RuntimeException. This was done to comply with PSR-7 integration test suites, which test behavior of PSR-7 implementations against the specification.

Removed

  • #46 removes support for PHP versions prior to 7.3.

Release Notes for 2.5.0

Feature release (minor)

2.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation,Enhancement,hacktoberfest-accepted

Enhancement

Changelog

Sourced from laminas/laminas-diactoros's changelog.

2.5.0 - 2020-11-18

Added

  • #46 adds the class Laminas\Diactoros\Exception\RuntimeException.

  • #46 adds support for PHP 8.

Changed

  • #46 changes the exception thrown by Laminas\Diactoros\Stream::setStream() when an error occurs opening a stream resource. Previously, it would throw a Laminas\Diactoros\Exception\InvalidArgumentException; it now throws Laminas\Diactoros\Exception\RuntimeException. This was done to comply with PSR-7 integration test suites, which test behavior of PSR-7 implementations against the specification.

Removed

  • #46 removes support for PHP versions prior to 7.3.

Release Notes for 2.5.0

Feature release (minor)

2.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation,Enhancement,hacktoberfest-accepted

Enhancement

Commits
  • 4ff7400 2.5.0 readiness
  • 84fe3da Update doc example about ServerRequestFactory::fromGlobals().
  • a38f845 docs: adds CHANGELOG entry for #46
  • 0278d1c Update PHP 8 version constraint.
  • 4b21e54 Fix coding standards issues.
  • 7b2e5f3 Fix test failure on PHP 8.
  • b0b23c7 Stream now throws a RuntimeException.
  • e104115 Fix failure on PHP 8.
  • 219d9fe Bump up PHP version constraint.
  • 177f655 Merge pull request #52 from laminas/2.4.x-merge-up-into-2.5.x_5f50fddf373757....
  • 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)