From b68403f581d7f6b102d12351d19396b42496452a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 26 Oct 2021 17:29:44 +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 --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ composer.json | 3 +-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9117236 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Created by .ignore support plugin (hsz.mobi) +### Yii template +assets/* +!assets/.gitignore +protected/runtime/* +!protected/runtime/.gitignore +protected/data/*.db +themes/classic/views/ + +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen + +db/ +async-queue/ + +composer.lock + +*.log +commands/result +config/setting.php +tests/ +vendor/ +runtime/ + +*.xml +*.lock + +oot +d + +composer.lock diff --git a/composer.json b/composer.json index 16522fa..2612c24 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,7 @@ "require": { "php": ">=8.0", "ext-json": "*", - "ext-rdkafka": "*", - "google/protobuf": "^3.17" + "sensiolabs/consul-php-sdk": "v4.1.1" }, "autoload": { "psr-4": {