streams/vendor/shubhamjain/php-id3/composer.json
2020-02-05 14:32:31 +11:00

17 lines
355 B
JSON

{
"name": "shubhamjain/php-id3",
"description": "A MP3 ID3 tags reader in native PHP",
"license": "MIT",
"authors": [
{
"name": "Shubham Jain",
"email": "shubham.jain.1@gmail.com"
}
],
"autoload": {
"psr-0": { "PhpId3" : "" }
},
"require": {
"php": ">=5.3.3"
}
}