Skip to content

Commit bd8a013

Browse files
committed
feat: Update psr/log Dependency
As per #55 discussion, psr/log v1 is conflicting with several of the symfony v6 components
1 parent 04324f9 commit bd8a013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": ">=8.0.2",
25-
"psr/log": "^1",
25+
"psr/log": "^1.1|^2|^3",
2626
"symfony/framework-bundle": ">=6.0 <7.0.0",
2727
"symfony/security-bundle": ">=6.0 <7.0.0"
2828
},

0 commit comments

Comments
 (0)