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 dependency slim/slim to v4.14.0 #499

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
slim/slim (source) 4.13.0 -> 4.14.0 age adoption passing confidence

Release Notes

slimphp/Slim (slim/slim)

v4.14.0

Compare Source

What's Changed

Type hinting with template generics

With the introduction of template generics, if you type-hint Slim\App instance variable using /** @​var \Slim\App $app */, then you will need to change it to either:

  • /** @&#8203;var \Slim\App<null> $app */ if you are not using a DI container, or
  • /** @&#8203;var \Slim\App<\Psr\Container\ContainerInterface> $app */ if you are

You can also type-hint to the concrete instance of the container you are using too. For example, if you are using PHP-DI, then you can use: /** @&#8203;var \Slim\App<DI\Container> $app */.

New Contributors

Full Changelog: slimphp/Slim@4.13.0...4.14.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@catatsuy catatsuy merged commit 0ed346b into master Jun 15, 2024
4 checks passed
@catatsuy catatsuy deleted the renovate/slim-slim-4.x-lockfile branch June 15, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant