From ce0db200e4411fa6b5819a681158b327bec24ef2 Mon Sep 17 00:00:00 2001 From: zyimm Date: Sun, 9 Jul 2023 15:01:17 +0800 Subject: [PATCH] composer update --- composer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a8a350f..6060d56 100644 --- a/composer.json +++ b/composer.json @@ -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" } }