Skip to content

Commit 6df1c3e

Browse files
author
Thomas Eimers
committed
Add example composer.json config, who user could choose the Major Version
1 parent 8e4f74e commit 6df1c3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ A simple repository for FFMPEG lib using PHP composer
1313
composer require --prefer-dist -vvv --profile ivoglent/ffmpeg-composer-bin
1414
```
1515

16+
Use a specified major version in `composer.json` to get updates for this version.
17+
18+
```json
19+
{
20+
"require": {
21+
"ivoglent/ffmpeg-composer-bin": "^6.0"
22+
}
23+
}
24+
```
25+
1626
## Usage
1727

1828
Binaries of FFMPEG lib stored on @vendor/bin

0 commit comments

Comments
 (0)