From 8bb596a919bb3a950973edec5b838b0c17cf016b Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 3 Jul 2013 20:33:57 +0200 Subject: [PATCH] Update current install script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc40e2..62f6309 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The recommended way to install PHP-FFMpeg is through [Composer](https://getcompo ```json { "require": { - "php-ffmpeg/php-ffmpeg": "~0.3.0" + "php-ffmpeg/php-ffmpeg": "0.3.x-dev@dev" } } ```