Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created July 26, 2012 07:09
Show Gist options
  • Save wdalmut/3180686 to your computer and use it in GitHub Desktop.
Save wdalmut/3180686 to your computer and use it in GitHub Desktop.
Composer 4 Zend Framework 2 - dev
{
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"zendframework/zend-di": "2.0.*",
"zendframework/zend-cache": "2.0.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment