| Bug?
| FFmpeg Version 0.14
Problem 1
- Installation request for php-ffmpeg/php-ffmpeg ^0.14.0 -> satisfiable by php-ffmpeg/php-ffmpeg[v0.14].
- Can only install one of: monolog/monolog[2.0.0, 1.x-dev].
- Can only install one of: monolog/monolog[2.0.0-beta1, 1.x-dev].
- Can only install one of: monolog/monolog[2.0.0-beta2, 1.x-dev].
- Can only install one of: monolog/monolog[2.x-dev, 1.x-dev].
- Can only install one of: monolog/monolog[1.x-dev, 2.0.0].
- Conclusion: install monolog/monolog 1.x-dev
- Installation request for monolog/monolog ^2.0 -> satisfiable by monolog/monolog[2.0.0, 2.0.0-beta1, 2.0.0-beta2, 2.x-dev].
I have the same error.
I had this problem too .
Any update on this? Can this be fixed?
I have php-ffmpeg working in one symfony5 project, but can't install it in another. While the error is slightly different than in this thread, it ultimately comes down to neutron/temporary-filesystem not being compatible with Symfony 5. I keep hacking away trying to find the magic combination to install it, but am stuck.
There is already an open issue and PR on the
alchemy/binary-driverpackage to remove the monolog dependency.
It seems it鈥檚 fixed in 5.1, but now PHP-FPM has to update its dependencies.
@meduzen Could you please elaborate? Assuming https://github.com/PHP-FFMpeg/PHP-FFMpeg/blob/984dbd046b6d8c285f9e7419fc7645f197513bfa/composer.json#L36, the version range for alchemy/binary-driver should also allow 5.2.1 (i.e. the fixed version).
Most helpful comment
I have the same error.