mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-22 05:52:31 +01:00
Update changelog & branch alias
This commit is contained in:
parent
2c4c79289a
commit
d16496318c
@ -1,3 +1,10 @@
|
||||
* 1.2.1 (2012-08-29)
|
||||
|
||||
Changes:
|
||||
|
||||
* Added new $logopts arg to SyslogHandler to provide custom openlog options
|
||||
* Fixed fatal error in SyslogHandler
|
||||
|
||||
* 1.2.0 (2012-08-18)
|
||||
|
||||
Changes:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"description": "Logging for PHP 5.3",
|
||||
"keywords": ["log","logging"],
|
||||
"keywords": ["log", "logging"],
|
||||
"homepage": "http://github.com/Seldaek/monolog",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
@ -25,5 +25,10 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Monolog": "src/"}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.3.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user