Add branch-alias
This commit is contained in:
parent
c40348a007
commit
b37641f9ab
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "php-ffmpeg/php-ffmpeg",
|
"name": "php-ffmpeg/php-ffmpeg",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "0.1.0",
|
|
||||||
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
|
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
|
||||||
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
|
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -35,5 +34,10 @@
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"FFMpeg": "src"
|
"FFMpeg": "src"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "0.1.x-dev"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue