Skip to content

Commit

Permalink
Fix version constraint in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aminin committed Nov 11, 2014
1 parent 628a81f commit 22f33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/package_manager_files/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "component",
"license": "MIT",
"require": {
"components/jquery": ">=1.7.0 <= 2.1.0",
"components/jquery": ">=1.7.0, <= 2.1.0",
"components/handlebars.js": "2.*"
},
"extra": {
Expand Down

0 comments on commit 22f33c8

Please sign in to comment.