Skip to content

Commit 5b0b65c

Browse files
authored
Merge pull request #65 from mindbox-cloud/psr-fix
Добавлены дополнительные допустимые версии psr/log
2 parents eb0ed1e + 61ad328 commit 5b0b65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": ">=8.0",
8-
"psr/log": "^3.0.0",
8+
"psr/log": "^1.1|^2|^3",
99
"ext-json": "*",
1010
"ext-simplexml": "*",
1111
"ext-libxml": "*"

0 commit comments

Comments
 (0)