Skip to content

Commit 746ed5f

Browse files
authored
chore: updated composer.json to allow modern psr/log versions
1 parent c4c6985 commit 746ed5f

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
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": ">=5.6.0",
3232
"colinmollenhour/credis": "~1.7",
33-
"psr/log": "~1.0"
33+
"psr/log": "~1.0|~2.0|~3.0"
3434
},
3535
"suggest": {
3636
"ext-pcntl": "REQUIRED for forking processes on platforms that support it (so anything but Windows).",

0 commit comments

Comments
 (0)