Files
oficial/aldarien/response/composer.json
2023-02-15 18:28:41 -03:00

27 lines
439 B
JSON

{
"name" : "aldarien/response",
"description" : "Response handler module for my apps",
"type" : "library",
"require" : {
"wixel/gump" : "^2.0.0",
"aldarien/contract" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "*"
},
"license" : "MIT",
"authors" : [{
"name" : "Aldarien",
"email" : "jpvial@gmail.com"
}
],
"autoload" : {
"psr-4" : {
"App\\" : "app"
},
"files": [
"app/Helper/functions.php"
]
}
}