19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "nabeh/backend",
|
|
"description": "Nabeh Customer Service AI Platform Backend API",
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
}
|
|
}
|