Skip to content

Commit 9f1c5ed

Browse files
committed
Support psr/log of ^2.0
1 parent a242345 commit 9f1c5ed

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
@@ -19,7 +19,7 @@
1919
"illuminated/helper-functions": "^8.0",
2020
"monolog/monolog": "^2.0",
2121
"psr/http-message": "^1.0",
22-
"psr/log": "^1.0",
22+
"psr/log": "^1.0|^2.0",
2323
"symfony/finder": "^5.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)