Skip to content

Instantly share code, notes, and snippets.

@evaldobarbosa
Last active August 29, 2015 14:02
Show Gist options
  • Save evaldobarbosa/72ac41560bb111897d8d to your computer and use it in GitHub Desktop.
Save evaldobarbosa/72ac41560bb111897d8d to your computer and use it in GitHub Desktop.
{
"name": "evaldobarbosa/charondocs",
"description": "Aplicação exemplo com uso do charon",
"license": "MIT",
"keywords": [
"ORM",
"charon"
],
"homepage": "http://www.gitgub.com/evaldobarbosa/charon",
"require": {
"php": ">=5.3.3",
"evaldobarbosa/charon": "0.5.*@dev"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment