Initial commit
This commit is contained in:
18
backend/composer.json
Normal file
18
backend/composer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user