mirror of https://github.com/YGGverse/YGGo.git
phpyggdrasilcrawlermysqljs-lessalt-websphinxspideropen-sourcedistributedwebsearch-enginefts5privacy-orientedsphinxsearchfederativeweb-archivepdocurlparser
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
384 B
17 lines
384 B
{ |
|
"name": "yggverse/yggo", |
|
"description": "YGGo! Distributed Web Search Engine", |
|
"type": "project", |
|
"require": { |
|
"php": ">=8.1", |
|
"yggverse/parser": ">=0.1.0", |
|
"yggverse/cache": ">=0.3.0" |
|
}, |
|
"license": "MIT", |
|
"autoload": { |
|
"psr-4": { |
|
"Yggverse\\Yggo\\": "src/" |
|
} |
|
}, |
|
"minimum-stability": "alpha" |
|
}
|
|
|