Skip to content

Instantly share code, notes, and snippets.

@ThijsFeryn
Created September 17, 2012 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThijsFeryn/3737009 to your computer and use it in GitHub Desktop.
Save ThijsFeryn/3737009 to your computer and use it in GitHub Desktop.
Composer file for Silex & Zend Framework
{
"minimum-stability": "dev",
"require": {
"silex/silex": "1.0.*",
"zendframework/zendframework": "2.0.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment