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

Support for Symfony 7.1 #212

Closed
HolyMacarony opened this issue Jun 5, 2024 · 1 comment
Closed

Support for Symfony 7.1 #212

HolyMacarony opened this issue Jun 5, 2024 · 1 comment
Labels
Status: Reviewed Has been reviewed by a maintainer

Comments

@HolyMacarony
Copy link

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 !

@jrushlow jrushlow added the Status: Reviewed Has been reviewed by a maintainer label Jun 6, 2024
@jrushlow
Copy link
Collaborator

jrushlow commented Jun 6, 2024

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-

@jrushlow jrushlow closed this as completed Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Reviewed Has been reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants