Skip to content

Commit 6793f08

Browse files
authored
Allow newer version of psr/log (#29)
PSR-3 has added strict typing in new versions.
1 parent ca7199c commit 6793f08

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.4 || ^8.0",
13-
"psr/log": "^1.0",
13+
"psr/log": "^1.0 || ^2.0 || ^3.0",
1414
"webmozart/path-util": "^2.3"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)