修改包名称

This commit is contained in:
ykxiao 2023-07-06 11:16:41 +08:00
parent 42227c7e56
commit bbaff88e41
2 changed files with 5 additions and 5 deletions

View File

@ -16,10 +16,10 @@ allows you to connect to an MQTT broker where you can publish messages and subsc
## Installation ## Installation
The package is available on [packagist.org](https://packagist.org/packages/php-mqtt/laravel-client) and can be installed using composer: The package is available on [packagist.org](https://packagist.org/packages/ykxiao/laravel-client) and can be installed using composer:
```bash ```bash
composer require php-mqtt/laravel-client composer require ykxiao/laravel-client
``` ```
The package will register itself through Laravel auto discovery of packages. The package will register itself through Laravel auto discovery of packages.

View File

@ -1,6 +1,6 @@
{ {
"name": "swoole-mqtt/laravel-client", "name": "ykxiao/laravel-client",
"description": "A wrapper for the swoole-mqtt/client library for Laravel.", "description": "A wrapper for the ykxiao/laravel-client library for Laravel.",
"type": "library", "type": "library",
"keywords": [ "keywords": [
"mqtt", "mqtt",
@ -9,7 +9,7 @@
"subscribe", "subscribe",
"laravel" "laravel"
], ],
"homepage": "https://github.com/php-mqtt/laravel-client", "homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-client",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {