forked from phansys/GetId3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 760 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "phansys/getid3",
"description": "This release of GetId3 library updates to PSR-0 CS, add namespaces and makes it Symfony 2.x installable by deps or composer mechanisms.",
"keywords": ["getid3", "tags", "metadata"],
"type": "library",
"license": "GPL",
"homepage": "http://www.getid3.org",
"authors": [
{
"name": "James Heinrich",
"homepage": "http://www.getid3.org",
"email": "info@getid3.org"
}
],
"suggest": {
"ext-rar": "RAR extension is required for RAR archive module.",
"ext-exif": "EXIF extension is required for graphic modules."
},
"autoload": {
"psr-0": { "GetId3": "" }
},
"target-dir": "GetId3"
}