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