composer update

This commit is contained in:
zyimm 2023-07-09 15:01:17 +08:00
parent bbf6308151
commit ce0db200e4

View File

@ -1,7 +1,6 @@
{
"name": "tm_xls/rocket-mq-client-thinkphp",
"description": "rocket-mq-thinkphp 适配客户端",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
@ -31,12 +30,6 @@
"react/http": "1.*",
"react/event-loop": "1.*",
"ext-json": "*",
"react/async": "^3.1",
"tm_xls/composer-thinkphp-installer": "dev-master"
},
"config": {
"allow-plugins": {
"tm_xls/composer-thinkphp-installer": true
}
"react/async": "^3.1"
}
}