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

Symfony 7 support #103

Open
soullivaneuh opened this issue Feb 20, 2024 · 0 comments
Open

Symfony 7 support #103

soullivaneuh opened this issue Feb 20, 2024 · 0 comments

Comments

@soullivaneuh
Copy link
Collaborator

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:

? $this->getContainer()->get('algatux_influx_db.connection.'.$input->getOption('connection').'.http')
: $this->getContainer()->get('algatux_influx_db.connection.http')

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant