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.
26 lines
640 B
26 lines
640 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", |
|
"symfony/css-selector": "^6.3", |
|
"symfony/dom-crawler": "^6.3", |
|
"jdenticon/jdenticon": "^1.0", |
|
"yggverse/ftp": "^1.0", |
|
"gregwar/captcha": "^1.2", |
|
"yggverse/net": "^1.2", |
|
"yggverse/yo-tools": "^0.1.0" |
|
} |
|
}
|
|
|