Prepare version 0.5.0

This commit is contained in:
Romain Neutron 2014-08-12 21:05:45 +02:00
commit 3a0c6a1e1e
2 changed files with 2 additions and 2 deletions

View file

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