We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0aca6 commit 01bb86bCopy full SHA for 01bb86b
composer.json
@@ -9,7 +9,7 @@
9
"php": ">=8.3",
10
"lunr/ticks": "dev-master",
11
"php-mqtt/client": "~2.2",
12
- "psr/log": ">=1.1"
+ "psr/log": ">=3.0"
13
},
14
"require-dev": {
15
"phpunit/phpunit": ">=10.5 <11.0",
decomposer.json
@@ -20,7 +20,7 @@
20
21
"PhpMqtt-Client": {
22
"url": "https://github.com/php-mqtt/client.git",
23
- "version": "2.2.0",
+ "version": "2.3.0",
24
"psr4": {
25
"prefix": "PhpMqtt\\Client",
26
"search-path": "/src/"
@@ -36,7 +36,7 @@
36
37
"Psr-Log": {
38
"url": "https://github.com/php-fig/log.git",
39
- "version": "3.0.0",
+ "version": "3.0.2",
40
41
"prefix": "Psr\\Log",
42
0 commit comments