Skip to content

Instantly share code, notes, and snippets.

@juizmill
Created December 2, 2014 11:26
Show Gist options
  • Select an option

  • Save juizmill/b28d25934574d07fac21 to your computer and use it in GitHub Desktop.

Select an option

Save juizmill/b28d25934574d07fac21 to your computer and use it in GitHub Desktop.
ZF2 composer.json
{
"name": "zendframework/skeleton-application",
"description": "Luciano Bezerra",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"doctrine/doctrine-orm-module": "0.8.0",
"hounddog/doctrine-data-fixture-module": "0.0.4"
},
"config":{
"bin-dir": "bin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment