Skip to content

Instantly share code, notes, and snippets.

@andrebian
Created April 26, 2014 13:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrebian/11320553 to your computer and use it in GitHub Desktop.
Save andrebian/11320553 to your computer and use it in GitHub Desktop.
{
"name": "Finanças Pessoais",
"description": "Uma API para gerenciamento de finanças pessoais",
"authors": [
{
"name": "Andre Cardoso",
"email": "andrecardosodev@gmail.com"
}
],
"require": {
"php": ">=5.4",
"doctrine/orm" : "2.4.*",
"zendframework/zend-stdlib": "2.3.*@dev",
"zendframework/zend-filter": "2.3.*@dev",
"zendframework/zend-servicemanager": "2.3.*@dev",
"zendframework/zend-math": "2.3.*@dev",
"zendframework/zend-crypt": "2.3.*@dev"
},
"require-dev" : {
"phpunit/phpunit" : "4.*",
"mockery/mockery": "0.9.*@dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment