Change installation method to composer require

The composer.json SHOULD NOT be edited by hand for installation.
This commit is contained in:
Malte Blättermann 2017-01-04 10:12:45 +01:00 committed by GitHub
commit f0ca0c950f

View file

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