Add getID3 using composer

This commit is contained in:
Junior 2024-05-15 19:47:44 +00:00
parent 5096cd88e5
commit 8f5932a25f
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"
}
}