We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 will be more tricky because of the removal of the container aware trait.
It make the needed refactor a bit more complex because of the called of services named "on the fly" like this:
influxdb-bundle/src/Command/AbstractConnectionCommand.php
Lines 42 to 43 in aa23312
I'll update this MR for Symfony 6 support only in order to have a quick release and support LTS.
Symfony 7 support will be the object of a separated work.
Originally posted by @soullivaneuh in #102 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symfony 7 support will be more tricky because of the removal of the container aware trait.
It make the needed refactor a bit more complex because of the called of services named "on the fly" like this:
influxdb-bundle/src/Command/AbstractConnectionCommand.php
Lines 42 to 43 in aa23312
I'll update this MR for Symfony 6 support only in order to have a quick release and support LTS.
Symfony 7 support will be the object of a separated work.
Originally posted by @soullivaneuh in #102 (comment)
The text was updated successfully, but these errors were encountered: