tarampampam / laravel-roadrunner-in-docker

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

build(deps-dev): update nunomaduro/collision requirement from ^7.5 to ^7.7 #275

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on nunomaduro/collision to permit the latest version.

Changelog

Sourced from nunomaduro/collision's changelog.

v7.7.0 (2023-06-29)

Added

  • reportable support to exception handler in Laravel
  • renderable support to exception handler in Laravel

v7.6.0 (2023-06-15)

Added

  • Usage with PHPUnit 10.2.2
  • Support for unexpected output

v7.5.2 (2023-04-22)

Fix

  • Usage with PHPUnit 10.1.2

v7.5.1 (2023-04-22)

Fix

  • Usage with PHPUnit 10.1.2

v7.5.0 (2023-04-14)

Added

  • Support for PHPUnit test runner deprecations

v7.4.0 (2023-03-31)

Added

  • Allows exceptions to be renderable on editor

v7.3.3 (2023-03-21)

Chore

  • Adds method specific for Pest

v7.3.2 (2023-03-21)

Fixed

  • Usage of result on Pest

v7.3.1 (2023-03-21)

Fixed

  • Bad regex on previous improved Laravel stacktrace

v7.3.0 (2023-03-21)

Added

  • Improved Laravel stacktrace

Chore

  • Bumps dependencies

v7.2.0 (2023-03-19)

Added

  • --without-databases option on the Laravel test Artisan command

v7.1.2 (2023-03-14)

... (truncated)

Commits
  • 69a0719 chore: keep improving coding style
  • c361003 chore: fixes coding style
  • d89aa7f release: v7.7.0
  • 71c48f4 chore: bumps dependencies
  • 2d2e038 Merge pull request #276 from saeedhosseiinii/add_reportable_and_renderable_me...
  • 87faf7b release: v7.6.0
  • e2e6d1a style
  • ce01c4d tests: fixes number of deprecations
  • 745c8a4 feat: support for phpunit unexpected output
  • 4296550 chore: upgrades deps
  • 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 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