You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
279 B

{
"name": "christophwurst/id3parser",
"homepage" : "https://github.com/ChristophWurst/ID3Parser/",
"require" : {
"php" : ">=5.4.0"
},
"license": "GPL",
"keywords": ["php","tags","codecs"],
"autoload" : {
"psr-4" : {
"ID3Parser\\" : "src/"
}
}
}