Skip to content

Instantly share code, notes, and snippets.

@anyt
Created January 22, 2014 22:54
Show Gist options
  • Save anyt/8569122 to your computer and use it in GitHub Desktop.
Save anyt/8569122 to your computer and use it in GitHub Desktop.
add jquery and jquery ui to composer
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.10.2",
"dist": {
"url": "http://code.jquery.com/jquery-1.10.2.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "jquery/jquery-ui",
"version": "1.10.4",
"dist": {
"url": "http://jqueryui.com/resources/download/jquery-ui-1.10.4.zip",
"type": "zip"
}
}
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment