From 6d1ef19728983dbe182f350019e3555b4cab55c6 Mon Sep 17 00:00:00 2001 From: RedHood Date: Sat, 19 Sep 2020 22:03:59 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20packagist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/composer.json b/composer.json index d027cab..e4778c0 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,38 @@ { + "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": { "php": "^7.2", "ext-curl": "*",