1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00
php-monolog/composer.json
2012-04-06 07:52:31 -07:00

39 lines
782 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"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mlehner/gelf-php"
},
{
"type": "vcs",
"url": "https://github.com/msabramo/gelf-php-1"
},
{
"type": "vcs",
"url": "https://github.com/msabramo/gelf-php"
}
],
"suggest": {
"mlehner/gelf-php": "dev-add-composer-support"
},
"autoload": {
"psr-0": {"Monolog": "src/"}
}
}