mirror of https://github.com/YGGverse/YGGo.git
phpyggdrasilcrawlermysqljs-lessspideralt-websphinxopen-sourcedistributedwebsearch-enginecurlparserfts5privacy-orientedsphinxsearchfederativeweb-archivepdo
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.
20 lines
502 B
20 lines
502 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", |
|
"symfony/dom-crawler": "^6.3", |
|
"symfony/css-selector": "^6.3", |
|
"jdenticon/jdenticon": "^1.0" |
|
}, |
|
"license": "MIT", |
|
"autoload": { |
|
"psr-4": { |
|
"Yggverse\\Yggo\\": "src/" |
|
} |
|
}, |
|
"minimum-stability": "alpha" |
|
}
|
|
|