Update install instruction

This commit is contained in:
Romain Neutron 2013-11-26 23:37:37 +01:00
commit 8fd4e23615

View file

@ -23,7 +23,7 @@ The recommended way to install PHP-FFMpeg is through [Composer](https://getcompo
```json ```json
{ {
"require": { "require": {
"php-ffmpeg/php-ffmpeg": "0.3.x-dev@dev" "php-ffmpeg/php-ffmpeg": "~0.4"
} }
} }
``` ```