Phobetor / rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons
MIT License
104 stars 42 forks source link

Update for Symfony 5 #65

Closed BrandonFlude closed 3 years ago

BrandonFlude commented 4 years ago

Command must return an INT, often 0 - update Composer to accept 5.0.* versions of Symfony packages.

Gemineye commented 4 years ago

Are there any plans to merge this PR?

BrandonFlude commented 4 years ago

@Gemineye, awaiting response from the developer.

Phobetor commented 3 years ago

@BrandonFlude thank you very much for your contribution! Can you please remove the fork hint in the readme from the pull request? It makes no sense to merge it.

BrandonFlude commented 3 years ago

@Phobetor - sure can.

BrandonFlude commented 3 years ago

@Phobetor - any chance we can get a tag out for this so we can pull through composer with the latest version? Thanks!

Gemineye commented 3 years ago

@Phobetor - any chance we can get a tag out for this so we can pull through composer with the latest version? Thanks!

+1

Phobetor commented 3 years ago

Hi @BrandonFlude

Thank you very much for this pull request!

It is released in version 3.2.2.

(fyi @Gemineye )

Gemineye commented 3 years ago

@Phobetor thanks! Maybe you should remove the usage of kernel.root_dir. I had to add this paramter:

kernel.root_dir: '%kernel.project_dir%'