Closed mirlo06 closed 4 years ago
Hi @mirlo06. This class (and method) are not used by Symfony flex, so it's not likely that this issue is caused by an upgrade in Flex. Please find out which dependency of yours is using this method (by looking at the stack trace) and report it in the relevant github repository.
See also this comment in the HttplugBundle: https://github.com/php-http/HttplugBundle/pull/388#issuecomment-714514186
After upgrade to symfony flex, i got this error after running
php composer.phar install
:Failed to create closure from callable: class 'Http\HttplugBundle\Discovery \ConfiguredClientsStrategy' does not have a method 'onEvent'
on php 7.4 , ubuntu 16.04
here's my composer.json :