Skip to content

Commit

Permalink
fixes #136
Browse files Browse the repository at this point in the history
Add support for PHP-FFMpeg/PHP-FFMpeg 1.1 or higher
  • Loading branch information
aminyazdanpanah committed Nov 13, 2023
1 parent 798cced commit 52c2742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"require": {
"php": "^7.2 || ^8.0",
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || 1.0",
"php-ffmpeg/php-ffmpeg": "^0.15 || 0.16 || 0.17 || 0.18 || 0.19 || ^1.0 || ^1.1",
"symfony/filesystem": "^4.0 || ^5.0 || ^6.0"
},
"suggest": {
Expand Down

0 comments on commit 52c2742

Please sign in to comment.