Add branch-alias

This commit is contained in:
Romain Neutron 2012-10-31 00:08:06 +01:00
commit b37641f9ab

View file

@ -1,7 +1,6 @@
{
"name": "php-ffmpeg/php-ffmpeg",
"type": "library",
"version": "0.1.0",
"description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
"keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"],
"license": "MIT",
@ -35,5 +34,10 @@
"psr-0": {
"FFMpeg": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}