You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProcessBuilder is simply not available after the release of symfony/process::v3.4
There is no ProcessBuilder exist in symfony 4 or above.
This is an interesting issue, I could not decide if I should raise an issue on php-ffmpeg side or here at the beginning. Seems like even in latest version of this binary driver library, ProcessBuilder factory is assuming that ProcessBuilder is always exist which is wrong. IMO further investigation is needed since composer.json allows symfony 4 with a missing builder dependency.
When installed with composer --prefer-lowest, the unit tests fail.
Examples:
Dependency to symfony/process should be at least raised to ^2.1.
The text was updated successfully, but these errors were encountered: