odiaseo / synergy-solarium

ZF3 Solarium Integration
0 stars 2 forks source link

Bump laminas/laminas-stratigility from 1.3.3 to 3.4.0 #17

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laminas/laminas-stratigility from 1.3.3 to 3.4.0.

Release notes

Sourced from laminas/laminas-stratigility's releases.

3.4.0 - 2021-06-28


Release Notes for 3.4.0

Fixed

  • Fixes Utils::getStatusCode() to verify that the code returned from a Throwable is actually an integer before attempting to see if it falls in the HTTP response status code range. If not, it will return the status from the provided response instance.

3.4.0

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

Enhancement

Bug

3.3.0 - 2020-10-20

Added

  • #13 Adds support for PHP 8

Changed

  • #8 As the NotFoundHandler is technically a request handler, we are moving it to the Handler namespace with only implementing the RequestHandlerInterface instead of the MiddlewareInterface.

Deprecated

  • #8 Marking NotFoundHandler in the Middleware namespace as deprecated in favor of the new NotFoundHandler in the Handler namespace.

Release Notes for 3.3.0

3.3.0

... (truncated)

Changelog

Sourced from laminas/laminas-stratigility's changelog.

3.4.0 - 2021-06-28


Release Notes for 3.4.0

Fixed

  • Fixes Utils::getStatusCode() to verify that the code returned from a Throwable is actually an integer before attempting to see if it falls in the HTTP response status code range. If not, it will return the status from the provided response instance.

3.4.0

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

Enhancement

Bug

3.3.0 - 2020-10-20

Added

  • #13 Adds support for PHP 8

Changed

  • #8 As the NotFoundHandler is technically a request handler, we are moving it to the Handler namespace with only implementing the RequestHandlerInterface instead of the MiddlewareInterface.

Deprecated

  • #8 Marking NotFoundHandler in the Middleware namespace as deprecated in favor of the new NotFoundHandler in the Handler namespace.

Release Notes for 3.3.0

3.3.0

... (truncated)

Commits
  • 5553756 3.4.0 readiness
  • fec389b Merge pull request #20 from ghostwriter/feature/psalm-integration
  • 852dfe3 qa: resolve errors flagged by Psalm
  • d3e8bb4 qa: update composer lockfile to pickup Psalm
  • a9c3def Create psalm-baseline.xml
  • 7e625f1 Create psalm.xml.dist
  • 8651745 Add composer script
  • 48a40f0 Require psalm/plugin-phpunit
  • 9ab4001 Require vimeo/psalm
  • 1e85f6f Update .gitattributes
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #27.