Change installation method to composer require
The composer.json SHOULD NOT be edited by hand for installation.
This commit is contained in:
parent
8b11b1f039
commit
f0ca0c950f
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue