Skip to content

Commit

Permalink
Merge pull request #63 from CrazyTapok-bit/feature/composer-update
Browse files Browse the repository at this point in the history
Composer file update
  • Loading branch information
CrazyTapok-bit authored Sep 8, 2023
2 parents 2fa940c + afe23bf commit 4b6dd28
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -38,7 +28,7 @@
"analyze": "phpstan analyze --ansi"
},
"require": {
"php": ">= 8.0.2",
"php": "^8.0",
"nesbot/carbon": "^2.67"
},
"config": {
Expand Down

0 comments on commit 4b6dd28

Please sign in to comment.