-
Notifications
You must be signed in to change notification settings - Fork 35
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
Symfony 7 support #64
Comments
@craue: Could you take a look? |
Hey @craue , are there any plans to support Symfony 7? |
i guess not ... |
lets continue here: https://github.com/jbtronics/settings-bundle |
Thanks for this. This might be worth considering when moving to SF7 as it seems in active support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried update symfony from 6.4 to 7.1 and getting the following errors:
Problem 1
- craue/config-bundle 2.6.0 requires symfony/cache ~4.4|~5.3|^6 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.3.0, ..., v5.4.40, v6.0.0, ..., v6.4.8] but these were not loaded, likely because it conflicts with another require.
- craue/config-bundle 2.7.0 requires symfony/cache ~4.4|~5.4|^6.3 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.4.0, ..., v5.4.40, v6.3.0, ..., v6.4.8] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires craue/config-bundle ^2.6 -> satisfiable by craue/config-bundle[2.6.0, 2.7.0].
Any plans to support symfony 7?
The text was updated successfully, but these errors were encountered: