Skip to content

fix(deps): update dependency slim/slim to v4.14.0#46

Merged
hjemmel merged 1 commit into
masterfrom
renovate/slim-slim-4.x-lockfile
Aug 10, 2025
Merged

fix(deps): update dependency slim/slim to v4.14.0#46
hjemmel merged 1 commit into
masterfrom
renovate/slim-slim-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
slim/slim (source) 4.13.0 -> 4.14.0 age confidence

Release Notes

slimphp/Slim (slim/slim)

v4.14.0

Compare Source

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 was generated by Mend Renovate. View the repository job log.

@hjemmel hjemmel merged commit 6119386 into master Aug 10, 2025
@github-actions github-actions Bot deleted the renovate/slim-slim-4.x-lockfile branch August 10, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant