2023-11-19 23:00:51 +02:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-24 22:26:02 +02:00
|
|
|
"symfony/dom-crawler": "^6.3",
|
2023-11-25 03:19:54 +02:00
|
|
|
"jdenticon/jdenticon": "^1.0",
|
2024-03-22 22:50:52 +02:00
|
|
|
"yggverse/ftp": "^1.0",
|
2024-03-24 18:15:26 +02:00
|
|
|
"gregwar/captcha": "^1.2",
|
|
|
|
"yggverse/net": "^1.2"
|
2023-11-19 23:00:51 +02:00
|
|
|
}
|
|
|
|
}
|