Pony.fm/app/Library/getid3/composer.json

16 lines
381 B
JSON
Raw Permalink Normal View History

{
"name": "james-heinrich/getid3",
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "http://www.getid3.org/",
"keywords": ["php","tags","codecs"],
"type": "library",
"license": "GPL",
"require":
{
"php": ">=5.3.0"
},
"autoload": {
2017-05-15 20:37:10 +02:00
"classmap": ["getid3/"]
}
2017-05-15 20:37:10 +02:00
}