mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
17 lines
347 B
JSON
17 lines
347 B
JSON
|
{
|
||
|
"name": "yggverse/yggo",
|
||
|
"description": "YGGo! Distributed Web Search Engine",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"php": ">=8.1",
|
||
|
"yggverse/parser": ">=0.1.0"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Yggverse\\Yggo\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "alpha"
|
||
|
}
|