Add getID3 using composer
This commit is contained in:
parent
5096cd88e5
commit
8f5932a25f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -34,3 +34,4 @@ compressed
|
|||
|
||||
# Authorize.net SDK
|
||||
vendor/
|
||||
composer.lock
|
||||
|
|
5
composer.json
Normal file
5
composer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"require": {
|
||||
"james-heinrich/getid3": "^1.9"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user