mirror of
https://github.com/YGGverse/yo-tools-php.git
synced 2026-03-31 09:45:29 +00:00
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"name": "yggverse/yo-tools",
|
|
"description": "PHP 8 / Composer library for Yo Search",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\YoTools\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|