Skip to content

Instantly share code, notes, and snippets.

@kastaneda
Created September 25, 2012 15:58
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 kastaneda/3782758 to your computer and use it in GitHub Desktop.
Save kastaneda/3782758 to your computer and use it in GitHub Desktop.
Yet another Silex + Twitter Bootstrap skeleton
{
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"silex/silex": "1.0.*",
"jquery/jquery": "@stable",
"twitter/bootstrap": "@stable"
},
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.8.2",
"dist": {
"url": "http://code.jquery.com/jquery-1.8.2.min.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "twitter/bootstrap",
"version": "2.1.1",
"dist": {
"url": "http://twitter.github.com/bootstrap/assets/bootstrap.zip",
"type": "zip"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment