mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 14:32:44 +01:00
28 lines
583 B
JSON
28 lines
583 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": {
|
|
"mlehner/gelf-php": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Monolog": "src/"}
|
|
}
|
|
}
|