php-amqplib / RabbitMqBundle

RabbitMQ Bundle for the Symfony web framework
MIT License
1.22k stars 470 forks source link

Symfony 7.0 support #720

Closed thenerka1 closed 9 months ago

morawskim commented 10 months ago

I have the same problem. Im my fork (diff is here) I added support for Symfony7, but my changes are not backward-compatible.

The base class for command requires ContainerInterface from Symfony namespace, but ServiceLocator implements ContainerInterface from Psr namespace. Thats why I have not yet create PR. I am looking for solution. Also I need to test other commands.