summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 2bffb97..764f58c 100644
--- a/composer.json
+++ b/composer.json
@@ -26,5 +26,8 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
}
}