mirror of https://github.com/YGGverse/YGGo.git
phpyggdrasilcrawlermysqljs-lessalt-websphinxspideropen-sourcedistributedwebsearch-enginesphinxsearchfederativeweb-archivepdocurlparserfts5privacy-oriented
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
347 B
17 lines
347 B
1 year ago
|
{
|
||
|
"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"
|
||
|
}
|