Skip to content

Commit 210cbb1

Browse files
committed
Add psr logger 2.0 and 3.0 support
1 parent 99ef87d commit 210cbb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"php": ">=7.4",
1818
"ext-json": "*",
1919
"ext-sockets": "*",
20-
"psr/log": "^1.0",
20+
"psr/log": "^1.0|^2.0|^3.0",
2121
"spiral/goridge": "^3.0",
22+
"symfony/polyfill-php80": "^1.23",
2223
"composer-runtime-api": "^2.0"
2324
},
2425
"require-dev": {

0 commit comments

Comments
 (0)