Skip to content

Commit

Permalink
update: edit core version and add openswoole UPDATE_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHkrg committed Aug 7, 2024
1 parent 3f80b93 commit 446efa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Config/bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
* The type of update received.
* 1 - sync
* 2 - global (default)
* 3 - openswoole
* (Required)
*/
'UPDATE_TYPE' => 'global',
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"App\\": "App/"
}
},
"minimum-stability": "beta",
"minimum-stability": "stable",
"require": {
"laraxgram/laraquest" : "^0.3",
"laraxgram/core": "^0.2"
"laraxgram/laraquest" : "^0.4",
"laraxgram/core": "^0.3"
}
}

0 comments on commit 446efa8

Please sign in to comment.