Compare commits
No commits in common. "master" and "1.0.0" have entirely different histories.
|
@ -18,4 +18,4 @@ $ yii dump https://domain.zone/foo 2 50
|
||||||
## TODO
|
## TODO
|
||||||
1. $searchExternal to $depthExterntal
|
1. $searchExternal to $depthExterntal
|
||||||
2. Fix processing of the link: zakupki.gov.ru/data/common-info.html?regNumber=0816500000619001511
|
2. Fix processing of the link: zakupki.gov.ru/data/common-info.html?regNumber=0816500000619001511
|
||||||
3. The construction </base> needs to be modified to check an existing tag
|
3. The construction <base> needs to be modified to check an existing tag
|
||||||
|
|
|
@ -1,38 +1,4 @@
|
||||||
{
|
{
|
||||||
"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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2",
|
"php": "^7.2",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
|
Loading…
Reference in New Issue