{ "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" ] } }