fix container and coroutine

This commit is contained in:
crazywhalecc
2022-08-14 18:24:59 +08:00
committed by Jerry Ma
parent 8be7207c3c
commit da6000b4da
6 changed files with 40 additions and 7 deletions

View File

@@ -17,17 +17,16 @@
"ext-json": "*",
"doctrine/dbal": "^2.13.1",
"dragonmantank/cron-expression": "^3.3",
"jasny/phpdoc-parser": "^1.0",
"jelix/version": "^2.0",
"koriym/attributes": "^1.0",
"onebot/libonebot": "dev-develop",
"psr/container": "^2.0",
"symfony/console": "~6.0 || ~5.0 || ~4.0",
"symfony/polyfill-ctype": "^1.19",
"symfony/polyfill-mbstring": "^1.19",
"symfony/polyfill-php80": "^1.16",
"symfony/routing": "~6.0 || ~5.0 || ~4.0",
"zhamao/logger": "dev-master"
"zhamao/logger": "dev-master",
"onebot/libonebot": "dev-develop"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",