Skip to content

Commit 79567c0

Browse files
pprkutdanhunsaker
authored andcommitted
Relax psr/log requirement so projects can use a newer version
1 parent 96ca9be commit 79567c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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.1.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)