switch to composer package, add jdenticon lib

This commit is contained in:
ghost 2023-11-27 21:30:47 +02:00
parent 33029f8894
commit 530a15857e
3 changed files with 37 additions and 2 deletions

14
composer.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "yggverse/yggwave",
"description": "YGGwave ~ The Radio Catalog",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Yggwave\\": "src/"
}
},
"require": {
"jdenticon/jdenticon": "^1.0"
}
}