This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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