Update composer.json infos
This commit is contained in:
parent
2d75a3694a
commit
1b3d485990
1 changed files with 7 additions and 2 deletions
|
|
@ -1,14 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "php-ffmpeg/php-ffmpeg",
|
"name": "php-ffmpeg/php-ffmpeg",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "FFMpeg",
|
"description": "FFMpeg PHP, an Object Oriented library for easy file conversion, image extraction with ffmpeg",
|
||||||
"keywords": ["video"],
|
"keywords": ["video processing", "video", "audio processing", "audio"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Romain Neutron",
|
"name": "Romain Neutron",
|
||||||
"email": "imprec@gmail.com",
|
"email": "imprec@gmail.com",
|
||||||
"homepage": "http://www.lickmychip.com/"
|
"homepage": "http://www.lickmychip.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Phraseanet Team",
|
||||||
|
"email": "info@alchemy.fr",
|
||||||
|
"homepage": "http://www.phraseanet.com/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue