Merge pull request #277 from mablae/patch-1

Change installation method to composer require in the README file.
This commit is contained in:
Romain Biard 2017-01-04 10:35:55 -03:00 committed by GitHub
commit f9b1dec600

View file

@ -28,12 +28,8 @@ appear in latest ffmpeg version.
The recommended way to install PHP-FFMpeg is through [Composer](https://getcomposer.org). The recommended way to install PHP-FFMpeg is through [Composer](https://getcomposer.org).
```json ```bash
{ $ composer require php-ffmpeg/php-ffmpeg
"require": {
"php-ffmpeg/php-ffmpeg": "~0.5"
}
}
``` ```
## Basic Usage ## Basic Usage