修改包名称
This commit is contained in:
parent
42227c7e56
commit
bbaff88e41
|
@ -16,10 +16,10 @@ allows you to connect to an MQTT broker where you can publish messages and subsc
|
|||
|
||||
## 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
|
||||
composer require php-mqtt/laravel-client
|
||||
composer require ykxiao/laravel-client
|
||||
```
|
||||
|
||||
The package will register itself through Laravel auto discovery of packages.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "swoole-mqtt/laravel-client",
|
||||
"description": "A wrapper for the swoole-mqtt/client library for Laravel.",
|
||||
"name": "ykxiao/laravel-client",
|
||||
"description": "A wrapper for the ykxiao/laravel-client library for Laravel.",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"mqtt",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"subscribe",
|
||||
"laravel"
|
||||
],
|
||||
"homepage": "https://github.com/php-mqtt/laravel-client",
|
||||
"homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-client",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue