修改包信息
This commit is contained in:
parent
bbaff88e41
commit
0100c86442
|
@ -1,4 +1,4 @@
|
||||||
# php-mqtt/laravel-client
|
# ykxiao/laravel-mqtt-client
|
||||||
|
|
||||||
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
||||||
[](https://packagist.org/packages/php-mqtt/laravel-client)
|
[](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:
|
The package is available on [packagist.org](https://packagist.org/packages/ykxiao/laravel-client) and can be installed using composer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require ykxiao/laravel-client
|
composer require ykxiao/laravel-mqtt-client
|
||||||
```
|
```
|
||||||
|
|
||||||
The package will register itself through Laravel auto discovery of packages.
|
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.",
|
"description": "A wrapper for the ykxiao/laravel-client library for Laravel.",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"subscribe",
|
"subscribe",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-client",
|
"homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-matt-client",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue