Skip to content

Commit

Permalink
Update minimum php-mqtt/client version (#39)
Browse files Browse the repository at this point in the history
Versions before 1.3.0 don't have setReconnectAutomatically
  • Loading branch information
edo2313 authored Apr 5, 2023
1 parent 936ce05 commit 0669643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^7.4|^8.0",
"illuminate/config": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"php-mqtt/client": "^1.0"
"php-mqtt/client": "^1.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
Expand Down

0 comments on commit 0669643

Please sign in to comment.