mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 06:22:47 +01:00
protocol used by Sentry (http://github.com/dcramer/sentry). Uses raven-php (https://github.com/getsentry/raven-php).
30 lines
676 B
JSON
30 lines
676 B
JSON
{
|
|
"name": "monolog/monolog",
|
|
"description": "Logging for PHP 5.3",
|
|
"keywords": ["log","logging"],
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"raven/raven": ">=0.2.0",
|
|
"mlehner/gelf-php": "1.0.*"
|
|
},
|
|
"suggest": {
|
|
"raven/raven": "Allow sending log messages to a Sentry server",
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Monolog": "src/"}
|
|
}
|
|
}
|