From 8fd4e236158cfe90e2eeaea2b9fd1b3446b4f5bc Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 26 Nov 2013 23:37:37 +0100 Subject: [PATCH] Update install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f4939..5c3938b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The recommended way to install PHP-FFMpeg is through [Composer](https://getcompo ```json { "require": { - "php-ffmpeg/php-ffmpeg": "0.3.x-dev@dev" + "php-ffmpeg/php-ffmpeg": "~0.4" } } ```