Skip to content

Commit 324238a

Browse files
committed
bug #93 Allow psr/log 2 and 3 (derrabus)
This PR was merged into the 3.2 branch. Discussion ---------- Allow psr/log 2 and 3 Commits ------- dd917fe Allow psr/log 2 and 3
2 parents 6dd4529 + dd917fe commit 324238a

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
@@ -27,7 +27,7 @@
2727
"doctrine/common": "^2.2|^3",
2828
"doctrine/persistence": "^1.3.3|^2",
2929
"doctrine/dbal": "^2.13.1|^3.1",
30-
"psr/log": "~1.0"
30+
"psr/log": "^1|^2|^3"
3131
},
3232
"autoload": {
3333
"psr-4": { "Symfony\\Component\\Security\\Acl\\": "" },

0 commit comments

Comments
 (0)