Compare commits

..

No commits in common. "8d17cb73abf8cd8613187e24588310af78b3d19f" and "9a96f0331773d7578de78100a4d52d8c95862fc5" have entirely different histories.

View File

@ -2,7 +2,7 @@
"name": "maiyoule/mqttclient_author",
"type": "library",
"description": "MQTT管理模块操作库",
"version": "1.0.2",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
@ -13,7 +13,7 @@
],
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "~6.0",
"phpseclib/phpseclib": "~3.0"
},
"require-dev": {