16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "jakach/logging",
|
|
"description": "Log analysis and alerting system",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jakach\\Logging\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"scripts": {
|
|
"serve": "php -S 0.0.0.0:8080 -t public"
|
|
}
|
|
} |