Skip to content

Instantly share code, notes, and snippets.

@HDias
Created January 24, 2015 03:39
Show Gist options
  • Save HDias/aada3d476799c467f5fa to your computer and use it in GitHub Desktop.
Save HDias/aada3d476799c467f5fa to your computer and use it in GitHub Desktop.
Composer.json Zf2
{
"name": "zendframework/limpeza-facil",
"description": "E-commerce",
"authors": [
{
"name": "HorecioDias",
"email": "[email protected]"
}
],
"keywords": [
"framework",
"zf2",
"doctrine",
"php",
"limpeza",
"facil",
"e-commerce"
],
"homepage": "http://limpezafacil.com",
"license": [
"BSD-3-Clause"
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.3.1",
"doctrine/doctrine-orm-module": "0.8.0",
"ircmaxell/password-compat": "1.0.3",
"evandotpro/edp-module-layouts": "v1.0"
},
"require-dev": {
"phpunit/phpunit": "4.2.0",
"zendframework/zend-developer-tools": "master-dev@dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment