|
{
|
|
"name": "administrador/linepbx-api",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "lukibeg",
|
|
"email": "lucas.santoscv25@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"psr/http-message": "^2.0",
|
|
"nyholm/psr7": "^1.8",
|
|
"nyholm/psr7-server": "^1.1"
|
|
}
|
|
}
|