Compare commits

..

No commits in common. "2100f37ffa48558a0fba7fde9a1d147650691c02" and "430bc08d1ef6f60e82acf90e6c72fc3aa94f5279" 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": {