mirror of https://github.com/YGGverse/Yo.git
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.
23 lines
524 B
23 lines
524 B
{ |
|
"name": "yggverse/yo", |
|
"description": "Yo! Micro Web Crawler in PHP & Manticore", |
|
"type": "project", |
|
"license": "MIT", |
|
"autoload": { |
|
"psr-4": { |
|
"Yggverse\\Yo\\": "src/" |
|
} |
|
}, |
|
"authors": [ |
|
{ |
|
"name": "YGGverse" |
|
} |
|
], |
|
"require": { |
|
"manticoresoftware/manticoresearch-php": "^3.1", |
|
"yggverse/ftp": "^1.0", |
|
"yggverse/net": "^1.7", |
|
"yggverse/gemini": "^0.7", |
|
"yggverse/yo-tools": "dev-main" |
|
} |
|
}
|
|
|