Skip to content

Commit

Permalink
update: add new UPDATE_TYPE comment and upgrade core to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHkrg committed Sep 3, 2024
1 parent 6236d6e commit 6e4f6e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"telegram",
"PHP",
"laragram",
"laraquest",
"bot"
],
"authors": [
Expand All @@ -25,6 +26,6 @@
"minimum-stability": "stable",
"require": {
"laraxgram/laraquest" : "^0.6",
"laraxgram/core": "^0.5"
"laraxgram/core": "^0.6"
}
}
3 changes: 2 additions & 1 deletion config/bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
* The type of update received.
* 1 - sync
* 2 - global (default)
* 3 - openswoole
* 3 - openswoole (recommended)
* 4 - swoole
* (Required)
*/
'UPDATE_TYPE' => 'global',
Expand Down

0 comments on commit 6e4f6e3

Please sign in to comment.