Skip to content

Commit 781e029

Browse files
Allow psr/log v2 & 3 (#1105)
1 parent cfd0221 commit 781e029

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
@@ -16,7 +16,7 @@
1616
"ext-hash": "*",
1717
"ext-json": "*",
1818
"psr/cache": "^1.0 || ^2.0 || ^3.0",
19-
"psr/log": "^1.0",
19+
"psr/log": "^1.0 || ^2.0 || ^3.0",
2020
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2121
"symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0 || ^6.0",
2222
"symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",

0 commit comments

Comments
 (0)