24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"name": "app/framework-debug",
|
|
"description": "Debug-Modul für das Framework",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Framework Team",
|
|
"email": "team@framework.example"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\Framework\\Debug\\": ""
|
|
},
|
|
"files": [
|
|
"helpers.php"
|
|
]
|
|
}
|
|
}
|