My discord drivers require the use of react/socket ^1.1 but botman requires 0.4.* I can't downgrade as the newer versions fix an bug. Botman should upgrade to a newer version of react/socket. Botman is 22 versions behind (3.4 years)
{
"name": "something/overtherainbow",
"description": "a bug",
"minimum-stability": "stable",
"license": "proprietary",
"require": {
"botman/botman": "~2.0",
"php": ">=7.1",
"charlottedunois/yasmin": "^v0.6.0",
},
}
composer install
yasmin requires react-buzz for async requests. Which requires react/socket ^1.1
I noticed you have already fixed this issue in #943 but have not made a release. Can we make this a release?
@mpociot
I've been testing the unreleased code and it all works without any issues.
My PPM driver requires latest react/socket as well and I don't want to make yet another fork just for this...
Sorry for the long waiting time. I just tagged 2.5.0
Most helpful comment
I've been testing the unreleased code and it all works without any issues.