From b7a0f3e17ff149d3bf83635f19aeb148e26f5c41 Mon Sep 17 00:00:00 2001 From: RedHood Date: Sat, 6 Jun 2020 18:54:47 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d127149 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "HOOD/vk", + "type": "library", + "description": "Набор классов для удобной работы с VK API. Форк SimpleVK от команды hood.su с переработкой под PSR-4 и оптимизацией кода", + "keywords": ["vk","hood", "api"], + "homepage": "https://git.hood.su/vk", + "license": "MIT", + "authors": [ + { + "name": "Arsen Mirzaev", + "email": "red@hood.su", + "homepage": "http://hood.su/sex", + "role": "Developer" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-4": { + "VK": "src" + } + } +} \ No newline at end of file