修改包信息
This commit is contained in:
parent
bbaff88e41
commit
0100c86442
|
@ -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.
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue