Skip to content

Commit 2e16f4c

Browse files
Require PSR/Log in Composer.json
1 parent 9825dc7 commit 2e16f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"php": "~7.1",
3131
"ext-json": "~1.0",
3232
"ext-simplexml": "*",
33-
"symfony/event-dispatcher": "~4.0"
33+
"symfony/event-dispatcher": "~4.0",
34+
"psr/log": "^1.0"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)