From afe23bf9d44369fc2b442241a2d240f67cffb580 Mon Sep 17 00:00:00 2001 From: CrazyTapok Date: Fri, 8 Sep 2023 20:34:53 +0300 Subject: [PATCH] Composer file update --- composer.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 3ddf495..6c75b1c 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,15 @@ { "name": "tg/tgwebvalid", "license": "MIT", - "description": "This library performs Telegram user authentication via web app and login widget", + "description": "Library for Telegram Web App User Validation and Telegram Login Widget for PHP", "keywords": [ - "tgwebvalid", "telegram", - "telegram auth", - "telegram login", - "telegram initData", - "initData", - "telegram webapp", + "authentication", + "authorization", + "login", "webapp", - "telegram authentication", - "telegram authorization", - "telegram login widget", - "login widget", - "telegram validate", - "telegram validation", - "telegram data validation", - "telegram input validation", - "telegram web verification" + "validation", + "verification" ], "support": { "issues": "https://github.com/CrazyTapok-bit/tgWebValid/issues", @@ -38,7 +28,7 @@ "analyze": "phpstan analyze --ansi" }, "require": { - "php": ">= 8.0.2", + "php": "^8.0", "nesbot/carbon": "^2.67" }, "config": {