Skip to content

Commit

Permalink
Merge pull request #79 from botuniverse/feature/remove-choir
Browse files Browse the repository at this point in the history
0.5.0 release (remove choir temporarily)
  • Loading branch information
crazywhalecc authored Dec 26, 2022
2 parents 019a46d + 9a1c84d commit a49f66d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 280 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"wiki": "https://github.com/botuniverse/php-libonebot/wiki"
},
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-json": "*",
"psr/cache": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/log": "^1.1",
"rybakit/msgpack": "^0.9.0",
"choir/choir": "~0.1",
"choir/psr-http": "^1.0",
"workerman/workerman": "^4.0",
"zhamao/logger": "^1.0"
},
Expand Down
85 changes: 0 additions & 85 deletions src/OneBot/Driver/Choir/ChoirDriver.php

This file was deleted.

57 changes: 0 additions & 57 deletions src/OneBot/Driver/Choir/EventLoopWrapper.php

This file was deleted.

135 changes: 0 additions & 135 deletions src/OneBot/Driver/Choir/WebSocketClient.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/OneBot/global_defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use ZM\Logger\ConsoleLogger;

const ONEBOT_VERSION = '12';
const ONEBOT_LIBOB_VERSION = '0.4.4';
const ONEBOT_LIBOB_VERSION = '0.5.0';

const ONEBOT_JSON = 1;
const ONEBOT_MSGPACK = 2;
Expand Down

0 comments on commit a49f66d

Please sign in to comment.