Hello,
I have a Symfony 4.4 project with PHP 7.4 and today I've installed slack-bundle (composer require nexylan/slack-bundle php-http/guzzle6-adapter). After the instalation in my console I receive the next error on every command:
The service "nexy_slack.client" has a dependency on a non-existent service "httplug.client".
I have httplug-bundle 1.25 installed and because I am new to Symfony I don't know fo to fix this error. Can anyone suggest a solution? Thank you.