Skip to content

Commit

Permalink
composer.json modified, sample database creation query file added to …
Browse files Browse the repository at this point in the history
…Database File folder
  • Loading branch information
hameddanesh committed Feb 9, 2023
1 parent fea4122 commit 6ae12bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "hameddanesh/telbots",
"type": "project",
"description": "A PHP Framework for developing Telegram Bots.",
"keywords": [
"framework",
"telegram",
"bot"
],
"autoload": {
"psr-4": {
"TelBots\\": "./"
Expand All @@ -13,4 +19,4 @@
}
],
"require": {}
}
}

0 comments on commit 6ae12bb

Please sign in to comment.