1
0

Include klogger, enable for trackbacks and index

This commit is contained in:
onli
2014-05-12 20:03:34 +02:00
parent 3bde48937f
commit 09400814d2
30 changed files with 1276 additions and 61 deletions

View File

@ -0,0 +1,17 @@
{
"name": "psr/log",
"description": "Common interface for logging libraries",
"keywords": ["psr", "psr-3", "log"],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
}
}