18 lines
358 B
JSON
18 lines
358 B
JSON
|
{
|
||
|
"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\\": ""
|
||
|
}
|
||
|
}
|
||
|
}
|