Skip to content

Commit 01bb86b

Browse files
committed
General: Update dependencies
1 parent 7a0aca6 commit 01bb86b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": ">=8.3",
1010
"lunr/ticks": "dev-master",
1111
"php-mqtt/client": "~2.2",
12-
"psr/log": ">=1.1"
12+
"psr/log": ">=3.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": ">=10.5 <11.0",

decomposer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"PhpMqtt-Client": {
2222
"url": "https://github.com/php-mqtt/client.git",
23-
"version": "2.2.0",
23+
"version": "2.3.0",
2424
"psr4": {
2525
"prefix": "PhpMqtt\\Client",
2626
"search-path": "/src/"
@@ -36,7 +36,7 @@
3636
},
3737
"Psr-Log": {
3838
"url": "https://github.com/php-fig/log.git",
39-
"version": "3.0.0",
39+
"version": "3.0.2",
4040
"psr4": {
4141
"prefix": "Psr\\Log",
4242
"search-path": "/src/"

0 commit comments

Comments
 (0)