Created
September 17, 2012 12:26
-
-
Save ThijsFeryn/3737009 to your computer and use it in GitHub Desktop.
Composer file for Silex & Zend Framework
This file contains hidden or 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
{ | |
"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