From 0100c864421cab1def61e6fe80501270bc90f614 Mon Sep 17 00:00:00 2001 From: ykxiao Date: Thu, 6 Jul 2023 11:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2c10dd..d78afb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# php-mqtt/laravel-client +# ykxiao/laravel-mqtt-client [![Latest Stable Version](https://poser.pugx.org/php-mqtt/laravel-client/v)](https://packagist.org/packages/php-mqtt/laravel-client) [![Total Downloads](https://poser.pugx.org/php-mqtt/laravel-client/downloads)](https://packagist.org/packages/php-mqtt/laravel-client) @@ -19,7 +19,7 @@ allows you to connect to an MQTT broker where you can publish messages and subsc The package is available on [packagist.org](https://packagist.org/packages/ykxiao/laravel-client) and can be installed using composer: ```bash -composer require ykxiao/laravel-client +composer require ykxiao/laravel-mqtt-client ``` The package will register itself through Laravel auto discovery of packages. diff --git a/composer.json b/composer.json index d05e50c..b2e1dcf 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ykxiao/laravel-client", + "name": "ykxiao/laravel-mqtt-client", "description": "A wrapper for the ykxiao/laravel-client library for Laravel.", "type": "library", "keywords": [ @@ -9,7 +9,7 @@ "subscribe", "laravel" ], - "homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-client", + "homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-matt-client", "license": "MIT", "authors": [ {