mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-13 00:08:09 +00:00
23 lines
502 B
JSON
23 lines
502 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"
|
|
}
|
|
}
|