From 835300e3c67be2722d1fec1ab312ac6b81ea48b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 26 Aug 2021 15:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 0a1d3861..b5b28836 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "ext-sockets": "*", "ext-pcntl": "*", "ext-posix": "*", - "ext-rdkafka": "*", "ext-gd": "*", "swiftmailer/swiftmailer": "^6.0", "psr/container": "^2.0", @@ -44,7 +43,6 @@ "Server\\": "http-server/", "Console\\": "kiri-console/", "Gii\\": "kiri-gii/", - "Kafka\\": "kiri-kafka/", "Annotation\\": "note/" }, "files": [ @@ -53,6 +51,5 @@ ] }, "require-dev": { - "kwn/php-rdkafka-stubs": "^2.0" } }