drupal-civicrm/sites/all/modules/civicrm/vendor/psr/log/composer.json

18 lines
358 B
JSON
Raw Normal View History

2018-01-14 15:10:16 +02:00
{
"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\\": ""
}
}
}