Skip to content

Instantly share code, notes, and snippets.

@feliphebueno
Last active December 29, 2016 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feliphebueno/f1cedecd7e08d05e47e4a2af96f28144 to your computer and use it in GitHub Desktop.
Save feliphebueno/f1cedecd7e08d05e47e4a2af96f28144 to your computer and use it in GitHub Desktop.
{
"name": "onyxerp/name-app",
"description": "App front-end para fazer alguma coisa incrível no OnyxERP",
"type": "library",
"require": {
"onyxerp/framework": "1.2.8"
},
"license": "GPL",
"authors": [
{
"name": "Rinzler",
"email": "feliphezion@gmail.com"
}
],
"minimum-stability": "beta",
"autoload":
{
"psr-4":
{
"App\\": "src/"
}
},
"config": {
"bin-dir": "bin/"
},
"scripts": {
"post-autoload-dump": [
"bin\\manage install",
"bin\\manage create Home"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment