Skip to content

Commit be426f0

Browse files
authored
Allow never versions of psr/log to be used (#39)
1 parent 653a97a commit be426f0

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
@@ -7,7 +7,7 @@
77
"php": ">=8.1",
88
"ext-json": "*",
99
"ext-mbstring": "*",
10-
"psr/log": "^1.0.2",
10+
"psr/log": "^1|^2|^3",
1111
"symfony/config": "^5.4|^6.0|^7.0",
1212
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
1313
"symfony/deprecation-contracts": "^2.5|^3.0",

0 commit comments

Comments
 (0)