YGGo/composer.json

17 lines
347 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"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Yggo\\": "src/"
}
},
"minimum-stability": "alpha"
}