Files
Logger/composer.json
T

21 lines
383 B
JSON

{
"name": "potter/logger",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Logger\\": "src/Potter/Logger/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {
"psr/log": "^3.0"
}
}