BinaryDriver icon indicating copy to clipboard operation
BinaryDriver copied to clipboard

Binary driver utilities

Results 17 BinaryDriver issues
Sort by recently updated
recently updated
newest added

When I upgrade Laravel 6 to 7, I found out the following error. `Problem 1 - Root composer.json requires php-ffmpeg/binary-driver dev-master -> satisfiable by php-ffmpeg/binary-driver[dev-master]. - php-ffmpeg/binary-driver dev-master requires monolog/monolog...

I'm trying to update my laravel project from v8 to v9, which depends on symfony process, and it is requred to be v6, but this package does not support it....

Alternative to #47 without hardening any runtime dependencies (choose whatever is preferable for you). See successful build here: https://github.com/javer/BinaryDriver/actions/runs/1611180297

https://github.com/alchemy-fr/BinaryDriver/blob/e0615cdff315e6b4b05ada67906df6262a020d22/src/Alchemy/BinaryDriver/ProcessRunner.php#L43 A new bug appeared with the recent update of psr/log v3. The ProcessRunnerInterface from psr/log version 3 provides a setLogger function that returns a `void`. PHP 8.0.12 now enforce...

When installed with composer --prefer-lowest, the unit tests fail. Examples: - Class 'Symfony\Component\Process\ProcessBuilder' not found - Class 'Symfony\Component\Process\ExecutableFinder' not found Dependency to symfony/process should be at least raised to ^2.1.

``` call to a member function setArguments() on null {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Call to a member function setArguments() on null at /xxx/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessBuilderFactory.php:171) local.ERROR: Call to a member function setArguments() on...

bug

preparing for https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/412 -- - [ ] Set `declare(strict_types=1);` in *every* file and fix any type-converting struggles. - [ ] Use scalar type hints, null type hints and return type...