Skip to content

Commit

Permalink
Add example composer.json config, who user could choose the Major Ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
Thomas Eimers committed Mar 12, 2024
1 parent 8e4f74e commit 6df1c3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ A simple repository for FFMPEG lib using PHP composer
composer require --prefer-dist -vvv --profile ivoglent/ffmpeg-composer-bin
```

Use a specified major version in `composer.json` to get updates for this version.

```json
{
"require": {
"ivoglent/ffmpeg-composer-bin": "^6.0"
}
}
```

## Usage

Binaries of FFMPEG lib stored on @vendor/bin
Expand Down

0 comments on commit 6df1c3e

Please sign in to comment.