From 97b54937b55557fb2634d3dfbb6529978f226780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Kal=C3=A1s?= Date: Tue, 2 May 2017 23:11:34 +0200 Subject: [PATCH] Update composer.json new version of php-ffmpeg contains new very useful features --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b4672b..f019f3e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^5.3.9 || ^7.0", - "php-ffmpeg/php-ffmpeg": "^0.5 || ^0.6", + "php-ffmpeg/php-ffmpeg": "~0.5", "symfony/dependency-injection": "^2.3 || ^3.0", "symfony/framework-bundle": "^2.3 || ^3.0" },