Skip to content

Commit d7b91e8

Browse files
authored
Raise dependency versions:psr/log:^2.0|^3.0, yiisoft/log:^2.0, yiisoft/profiler:^1.0.3 (#320)
1 parent 84bb9dc commit d7b91e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
2525
"ext-pdo": "*",
26-
"psr/log": "^1.1",
26+
"psr/log": "^2.0|^3.0",
2727
"yiisoft/arrays": "^2.0",
2828
"yiisoft/cache": "^1.0",
29-
"yiisoft/log": "^1.0",
30-
"yiisoft/profiler": "^1.0",
29+
"yiisoft/log": "^2.0",
30+
"yiisoft/profiler": "^1.0.3",
3131
"yiisoft/strings": "^2.0"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)