Update current install script

This commit is contained in:
Romain Neutron 2013-07-03 20:33:57 +02:00
commit 8bb596a919

View file

@ -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"
}
}
```