psalm / psalm-plugin-symfony

Psalm Plugin for Symfony
MIT License
226 stars 53 forks source link

[Symfony 7.1] You have requested a non-existent service "kernel::registerContainerConfiguration() #336

Closed sidz closed 3 months ago

sidz commented 3 months ago

Hey. Symfony 7.1 has been released today but this plugin is not compatible with it:

image

ostrolucky commented 3 months ago

@nicolas-grekas I've tracked this to https://github.com/symfony/http-kernel/commit/a53d83209e8204c579603e396e0a68c7adbeb8ee

nicolas-grekas commented 3 months ago

I'd be happy to have a look at a small self-contained reproducer.

ostrolucky commented 3 months ago

I've added commit to symfony demo repo which reproduces the issue demo.zip

seferov commented 3 months ago

@sidz @ostrolucky could you please check it with v5.2.1

sidz commented 3 months ago

@seferov I could confirm that 5.2.1 works fine. thank you