mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Yggo\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "alpha"
|
|
}
|