2020-09-16 00:14:44 +07:00
|
|
|
{
|
2020-09-19 19:03:59 +07:00
|
|
|
"name": "hood/yii_dumper",
|
|
|
|
"type": "library",
|
|
|
|
"description": "Yii microapplication for dumping a site at a given depth",
|
|
|
|
"keywords": [
|
|
|
|
"hood",
|
|
|
|
"yii",
|
|
|
|
"dump",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"homepage": "https://git.hood.su/yii_dumper",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev",
|
|
|
|
"email": "red@hood.su",
|
|
|
|
"homepage": "https://hood.su/sex",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://git.hood.su/yii_dumper/manual",
|
|
|
|
"issues": "https://git.hood.su/yii_dumper/issues",
|
|
|
|
"chat": "https://vk.com/cyberhybrid"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "Hood (later)",
|
|
|
|
"url": "https://git.hood.su/yii_dumper/thanks"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Evil Alliance",
|
|
|
|
"url": "https://vk.com/darkweb228"
|
|
|
|
}
|
|
|
|
],
|
2020-09-16 00:14:44 +07:00
|
|
|
"require": {
|
|
|
|
"php": "^7.2",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"yiisoft/yii2": "~2.0.0",
|
|
|
|
"linslin/yii2-curl": "*",
|
|
|
|
"omnilight/yii2-scheduling": "*"
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|