Skip to content

Commit

Permalink
Suggest PSR-3 compatible logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Jan 13, 2015
1 parent 198e621 commit 3bc675e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -16,6 +16,9 @@
"require-dev": {
"phpunit/phpunit": ">=4.0.0"
},
"suggests": {
"monolog/monolog": "This or any other PSR-3 logger can be used to enable logging."
},
"autoload": {
"psr-4": { "Beanstalk\\": "src/" }
}
Expand Down

0 comments on commit 3bc675e

Please sign in to comment.