Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created September 9, 2012 00:54
Show Gist options
  • Save silentworks/3681718 to your computer and use it in GitHub Desktop.
Save silentworks/3681718 to your computer and use it in GitHub Desktop.
Slim 2.0.0 Composer temp solution
{
"repositories": [
{
"type": "package",
"package": {
"name": "slim/slim",
"version": "2.0.0",
"dist": {
"url": "https://github.com/codeguy/slim/zipball/master",
"type": "zip"
}
}
}
],
"require": {
"slim/slim": "2.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment