You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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 !
The text was updated successfully, but these errors were encountered: