tarampampam / laravel-roadrunner-in-docker

:rocket: An example of Laravel app that runs in a docker container with RoadRunner
MIT License
179 stars 35 forks source link

build(deps): update spiral/roadrunner-laravel requirement from ^5.11 to ^5.12 #284

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on spiral/roadrunner-laravel to permit the latest version.

Release notes

Sourced from spiral/roadrunner-laravel's releases.

v5.12.0

Added

  • Support for v3.x of spiral/roadrunner-http package #125

#125:roadrunner-php/laravel-bridge#125

Changelog

Sourced from spiral/roadrunner-laravel's changelog.

v5.12.0

Added

  • Support for v3.x of spiral/roadrunner-http package #125

#125:roadrunner-php/laravel-bridge#125

v5.11.1

Fixed

  • Strings interpolation for PHP 8.2 #114

#114:roadrunner-php/laravel-bridge#114

v5.11.0

Added

  • Listener FlushDatabaseQueryDurationListener #112
  • Listener RebindPaginatorListener #112

Changed

  • Methods invoking in listeners replaced with normal function calls #112

#112:roadrunner-php/laravel-bridge#112

v5.10.0

Added

  • Laravel 10 support #111

Changed

  • Minimal required PHP version now is 8.0 #111
  • Minimal required Laravel version now is 9.33 #111

#111:roadrunner-php/laravel-bridge#111

v5.9.0

Added

Fixed

... (truncated)

Commits
  • e062979 Update RoadRunner http lib (#126)
  • 7d2ad36 Bump php from 8.2.7-alpine to 8.2.8-alpine (#124)
  • 363e40f Bump php from 8.2.6-alpine to 8.2.7-alpine (#123)
  • fd3314e Bump php from 8.2.5-alpine to 8.2.6-alpine (#122)
  • 8802a9c Bump php from 8.2.4-alpine to 8.2.5-alpine (#121)
  • 4ed026b Create FUNDING.yml
  • cb03dd4 📝 docs(CHANGELOG.md): update links to reflect repository name change
  • d708ba5 Bump php from 8.2.3-alpine to 8.2.4-alpine (#120)
  • be890b8 Bump php from 8.2.1-alpine to 8.2.3-alpine (#118)
  • 8854097 Update DumperException.php
  • Additional commits viewable in compare view


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 will merge this PR once it's up-to-date and CI passes on it, as requested by @tarampampam.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
tarampampam commented 1 year ago

@dependabot squash and merge