YGGo! Distributed Web Search Engine
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.

21 lines
546 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",
"ashtokalo/php-translit": "^0.2.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Yggo\\": "src/"
}
},
"minimum-stability": "alpha"
}