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

Symfony 5 support #66

Closed chasovskih-grisha closed 3 years ago

chasovskih-grisha commented 3 years ago
    - phobetor/rabbitmq-supervisor-bundle[3.2.0, ..., 3.2.1] require symfony/framework-bundle ~2.5|~3.0|~4.0 -> found symfony/framework-bundle[v2.5.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.18] but it conflicts with your root composer.json require (^5.0).
    - Root composer.json requires phobetor/rabbitmq-supervisor-bundle ^3.2 -> satisfiable by phobetor/rabbitmq-supervisor-bundle[3.2.0, 3.2.1].
Phobetor commented 3 years ago

Thanks for the request @chasovskih-grisha !

This is fixed in version 3.2.2.

( fyi @bcastagna )