We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d1948 commit 9f2677fCopy full SHA for 9f2677f
composer.json
@@ -22,21 +22,14 @@
22
"illuminate/log": "^6.0",
23
"illuminate/support": "^6.0",
24
"league/flysystem": "^1.0.8",
25
- "alchemy/binary-driver": "dev-master as 5.1.0",
26
- "php-ffmpeg/php-ffmpeg": "~0.13",
+ "pbmedia/php-ffmpeg": "^0.14.1",
27
"symfony/process": "^4.3.4"
28
},
29
"require-dev": {
30
"mockery/mockery": "^1.2.3",
31
"phpunit/phpunit": "^8.3",
32
"twistor/flysystem-http": "^0.2.0"
33
34
- "repositories": [
35
- {
36
- "type": "vcs",
37
- "url": "https://github.com/pascalbaljet/BinaryDriver"
38
- }
39
- ],
40
"autoload": {
41
"psr-4": {
42
"Pbmedia\\LaravelFFMpeg\\": "src"
0 commit comments