YGGo/composer.json

18 lines
384 B
JSON
Raw Normal View History

{
"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"
}