Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashAbedii committed Jul 4, 2022
0 parents commit eb2b30d
Show file tree
Hide file tree
Showing 16 changed files with 1,738 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "arashabedii/telelib",
"type": "lib",
"description": "simple php library for Telegram Bot API",
"keywords": ["lib", "telelib", "telegram", "bot", "api", "php"],
"license": "MIT",
"require": {
"php": "^7.3|^8.0"
},

"autoload": {
"psr-4": {
"ArashAbedii\\":"src/"
}
},

"minimum-stability": "dev",
"prefer-stable": true
}
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb2b30d

Please sign in to comment.