KnpLabs/KnpTimeBundle

Support for Symfony 7.1

Closed this issue · 1 comments

Hello! I'd like to ask whether this bundle can be used in Symfony 7.1 too?
Because in the last commit d255fe5 only 7.0 got explicitly enabled.
Thank you !

Howdy @HolyMacarony - yes this bundle will work with Symfony 7.1. I've added CI runner to explicitly test against 7.1 on PHP 8.3.

In our composer.json, the constraints use the caret operator ^7.0 - meaning the bundle should work on all 7.x releases that are greater than 7.0 but less than Symfony 8.x.

"symfony/config": "^5.4|^6.0|^7.0"

More info on the caret constraint - https://getcomposer.org/doc/articles/versions.md#caret-version-range-