Skip to content

Commit 52c2742

Browse files
fixes #136
Add support for PHP-FFMpeg/PHP-FFMpeg 1.1 or higher
1 parent 798cced commit 52c2742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"require": {
6565
"php": "^7.2 || ^8.0",
66-
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || 1.0",
66+
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1",
6767
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
6868
},
6969
"suggest": {

0 commit comments

Comments
 (0)