Skip to content

Commit

Permalink
update: add new UPDATE_TYPE comment and upgrade laraquest to 0.7
Browse files Browse the repository at this point in the history
AmirHkrg committed Sep 6, 2024
1 parent 6e4f6e3 commit a26048a
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
},
"minimum-stability": "stable",
"require": {
"laraxgram/laraquest" : "^0.6",
"laraxgram/laraquest" : "^0.7",
"laraxgram/core": "^0.6"
}
}
3 changes: 2 additions & 1 deletion config/bot.php
Original file line number Diff line number Diff line change
@@ -89,10 +89,11 @@

/*
* The type of update received.
* 1 - sync
* 1 - sync (out of LaraGram)
* 2 - global (default)
* 3 - openswoole (recommended)
* 4 - swoole
* 5 - polling
* (Required)
*/
'UPDATE_TYPE' => 'global',

0 comments on commit a26048a

Please sign in to comment.