Skip to content

Commit

Permalink
composer packagist install
Browse files Browse the repository at this point in the history
  • Loading branch information
JamshidbekAkhlidinov committed Apr 9, 2024
1 parent 00e303a commit 3b74b18
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ustadev/telegram",
"description": "Telegram bot api",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"ustadev\\telegram\\": "/"
}
},
"authors": [
{
"name": "jamshidbekakhlidinov",
"email": "jamshidbekakhlidinov@gmail.com"
}
],
"require": {
"php": ">=8.0"
}
}

0 comments on commit 3b74b18

Please sign in to comment.