mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-13 16:27:54 +00:00
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"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",
|
|
"symfony/css-selector": "^6.3",
|
|
"symfony/dom-crawler": "^6.3",
|
|
"jdenticon/jdenticon": "^1.0",
|
|
"yggverse/ftp": "^1.0"
|
|
}
|
|
}
|