siip-whatsapp-notifications.../vendor/katzgrau/klogger/composer.json
2024-12-31 09:48:29 +00:00

31 lines
643 B
JSON
Executable File

{
"name": "katzgrau/klogger",
"version": "1.2.2",
"description": "A Simple Logging Class",
"keywords": ["logging"],
"require": {
"php": ">=5.3",
"psr/log": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Kenny Katzgrau",
"email": "katzgrau@gmail.com"
},
{
"name": "Dan Horrigan",
"email": "dan@dhorrigan.com"
}
],
"autoload": {
"psr-4": {
"Katzgrau\\KLogger\\": "src/"
},
"classmap": ["src/"]
}
}