Skip to content

Commit 9f2677f

Browse files
committed
Update composer.json
1 parent f1d1948 commit 9f2677f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,14 @@
2222
"illuminate/log": "^6.0",
2323
"illuminate/support": "^6.0",
2424
"league/flysystem": "^1.0.8",
25-
"alchemy/binary-driver": "dev-master as 5.1.0",
26-
"php-ffmpeg/php-ffmpeg": "~0.13",
25+
"pbmedia/php-ffmpeg": "^0.14.1",
2726
"symfony/process": "^4.3.4"
2827
},
2928
"require-dev": {
3029
"mockery/mockery": "^1.2.3",
3130
"phpunit/phpunit": "^8.3",
3231
"twistor/flysystem-http": "^0.2.0"
3332
},
34-
"repositories": [
35-
{
36-
"type": "vcs",
37-
"url": "https://github.com/pascalbaljet/BinaryDriver"
38-
}
39-
],
4033
"autoload": {
4134
"psr-4": {
4235
"Pbmedia\\LaravelFFMpeg\\": "src"

0 commit comments

Comments
 (0)