Skip to content

Commit

Permalink
Merge pull request #72 from fabian/patch-1
Browse files Browse the repository at this point in the history
Use versions for dependencies (composer)
  • Loading branch information
CWSpear committed Aug 22, 2014
2 parents 93a20ce + 3bef26f commit 88433a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"role": "Developer"
}],
"require": {
"components/jquery": "dev-master",
"components/bootstrap": "dev-master"
"components/jquery": ">=1.9",
"components/bootstrap": "~3.0"
},
"extra": {
"component": {
Expand All @@ -27,6 +27,5 @@
"bootstrap-hover-dropdown.js"
]
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 88433a6

Please sign in to comment.