Skip to content

Commit 5dc1e51

Browse files
author
pascalbaljet
committed
Swapped deps
1 parent a47139c commit 5dc1e51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"illuminate/filesystem": "5.6.*",
2222
"illuminate/log": "5.6.*",
2323
"league/flysystem": "~1.0",
24-
"pbmedia/php-ffmpeg": "~0.14.0",
24+
"php-ffmpeg/binary-driver": "dev-master",
25+
"php-ffmpeg/php-ffmpeg": "^0.11.1",
2526
"symfony/process": "~4.0"
2627
},
2728
"require-dev": {
@@ -44,6 +45,12 @@
4445
"config": {
4546
"sort-packages": true
4647
},
48+
"repositories": [
49+
{
50+
"type": "vcs",
51+
"url": "https://github.com/PHP-FFMpeg/BinaryDriver.git"
52+
}
53+
],
4754
"extra": {
4855
"laravel": {
4956
"providers": [

0 commit comments

Comments
 (0)