Compare commits

..

2 Commits

Author SHA1 Message Date
f42e2fb87a Merge branch 'master' of https://git.jaj.com/junior/HomeAudio 2024-05-15 19:49:23 +00:00
8f5932a25f Add getID3 using composer 2024-05-15 19:47:44 +00:00
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ compressed
# Authorize.net SDK
vendor/
composer.lock

5
composer.json Normal file
View File

@ -0,0 +1,5 @@
{
"require": {
"james-heinrich/getid3": "^1.9"
}
}