From 1534667f3826548251bee552b053ccf83ff309be Mon Sep 17 00:00:00 2001 From: FunnyRain Date: Mon, 14 Dec 2020 19:58:14 +0300 Subject: [PATCH] q --- composer.json | 1 + composer.lock | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 composer.lock diff --git a/composer.json b/composer.json index e732af2..0e26a07 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "funnyrain/vkbot", "description": "Библиотека для создания бота. Bots LongPoll API. Поддерживает последнюю версию VK API.", "type": "library", + "version": "2.0.0", "license": "MIT", "authors": [ { diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 8cdad73..0000000 --- a/composer.lock +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "ba685936f0d4dc5bac4187ad2e47cac4", - "packages": [], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=7.0" - }, - "platform-dev": [], - "plugin-api-version": "2.0.0" -}