Skip to content

Commit

Permalink
Update composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTapok-bit committed Jan 13, 2024
1 parent dac9fb2 commit 2590001
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "tg/tgwebvalid",
"license": "MIT",
"description": "Library for Telegram Web App User Validation and Telegram Login Widget for PHP",
"description": "An easy way to validate Telegram Login Widget and Telegram Mini App users on your website using PHP",
"keywords": [
"telegram",
"authentication",
"authorization",
"login",
"auth",
"webapp",
"validation",
"verification"
],
"homepage": "https://tgwebvalid.com/",
"support": {
"issues": "https://github.com/CrazyTapok-bit/tgWebValid/issues",
"source": "https://github.com/CrazyTapok-bit/tgWebValid",
"forum": "https://github.com/CrazyTapok-bit/tgWebValid/discussions",
"docs": "https://github.com/CrazyTapok-bit/tgWebValid#readme"
"forum": "https://github.com/CrazyTapok-bit/tgWebValid/discussions"
},
"authors": [
{
Expand All @@ -31,6 +32,10 @@
"php": "^8.1",
"nesbot/carbon": "^2.67"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
},
"config": {
"sort-packages": true
},
Expand All @@ -46,9 +51,5 @@
"psr-4": {
"TgWebValid\\Test\\": "tests/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
}
}

0 comments on commit 2590001

Please sign in to comment.