mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
switch to composer package, add jdenticon lib
This commit is contained in:
parent
33029f8894
commit
530a15857e
3 changed files with 37 additions and 2 deletions
14
composer.json
Normal file
14
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue