Skip to content

Commit

Permalink
Add support for php-mqtt/client:^2.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek authored Dec 8, 2023
1 parent 1984d93 commit eaba2be
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.3.0"
"php-mqtt/client": "^1.3.0|^2.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
Expand Down

0 comments on commit eaba2be

Please sign in to comment.