Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update slim/slim requirement from ~2.6 to ~4.2 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on slim/slim to permit the latest version.

Release notes

Sourced from slim/slim's releases.

4.2.0

Release Notes

Feedback Thread

Changelog

Sourced from slim/slim's changelog.

4.2.0 - 2019-08-20

Added

  • 2787 Add an advanced callable resolver
  • 2791 Add inferPrivatePropertyTypeFromConstructor to phpstan
  • 2793 Add ability to configure application via a container in AppFactory
  • 2798 Add PSR-7 Agnostic Body Parsing Middleware
  • 2801 Add setLogErrorRenderer() method to ErrorHandler
  • 2807 Add check for Slim callable notation if no resolver given
  • 2803 Add ability to emit non seekable streams in ResponseEmitter
  • 2817 Add the ability to pass in a custom MiddlewareDispatcherInterface to the App

Fixed

  • 2789 Fix Cookie header detection in ResponseEmitter
  • 2796 Fix http message format
  • 2800 Fix null comparisons more clear in ErrorHandler
  • 2802 Fix incorrect search of a header in stack
  • 2806 Simplify Route::prepare() method argument preparation
  • 2809 Eliminate a duplicate code via HOF in MiddlewareDispatcher
  • 2816 Fix RouteCollectorProxy::redirect() bug

Removed

  • 2811 Remove DeferredCallable

4.1.0 - 2019-08-06

Added

  • #2779 Add support for Slim callables Class:method resolution & Container Closure auto-binding in MiddlewareDispatcher
  • #2774 Add possibility for custom RequestHandler invocation strategies

Fixed

  • #2776 Fix group middleware on multiple nested groups
Commits
  • 378abc6 Merge pull request #2818 from l0gicgate/4.2-Release
  • 9e6f9fe Merge branch '4.x' into 4.2-Release
  • 2c0ff29 update VERSION constant for 4.2.0 release
  • caeec2d update log for 4.2.0 release
  • a0435c3 Merge pull request #2817 from l0gicgate/MiddlewareDispatcherInterface
  • e830a8c remove extraneous test testMiddlewareDispatcherGetsSeededWithInjectedInstance()
  • 80555a7 make CallableResolver nullable
  • aed55cf fix code style errors
  • 8e0f835 fix phpstan errors
  • 2375206 add unit test coverage for MiddlewareDispatcherInterface
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 use this milestone will set the current milestone 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)
  • 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.

Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version.
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md)
- [Commits](slimphp/Slim@2.6.0...4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants