introducing monolog
Showing
... | ... | @@ -20,7 +20,8 @@ |
"require": { | ||
"php": ">=5.5.0", | ||
"ext-pdo": "*", | ||
"ext-curl": "*" | ||
"ext-curl": "*", | ||
"monolog/monolog": "^1.19" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
This diff is collapsed.
src/Conversation.php
100755 → 100644
File mode changed from 100755 to 100644
src/ConversationDB.php
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment